balena-allwinner/layers/meta-balena-allwinner/recipes-bsp/u-boot/u-boot_%.bbappend
Florin Sarbu e116311e0d u-boot: Rename bbappend so that it works with all versions
The bsp now uses upstream u-boot so let's make our append be version
independent.

Signed-off-by: Florin Sarbu <florin@balena.io>
2020-04-03 12:58:51 +02:00

13 lines
496 B
Text

UBOOT_KCONFIG_SUPPORT = "1"
inherit resin-u-boot
FILESEXTRAPATHS_append := ":${THISDIR}/files"
# remove the resin-specific-env-integration-kconfig.patch patch from
# meta-sunxi because it fails to apply
SRC_URI_remove = "file://resin-specific-env-integration-kconfig.patch"
# Add re-worked patch resin-specific-env-integration-kconfig_reworked.patch
SRC_URI_append = " \
file://0001-Add-Resin-specific-boot-command.patch \
file://resin-specific-env-integration-kconfig_reworked.patch \
"