summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2016-12-21 16:29:41 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2016-12-22 10:02:55 +0100
commit6f25bdd8182606a6149595a80abb88e1c535702a (patch)
treeb419aa70fef6a7f23cef551954acf1ad1801e25f /conf
parent8cbcad3e07c9ac2ffb539248f2eaeb0c49379fb8 (diff)
downloadmeta-enea-bsp-x86-6f25bdd8182606a6149595a80abb88e1c535702a.tar.gz
Define Yocto machine for Intel Xeon D1521
And add meta-intel dependency in README file. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/machine/inteld1521.conf6
2 files changed, 7 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index da41ab2..4df802a 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,4 +9,4 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
9BBFILE_COLLECTIONS += "enea-bsp-x86" 9BBFILE_COLLECTIONS += "enea-bsp-x86"
10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" 10BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/"
11BBFILE_PRIORITY_enea-bsp-x86 = "6" 11BBFILE_PRIORITY_enea-bsp-x86 = "6"
12LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common" 12LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common intel"
diff --git a/conf/machine/inteld1521.conf b/conf/machine/inteld1521.conf
new file mode 100644
index 0000000..1203dbe
--- /dev/null
+++ b/conf/machine/inteld1521.conf
@@ -0,0 +1,6 @@
1#@TYPE: Machine
2#@NAME: inteld1521
3#@SUMMARY: Intel Xeon D1521
4#@DESCRIPTION: Machine configuration for 64 bit Intel Core i7 CPU (and later) with MMX, SSE, SSE2, SSE3, and SSSE3 instruction set support. Supports a moderately wide range of drivers that should boot and be usable on "typical" hardware.
5
6require conf/machine/intel-corei7-64.conf