diff --git a/default.xml b/default.xml index a9c76e8..cd1a1c2 100644 --- a/default.xml +++ b/default.xml @@ -28,5 +28,10 @@ name="meta-selinux" path="meta-selinux" revision="a401f4b2816a0b41ce8d9351542658c721935bcd" /> + + diff --git a/meta-caros/conf/templates/bblayers.conf.sample b/meta-caros/conf/templates/bblayers.conf.sample index ce20e80..0191390 100644 --- a/meta-caros/conf/templates/bblayers.conf.sample +++ b/meta-caros/conf/templates/bblayers.conf.sample @@ -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 \ " diff --git a/meta-caros/conf/templates/local.conf.sample b/meta-caros/conf/templates/local.conf.sample index e187d09..0d0a027 100644 --- a/meta-caros/conf/templates/local.conf.sample +++ b/meta-caros/conf/templates/local.conf.sample @@ -1,4 +1,4 @@ -MACHINE ?= "genericx86-64" +MACHINE ?= "intel-corei7-64" DL_DIR ?= "${TOPDIR}/../downloads"