!92 Add meta-intel layer

Add meta-intel intel layer to build for the intel cpu
board configuration.
This commit is contained in:
Lars Niesen 2023-09-23 23:36:51 +02:00
parent d6084f2ed8
commit 22ae80d45a
Signed by: Tripple_Trabble
GPG Key ID: A490A795C4D3B490
3 changed files with 7 additions and 1 deletions

View File

@ -28,5 +28,10 @@
name="meta-selinux"
path="meta-selinux"
revision="a401f4b2816a0b41ce8d9351542658c721935bcd" />
<project remote="caros"
name="meta-intel"
path="meta-intel"
revision="1342bcdc5bfc6620737e7d195e7d9bd744348577" />
</manifest>

View File

@ -21,6 +21,7 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-oe/meta-python \
${TOPDIR}/../meta-oe/meta-webserver \
${TOPDIR}/../meta-oe/meta-xfce \
${TOPDIR}/../meta-intel \
${TOPDIR}/../meta-caros \
"

View File

@ -1,4 +1,4 @@
MACHINE ?= "genericx86-64"
MACHINE ?= "intel-corei7-64"
DL_DIR ?= "${TOPDIR}/../downloads"