diff options
-rw-r--r-- | conf/machine/include/qoriq-base.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/include/qoriq-base.inc b/conf/machine/include/qoriq-base.inc index a87ce37b..65bb1707 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -11,7 +11,7 @@ PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot-qoriq" | |||
11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" | 11 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-qoriq" |
12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" | 12 | PREFERRED_PROVIDER_qemu = "qemu-qoriq" |
13 | 13 | ||
14 | IMAGE_CLASSES ?= "image_types_uboot" | 14 | IMAGE_CLASSES += "image_types_uboot" |
15 | 15 | ||
16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 16 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
17 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" | 17 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" |