summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:40 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-07-30 00:02:40 +0100
commit33befe8fc63274efd170deeb0b69b093ca6b6afd (patch)
tree5e108b01897988c4ecbbe879c7a31ca350a43637
parent80747190ccce6628ce8815cf856f6ab867a00b5d (diff)
downloadmeta-gplv2-33befe8fc63274efd170deeb0b69b093ca6b6afd.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: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index 9fc797a..3abe6b5 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -14,7 +14,7 @@ LAYERVERSION_gplv2 = "1"
14 14
15LAYERDEPENDS_gplv2 = "core" 15LAYERDEPENDS_gplv2 = "core"
16 16
17LAYERSERIES_COMPAT_gplv2 = "hardknott" 17LAYERSERIES_COMPAT_gplv2 = "honister"
18 18
19LICENSE_PATH += "${LAYERDIR}/licenses" 19LICENSE_PATH += "${LAYERDIR}/licenses"
20 20