From: Ting Liu Date: Fri, 15 Jul 2016 16:31:27 +0000 (+0800) Subject: qoriq-base.inc: update MACHINE_EXTRA_RECOMMENDED X-Git-Tag: 2.2~379 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=b631c2e63dfe365642eb6f102f78b659443531ee;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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" IMAGE_CLASSES ?= "image_types_uboot" MACHINE_FEATURES ?= "pci ext2 ext3 serial" -MACHINE_EXTRA_RRECOMMENDS ?= "udev-rules-qoriq" +MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" EXTRA_IMAGEDEPENDS += "u-boot cst-native"