From 059611b3cf74727ec3c4e3f46837012ff26e36c3 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Mon, 12 Oct 2020 07:55:31 +0200 Subject: u-boot-distro-boot: dont inherit nopackages The reason we inherit nopackages was that there was no files being packaged at that moment, but this makes it impossible for a bbappend to add packages, let's drop it. Now torizoncore decides to add a ostree-uboot-env package in this recipe. Related-to: TOR-1335 Signed-off-by: Ming Liu (cherry picked from commit 7b7a2f85e2fcea83c15b1819479506d7d18914bc) --- recipes-bsp/u-boot/u-boot-distro-boot.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-distro-boot.bb b/recipes-bsp/u-boot/u-boot-distro-boot.bb index 8010ac7..596d6df 100644 --- a/recipes-bsp/u-boot/u-boot-distro-boot.bb +++ b/recipes-bsp/u-boot/u-boot-distro-boot.bb @@ -12,7 +12,7 @@ SRC_URI = " \ KERNEL_BOOTCMD ??= "bootz" KERNEL_BOOTCMD_aarch64 ?= "booti" -inherit deploy nopackages +inherit deploy do_deploy() { sed -e 's/@@KERNEL_BOOTCMD@@/${KERNEL_BOOTCMD}/;s/@@KERNEL_IMAGETYPE@@/${KERNEL_IMAGETYPE}/' \ -- cgit v1.2.3