Skip to content

Commit aea91f2

Browse files
Add layer.conf
Add initial layer.conf. Signed-off-by: Ricardo Salveti <[email protected]>
1 parent 9a3d05c commit aea91f2

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

conf/layer.conf

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# We have a conf and classes directory, add to BBPATH
2+
BBPATH .= ":${LAYERDIR}"
3+
4+
# We have a packages directory, add to BBFILES
5+
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6+
${LAYERDIR}/recipes-*/*/*.bbappend"
7+
8+
BBFILE_COLLECTIONS += "qcom-3rdparty"
9+
BBFILE_PATTERN_qcom-3rdparty := "^${LAYERDIR}/"
10+
BBFILE_PRIORITY_qcom-3rdparty = "5"
11+
12+
LAYERDEPENDS_qcom-3rdparty = "core qcom"
13+
LAYERSERIES_COMPAT_qcom-3rdparty = "styhead walnascar"

0 commit comments

Comments
 (0)