diff options
author | Ting Liu <ting.liu@nxp.com> | 2016-08-25 13:50:58 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-09-08 11:27:40 -0300 |
commit | 5aed0685950f582f8759c93e73cb8caa077a154e (patch) | |
tree | 85e0e6aee35172b352194bec945c24164057f0eb /conf/machine/include | |
parent | 71d59971695bef003375840386632201182c699a (diff) | |
download | meta-freescale-5aed0685950f582f8759c93e73cb8caa077a154e.tar.gz |
udev-rules-qoriq: added into MACHINE_EXTRA_RRECOMMENDS
Signed-off-by: Ting Liu <ting.liu@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/include')
-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 603683ae..0a463eeb 100644 --- a/conf/machine/include/qoriq-base.inc +++ b/conf/machine/include/qoriq-base.inc | |||
@@ -15,7 +15,7 @@ PREFERRED_VERSION_testfloat = "2a" | |||
15 | IMAGE_CLASSES += "image_types_uboot" | 15 | IMAGE_CLASSES += "image_types_uboot" |
16 | 16 | ||
17 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" | 17 | MACHINE_FEATURES ?= "pci ext2 ext3 serial" |
18 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf kernel-modules" | 18 | MACHINE_EXTRA_RRECOMMENDS += "udev-extraconf udev-rules-qoriq kernel-modules" |
19 | 19 | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" | 20 | EXTRA_IMAGEDEPENDS += "u-boot cst-native" |
21 | 21 | ||