diff options
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index 7360a75a..6c25d50e 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -11,6 +11,9 @@ PREFERRED_VERSION_testfloat = "2a" | |||
11 | 11 | ||
12 | IMAGE_CLASSES += "image_types_uboot" | 12 | IMAGE_CLASSES += "image_types_uboot" |
13 | 13 | ||
14 | SOC_DEFAULT_IMAGE_FSTYPES = "tar.gz ext2.gz.u-boot ext2.gz" | ||
15 | IMAGE_FSTYPES ?= "${SOC_DEFAULT_IMAGE_FSTYPES}" | ||
16 | |||
14 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 17 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
15 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" | 18 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |
16 | 19 | ||