diff options
author | Jussi Laako <jussi.laako@linux.intel.com> | 2017-03-20 15:08:02 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2017-03-21 19:03:03 -0700 |
commit | 66637d28a779c8fc5b838a5f94f11806a4f553bc (patch) | |
tree | 53dff1fce7e8ced06e01b06b7c573dba83f95e2b /conf/machine/intel-corei7-64.conf | |
parent | 37d46e1319d336195fb2b638412c9910fdd1668d (diff) | |
download | meta-intel-66637d28a779c8fc5b838a5f94f11806a4f553bc.tar.gz meta-intel-66637d28a779c8fc5b838a5f94f11806a4f553bc.tar.bz2 meta-intel-66637d28a779c8fc5b838a5f94f11806a4f553bc.zip |
Include recommended packges for all Intel machines
Moves common MACHINE_EXTRA_RRECOMMENDS to a common include file and
add thermald to MACHINE_EXTRA_RRECOMMENDS.
Signed-off-by: Jussi Laako <jussi.laako@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'conf/machine/intel-corei7-64.conf')
-rw-r--r-- | conf/machine/intel-corei7-64.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index 43e7c1ab..1e5de49e 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -14,7 +14,7 @@ MACHINE_FEATURES += "intel-ucode" MACHINE_HWCODECS ?= "va-intel gstreamer1.0-vaapi" -MACHINE_EXTRA_RRECOMMENDS += "linux-firmware lms8" +MACHINE_EXTRA_RRECOMMENDS += "lms8" XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_EXT} \ |