!29 Add meta-intel layer

Add meta-intel intel layer to build for the intel cpu
board configuration.
This commit was merged in pull request #30.
This commit is contained in:
2023-09-23 23:36:51 +02:00
parent d6084f2ed8
commit cc28ffce35
3 changed files with 7 additions and 1 deletions

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"