diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-07-16 00:31:27 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-07-22 11:32:36 -0300 |
commit | b631c2e63dfe365642eb6f102f78b659443531ee (patch) | |
tree | a30d6c817b6c973b3444e7423660667f76d706b6 | |
parent | 922f847431ca21be2300a14ecaff514a7f3c9b81 (diff) | |
download | meta-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>
-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 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" | |||
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-rules-qoriq" | 17 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" |
18 | 18 | ||
19 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 19 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" |
20 | 20 | ||