summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 20:00:20 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-08-04 12:30:12 +0300
commit3f703e1b1d8c523ef244e24f316079c80e02b1ab (patch)
tree39d8380a646953388d13dd3aa9d7454088e1a6ca /conf/layer.conf
parent9ea7aa2cd2cdc775425797b689e782718896ea50 (diff)
downloadmeta-raspberrypi-3f703e1b1d8c523ef244e24f316079c80e02b1ab.tar.gz
Manually fix conversion
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 944df21..c36c7e3 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -6,11 +6,11 @@ BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
6 ${LAYERDIR}/recipes*/*/*.bbappend" 6 ${LAYERDIR}/recipes*/*/*.bbappend"
7 7
8BBFILE_COLLECTIONS += "raspberrypi" 8BBFILE_COLLECTIONS += "raspberrypi"
9BBFILE_PATTERN:raspberrypi := "^${LAYERDIR}/" 9BBFILE_PATTERN_raspberrypi := "^${LAYERDIR}/"
10BBFILE_PRIORITY:raspberrypi = "9" 10BBFILE_PRIORITY_raspberrypi = "9"
11 11
12LAYERSERIES_COMPAT:raspberrypi = "hardknott honister" 12LAYERSERIES_COMPAT_raspberrypi = "hardknott honister"
13LAYERDEPENDS:raspberrypi = "core" 13LAYERDEPENDS_raspberrypi = "core"
14 14
15# Additional license directories. 15# Additional license directories.
16LICENSE_PATH += "${LAYERDIR}/files/custom-licenses" 16LICENSE_PATH += "${LAYERDIR}/files/custom-licenses"
@@ -37,4 +37,4 @@ BBFILES_DYNAMIC += " \
37" 37"
38 38
39DEFAULT_TEST_SUITES:remove:rpi = "parselogs" 39DEFAULT_TEST_SUITES:remove:rpi = "parselogs"
40DEFAULT_TEST_SUITES:append:rpi = " parselogs:rpi" 40DEFAULT_TEST_SUITES:append:rpi = " parselogs_rpi"