diff options
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | conf/layer.conf | 2 | ||||
-rw-r--r-- | conf/machine/inteld1521.conf | 6 |
3 files changed, 12 insertions, 1 deletions
@@ -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 | |||
15 | Source code | 19 | Source 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 | ||
57 | II. Misc | 62 | II. 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 \ | |||
9 | BBFILE_COLLECTIONS += "enea-bsp-x86" | 9 | BBFILE_COLLECTIONS += "enea-bsp-x86" |
10 | BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" | 10 | BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" |
11 | BBFILE_PRIORITY_enea-bsp-x86 = "6" | 11 | BBFILE_PRIORITY_enea-bsp-x86 = "6" |
12 | LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common" | 12 | LAYERDEPENDS_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 | |||
6 | require conf/machine/intel-corei7-64.conf | ||