
A patch removed with SRC_URI_remove and re-worked was not applying (no output error, the behavior is as it doesn't exist), because the re-worked patch had the same name as the removed one. Remove 0001-nanopi_neo_air_defconfig-Enable-eMMC-support.patch. This patch exists in meta-sunxi and it applies over versions of u-boot.2018.09 Changelog-entry: Rename re-worked patch to have it applied Signed-off-by: Vicentiu Galanopulo <vicentiu@balena.io>
13 lines
496 B
Text
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 \
|
|
"
|