diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-26 18:13:55 +0800 |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2018-07-27 10:34:20 +0800 |
commit | e4e44b4c7707847d87d22d854311b736be961a69 (patch) | |
tree | 2ff696ae745240e78c360597f5d2b8ac5c4b1fd4 | |
parent | 6a5271735481ea18e4df5f81635e9b786a164c16 (diff) | |
download | meta-intel-e4e44b4c7707847d87d22d854311b736be961a69.tar.gz |
machine/intel-corei7: remove lms from MACHINE_EXTRA_RRECOMMENDS
Not all platforms need it and should be enabled only when it is required.
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 1e21224c..9ce21a84 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf | |||
@@ -13,8 +13,6 @@ MACHINE_FEATURES += "intel-ucode" | |||
13 | 13 | ||
14 | MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" | 14 | MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" |
15 | 15 | ||
16 | MACHINE_EXTRA_RRECOMMENDS += "lms8" | ||
17 | |||
18 | # Enable optional dpdk: | 16 | # Enable optional dpdk: |
19 | COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" | 17 | COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" |
20 | COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" | 18 | COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" |