summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2017-01-16 16:22:11 -0200
committerOtavio Salvador <otavio@ossystems.com.br>2017-01-16 16:25:50 -0200
commitdc95bfb279f7e898254f2161bb3a8213ca8c05d4 (patch)
tree3eb24f70d174617d5808884ed686752d8c945c54 /conf/machine/include/qoriq-base.inc
parenta99b95c899e6c20b9f46fa04766c155e3a32949a (diff)
downloadmeta-freescale-dc95bfb279f7e898254f2161bb3a8213ca8c05d4.tar.gz
qoriq-base, imx-base: Allow DISTRO and local.conf override of IMAGE_FSTYPES
To allow the DISTRO and local.conf to override the IMAGE_FSTYPES value we must provide a weak default (using the ??= operator) otherwise machines need to play with the import order to override it. Change-Id: I93407b8b6a93e5953bc4bae08f4ae4dafc5c6158 Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include/qoriq-base.inc')
-rw-r--r--conf/machine/include/qoriq-base.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc
index 6c25d50e..426d5118 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -12,7 +12,7 @@ PREFERRED_VERSION_testfloat = "2a"
12IMAGE_CLASSES += "image_types_uboot" 12IMAGE_CLASSES += "image_types_uboot"
13 13
14SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" 14SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz"
15IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" 15IMAGE_FSTYPES ??= "${SOC_DEFAULT_IMAGE_FSTYPES}"
16 16
17MACHINE_FEATURES ?= "pci ext2 ext3 serial" 17MACHINE_FEATURES ?= "pci ext2 ext3 serial"
18MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" 18MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules"