Hotfix for db410 on rocko 05/13505/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 22 Feb 2018 06:54:38 +0000 (07:54 +0100)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Thu, 22 Feb 2018 06:54:38 +0000 (07:54 +0100)
The db410c build uses IMAGE_FSTYPES_append
which is a bad idea and should be changed to
IMAGE_FSTYPES ?=
Anyway - add a hotfix directly in the recipes.

Change-Id: I163e4fdccfc890085cf98571dcf5d7bf21cffadd
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
meta-netboot/recipes-core/images/initramfs-netboot-image.bb

index cc6bc67..965a0bd 100644 (file)
@@ -11,9 +11,12 @@ IMAGE_LINGUAS = ""
 
 LICENSE = "MIT"
 
-IMAGE_FSTYPES = "${NETBOOT_FSTYPES}"
+IMAGE_FSTYPES := "${NETBOOT_FSTYPES}"
 inherit core-image
 
+# hotfix for dragonboard (which uses _append in the bsp) 
+IMAGE_FSTYPES_remove += "wic.gz"
+
 IMAGE_ROOTFS_SIZE = "8192"
 IMAGE_ROOTFS_EXTRA_SPACE = "256"