summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-30 10:18:01 +0200
committerAndrei Gherzan <andrei@gherzan.com>2021-08-04 12:30:12 +0300
commit5689280cd85b1b5fe8b18615cbd0f6982bd9982c (patch)
treea5ef943568292de1beff36f3aa044b4120a5f390
parent3f703e1b1d8c523ef244e24f316079c80e02b1ab (diff)
downloadmeta-raspberrypi-5689280cd85b1b5fe8b18615cbd0f6982bd9982c.tar.gz
layer.conf: Update to honister
This marks the layers as compatible with honister now they use the new override syntax. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index c36c7e3..7f634ae 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_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 = "honister"
13LAYERDEPENDS_raspberrypi = "core" 13LAYERDEPENDS_raspberrypi = "core"
14 14
15# Additional license directories. 15# Additional license directories.