We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a3d05c commit 4f82d0bCopy full SHA for 4f82d0b
conf/layer.conf
@@ -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 qcom-hwe"
13
+LAYERSERIES_COMPAT_qcom-3rdparty = "kirkstone"
0 commit comments