diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2014-06-18 12:00:59 -0700 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-09-04 08:44:26 -0500 |
commit | a32802715354303eb06503039518555f7aa21535 (patch) | |
tree | 1cfb6daed974f577a0029ebb4d98de8f7fd2d17f /meta-crownbay/conf | |
parent | b89a7c533df4fa17d8c239e674b0af83253a65b6 (diff) | |
download | meta-intel-a32802715354303eb06503039518555f7aa21535.tar.gz |
meta-intel BSPs: include meta-intel.inc
To get common intel BSP configurations such as user land microcode loading
support, each Intel BSP configuration needs to include the meta-intel.inc
file. With the exception of few, many of the meta-intel BSP configuration
files already include the meta-intel.inc file. With this commit now, all
the remaining BSPs from the meta-intel layer also include the meta-intel.inc
file.
The Intel platforms BSPs hosted outside of the meta-intel layer, such as
minnow, need to include the meta-intel.inc file to get the common features
from the meta-intel layer.
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Reviewed-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Diffstat (limited to 'meta-crownbay/conf')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay-noemgd.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay-noemgd.conf b/meta-crownbay/conf/machine/crownbay-noemgd.conf index 29dc4658..4b618a4a 100644 --- a/meta-crownbay/conf/machine/crownbay-noemgd.conf +++ b/meta-crownbay/conf/machine/crownbay-noemgd.conf | |||
@@ -8,6 +8,7 @@ | |||
8 | 8 | ||
9 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | 9 | PREFERRED_VERSION_linux-yocto ?= "3.14%" |
10 | 10 | ||
11 | require conf/machine/include/meta-intel.inc | ||
11 | require conf/machine/include/intel-core2-32-common.inc | 12 | require conf/machine/include/intel-core2-32-common.inc |
12 | require conf/machine/include/intel-common-pkgarch.inc | 13 | require conf/machine/include/intel-common-pkgarch.inc |
13 | 14 | ||