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 <vicentiu@balena.io>
This commit is contained in:
Vicentiu Galanopulo 2019-09-26 17:26:40 +02:00
parent b9be331be4
commit a26b58e152

View file

@ -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 \
"