!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:
@@ -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 \
|
||||
"
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
MACHINE ?= "genericx86-64"
|
||||
MACHINE ?= "intel-corei7-64"
|
||||
|
||||
DL_DIR ?= "${TOPDIR}/../downloads"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user