From cc28ffce35ac77dd4f4270b5018e138463e61e86 Mon Sep 17 00:00:00 2001 From: Lars Niesen Date: Sat, 23 Sep 2023 23:36:51 +0200 Subject: [PATCH] !29 Add meta-intel layer Add meta-intel intel layer to build for the intel cpu board configuration. --- default.xml | 5 +++++ meta-caros/conf/templates/bblayers.conf.sample | 1 + meta-caros/conf/templates/local.conf.sample | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) 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"