From a26b58e152382f90979e2e7d19c83dc0beca1810 Mon Sep 17 00:00:00 2001 From: Vicentiu Galanopulo Date: Thu, 26 Sep 2019 17:26:40 +0200 Subject: [PATCH] linux_4.14.bbappend: Pack sun8i-h3-fixup.scr file This patch fixes the error ERROR linux-4.14.14+gitAUTOINC+9c0bf98471-r0 do_package Files/directories were installed but not shipped in any package - /boot/sun8i-h3-fixup.scr Signed-off-by: Vicentiu Galanopulo --- .../recipes-kernel/linux/linux_4.14%.bbappend | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/layers/meta-balena-allwinner/recipes-kernel/linux/linux_4.14%.bbappend b/layers/meta-balena-allwinner/recipes-kernel/linux/linux_4.14%.bbappend index c756a1d..67a46bd 100644 --- a/layers/meta-balena-allwinner/recipes-kernel/linux/linux_4.14%.bbappend +++ b/layers/meta-balena-allwinner/recipes-kernel/linux/linux_4.14%.bbappend @@ -1,5 +1,6 @@ inherit kernel-resin +PACKAGES =+ "${PN}-fixup-scr" FILESEXTRAPATHS_prepend := "${THISDIR}/linux-4.14:" # These patches were fetched from the lovely guys at armbian: https://github.com/armbian/build/tree/master/patch/kernel/sunxi-next @@ -127,3 +128,7 @@ RESIN_CONFIGS_append_orange-pi-lite = " \ RESIN_CONFIGS[8189fs] ?= " \ CONFIG_RTL8189FS=m \ " + +FILES_${PN}-fixup-scr = " \ + /boot/sun8i-h3-fixup.scr \ +"