Setting hard assignment for RAMDISK_IMAGE will take precedence during variable pre-expansion. Hence set RAMDISK_IMAGE variable with soft assignment.
Signed-off-by: Sandeep Gundlupet Raju <[email protected]> --- dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc index 38f6f267..b2b76120 100644 --- a/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc +++ b/dynamic-layers/xilinx/recipes-bsp/u-boot/xen-boot-cmd.inc @@ -18,7 +18,7 @@ XEN_LOAD_ADDRESS ?= "${@append_baseaddr(d,d.getVar('XEN_OFFSET'))}" # If dom0-ramdisk is used for Xen boot then set RAMDISK image to cpio.gz XEN_IMAGE_NAME ?= "xen" -RAMDISK_IMAGE = "rootfs.cpio.gz" +RAMDISK_IMAGE ?= "rootfs.cpio.gz" # Set the amount of memory for dom0 depending on total available memory size(DDR). DOM0_MEM ?= "1500M" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8205): https://lists.yoctoproject.org/g/meta-virtualization/message/8205 Mute This Topic: https://lists.yoctoproject.org/mt/100788017/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
