summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/qoriq-base.inc
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2016-07-16 00:31:27 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-07-22 11:32:36 -0300
commitb631c2e63dfe365642eb6f102f78b659443531ee (patch)
treea30d6c817b6c973b3444e7423660667f76d706b6 /conf/machine/include/qoriq-base.inc
parent922f847431ca21be2300a14ecaff514a7f3c9b81 (diff)
downloadmeta-freescale-b631c2e63dfe365642eb6f102f78b659443531ee.tar.gz
qoriq-base.inc: update MACHINE_EXTRA_RECOMMENDED
* use += to append, instead of ?= * udev-rules-qoriq is not needed for all the qoriq boards, remove it. * add udev-extraconf and kernel-modules. Signed-off-by: Ting Liu <ting.liu@nxp.com> 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 f65eea3e..a87ce37b 100644
--- a/conf/machine/include/qoriq-base.inc
+++ b/conf/machine/include/qoriq-base.inc
@@ -14,7 +14,7 @@ PREFERRED_PROVIDER_qemu = "qemu-qoriq"
14IMAGE_CLASSES ?= "image_types_uboot" 14IMAGE_CLASSES ?= "image_types_uboot"
15 15
16MACHINE_FEATURES ?= "pci ext2 ext3 serial" 16MACHINE_FEATURES ?= "pci ext2 ext3 serial"
17MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" 17MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules"
18 18
19EXTRA_IMAGEDEPENDS += "u-boot cst-native" 19EXTRA_IMAGEDEPENDS += "u-boot cst-native"
20 20