From 6f25bdd8182606a6149595a80abb88e1c535702a Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Wed, 21 Dec 2016 16:29:41 +0100 Subject: Define Yocto machine for Intel Xeon D1521 And add meta-intel dependency in README file. Signed-off-by: Adrian Calianu Signed-off-by: Adrian Dudau --- README | 5 +++++ conf/layer.conf | 2 +- conf/machine/inteld1521.conf | 6 ++++++ 3 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 conf/machine/inteld1521.conf diff --git a/README b/README index 1c97af9..482e153 100644 --- a/README +++ b/README @@ -12,6 +12,10 @@ This layer depends on: branch: master revision: HEAD + URI: git://git.yoctoproject.org/meta-intel + branch: master + revision: HEAD + Source code =========== @@ -52,6 +56,7 @@ other layers needed. e.g.: /path/to/yocto/meta \ /path/to/yocto/meta-poky \ /path/to/yocto/meta-enea-bsp-common \ + /path/to/yocto/meta-intel \ " 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 \ BBFILE_COLLECTIONS += "enea-bsp-x86" BBFILE_PATTERN_enea-bsp-x86 = "^${LAYERDIR}/" BBFILE_PRIORITY_enea-bsp-x86 = "6" -LAYERDEPENDS_enea-bsp-x86 = "enea-bsp-common" +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 @@ +#@TYPE: Machine +#@NAME: inteld1521 +#@SUMMARY: Intel Xeon D1521 +#@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. + +require conf/machine/intel-corei7-64.conf -- cgit v1.2.3-54-g00ecf