Skip to content

Commit 4954305

Browse files
conf/layer.conf: Add OE-Core layer dependency
Declare the core collection dependency in layer.conf so layer tooling can validate the dependency already documented in the README. Signed-off-by: Luciano Gomes <luciano.dittgen@ossystems.com.br>
1 parent 71c9e7f commit 4954305

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

conf/layer.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
88
BBFILE_COLLECTIONS += "ossystems-base"
99
BBFILE_PATTERN_ossystems-base := "^${LAYERDIR}/"
1010
BBFILE_PRIORITY_ossystems-base = "8"
11+
LAYERDEPENDS_ossystems-base = "core"
1112

1213
addpylib ${LAYERDIR}/lib ossystems
1314

0 commit comments

Comments
 (0)