!29 Add meta-intel layer
Add meta-intel intel layer to build for the intel cpu board configuration.
This commit is contained in:
parent
d6084f2ed8
commit
cc28ffce35
|
|
@ -28,5 +28,10 @@
|
||||||
name="meta-selinux"
|
name="meta-selinux"
|
||||||
path="meta-selinux"
|
path="meta-selinux"
|
||||||
revision="a401f4b2816a0b41ce8d9351542658c721935bcd" />
|
revision="a401f4b2816a0b41ce8d9351542658c721935bcd" />
|
||||||
|
|
||||||
|
<project remote="caros"
|
||||||
|
name="meta-intel"
|
||||||
|
path="meta-intel"
|
||||||
|
revision="1342bcdc5bfc6620737e7d195e7d9bd744348577" />
|
||||||
</manifest>
|
</manifest>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,7 @@ BBLAYERS ?= " \
|
||||||
${TOPDIR}/../meta-oe/meta-python \
|
${TOPDIR}/../meta-oe/meta-python \
|
||||||
${TOPDIR}/../meta-oe/meta-webserver \
|
${TOPDIR}/../meta-oe/meta-webserver \
|
||||||
${TOPDIR}/../meta-oe/meta-xfce \
|
${TOPDIR}/../meta-oe/meta-xfce \
|
||||||
|
${TOPDIR}/../meta-intel \
|
||||||
${TOPDIR}/../meta-caros \
|
${TOPDIR}/../meta-caros \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
MACHINE ?= "genericx86-64"
|
MACHINE ?= "intel-corei7-64"
|
||||||
|
|
||||||
DL_DIR ?= "${TOPDIR}/../downloads"
|
DL_DIR ?= "${TOPDIR}/../downloads"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user