From: Anton Gerasimov Date: Wed, 14 Sep 2016 10:11:37 +0000 (+0200) Subject: Set INITRAMFS_IMAGE instead of appending to it X-Git-Tag: chinook_3.0.0~136 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=4cdd78c859bde2142d942baa53c4bd86b3685de1;p=AGL%2Fmeta-agl.git Set INITRAMFS_IMAGE instead of appending to it Bug-AGL: SPEC-250 Change-Id: I76fbc1d8674807c247bb4aaadd70d71a13097491 Signed-off-by: Anton Gerasimov --- diff --git a/meta-netboot/classes/netboot.bbclass b/meta-netboot/classes/netboot.bbclass index 0bb2452ad..63014ff96 100644 --- a/meta-netboot/classes/netboot.bbclass +++ b/meta-netboot/classes/netboot.bbclass @@ -15,7 +15,7 @@ python () { d.getVar("MACHINE",True) )) else: - d.appendVar("INITRAMFS_IMAGE"," initramfs-netboot-image") + d.setVar("INITRAMFS_IMAGE","initramfs-netboot-image") if (d.getVar("KERNEL_IMAGETYPE",True) == "uImage"): # case for "old" u-boot images, like Porter board d.appendVar("INITRAMFS_FSTYPES"," ext4.gz.u-boot");