summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--README5
-rw-r--r--conf/layer.conf2
-rw-r--r--conf/machine/inteld1521.conf6
3 files changed, 12 insertions, 1 deletions
diff --git a/README b/README
index 1c97af9..482e153 100644
--- a/README
+++ b/README
@@ -12,6 +12,10 @@ This layer depends on:
12 branch: master 12 branch: master
13 revision: HEAD 13 revision: HEAD
14 14
15 URI: git://git.yoctoproject.org/meta-intel
16 branch: master
17 revision: HEAD
18
15Source code 19Source code
16=========== 20===========
17 21
@@ -52,6 +56,7 @@ other layers needed. e.g.:
52 /path/to/yocto/meta \ 56 /path/to/yocto/meta \
53 /path/to/yocto/meta-poky \ 57 /path/to/yocto/meta-poky \
54 /path/to/yocto/meta-enea-bsp-common \ 58 /path/to/yocto/meta-enea-bsp-common \
59 /path/to/yocto/meta-intel \
55 " 60 "
56 61
57II. Misc 62II. Misc
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