From 4cdd78c859bde2142d942baa53c4bd86b3685de1 Mon Sep 17 00:00:00 2001 From: Anton Gerasimov Date: Wed, 14 Sep 2016 12:11:37 +0200 Subject: Set INITRAMFS_IMAGE instead of appending to it Bug-AGL: SPEC-250 Change-Id: I76fbc1d8674807c247bb4aaadd70d71a13097491 Signed-off-by: Anton Gerasimov --- meta-netboot/classes/netboot.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-netboot') 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"); -- cgit 1.2.3-korg