From: Vineeth Chowdary Karumanchi <[email protected]> Reduce IMAGE_FSTYPES assignment level to ??= so that it can be overriden by distro and eSDK downstream
Signed-off-by: Vineeth Chowdary Karumanchi <[email protected]> Signed-off-by: Manjukumar Matha <[email protected]> --- meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc index bac47cb..6307df1 100644 --- a/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc +++ b/meta-xilinx-bsp/conf/machine/include/machine-xilinx-default.inc @@ -3,7 +3,7 @@ MACHINE_FEATURES_BACKFILL_CONSIDERED += "rtc" # File System Configuration -IMAGE_FSTYPES ?= "tar.gz cpio cpio.gz.u-boot" +IMAGE_FSTYPES ??= "tar.gz cpio cpio.gz.u-boot" # Kernel Configuration XILINX_DEFAULT_KERNEL := "linux-xlnx" -- 2.7.4 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately. -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
