#3 Fix misconfiguration of the yocto layer

This commit is contained in:
2023-07-13 00:22:13 +02:00
parent b6d3ef2da8
commit 99b4349973
3 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -118,3 +118,4 @@ BB_DISKMON_DIRS ??= "\
# this doesn't mean anything to you.
CONF_VERSION = "2"
DEPLOY_DIR_RPM = "${TOPDIR}../deploy_rpms"