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:
parent
b9be331be4
commit
a26b58e152
1 changed files with 5 additions and 0 deletions
|
@ -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 \
|
||||
"
|
||||
|
|
Loading…
Add table
Reference in a new issue