From b631c2e63dfe365642eb6f102f78b659443531ee Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Sat, 16 Jul 2016 00:31:27 +0800 Subject: [PATCH] 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 --- conf/machine/include/qoriq-base.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.1