Skip to content

Commit

Permalink
scarthgap
Browse files Browse the repository at this point in the history
  • Loading branch information
h5b committed Oct 11, 2024
1 parent f110a02 commit 932e0bc
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
2 changes: 1 addition & 1 deletion conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ BBFILE_PRIORITY_protos = "10"

LAYERDEPENDS_protos = "core"
LAYERVERSION_protos = "1"
LAYERSERIES_COMPAT_protos = "dunfell kirkstone"
LAYERSERIES_COMPAT_protos = "dunfell kirkstone scarthgap"
File renamed without changes.
16 changes: 16 additions & 0 deletions meta-protos/conf/layer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have recipes-* directories, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "meta-protos"
BBFILE_PATTERN_meta-protos = "^${LAYERDIR}/"

# enforce precedence over any other layer
BBFILE_PRIORITY_meta-protos = "8"

LAYERDEPENDS_meta-protos = "core"
LAYERVERSION_meta-protos = "1"
LAYERSERIES_COMPAT_meta-protos = "dunfell kirkstone"
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ BBFILES ?= ""

BBLAYERS ?= " \
${TOPDIR}/../meta-clang \
${TOPDIR}/../meta-kf5 \
${TOPDIR}/../meta-kf6 \
${TOPDIR}/../meta-mingw \
${TOPDIR}/../meta-oe/meta-filesystems \
Expand All @@ -20,15 +19,15 @@ BBLAYERS ?= " \
${TOPDIR}/../meta-oe/meta-python \
${TOPDIR}/../meta-oe/meta-webserver \
${TOPDIR}/../meta-oe/meta-xfce \
${TOPDIR}/../meta-protos \
${TOPDIR}/../meta-protos/meta \
${TOPDIR}/../meta-protos/meta-oe \
${TOPDIR}/../meta-protos/meta-python \
${TOPDIR}/../meta-qt5 \
${TOPDIR}/../meta-qt6 \
${TOPDIR}/../meta-selinux \
${TOPDIR}/../poky/meta \
${TOPDIR}/../poky/meta-poky \
${TOPDIR}/../poky/meta-yocto-bsp \
${TOPDIR}/../protos \
${TOPDIR}/../protos/meta-protos \
${TOPDIR}/../protos/meta-protos/meta \
${TOPDIR}/../protos/meta-protos/meta-oe \
${TOPDIR}/../protos/meta-protos/meta-python \
"
File renamed without changes.
File renamed without changes.

0 comments on commit 932e0bc

Please sign in to comment.