diff options
author | 2018-07-26 18:13:55 +0800 | |
---|---|---|
committer | 2018-07-27 10:34:20 +0800 | |
commit | e4e44b4c7707847d87d22d854311b736be961a69 (patch) | |
tree | 2ff696ae745240e78c360597f5d2b8ac5c4b1fd4 /conf/machine | |
parent | 6a5271735481ea18e4df5f81635e9b786a164c16 (diff) | |
download | meta-intel-e4e44b4c7707847d87d22d854311b736be961a69.tar.gz meta-intel-e4e44b4c7707847d87d22d854311b736be961a69.tar.bz2 meta-intel-e4e44b4c7707847d87d22d854311b736be961a69.zip |
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>
Diffstat (limited to 'conf/machine')
-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" MACHINE_HWCODECS ?= "intel-vaapi-driver gstreamer1.0-vaapi" -MACHINE_EXTRA_RRECOMMENDS += "lms8" - # Enable optional dpdk: COMPATIBLE_MACHINE_pn-dpdk = "intel-corei7-64" COMPATIBLE_MACHINE_pn-dpdk-dev-libibverbs = "intel-corei7-64" |