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 6f95f5a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 1 deletion.
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"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6f95f5a

Please sign in to comment.