diff options
author | 2020-10-15 16:43:32 +0100 | |
---|---|---|
committer | 2020-10-15 16:43:32 +0100 | |
commit | b86fe7c9e830dce1e4ac494a89114a24621c2e3f (patch) | |
tree | a012dc97aea1c522e29e877674abf111152fa39f | |
parent | f9761c01495cd52ce88e33fbc8824f882cf80288 (diff) | |
download | meta-gplv2-b86fe7c9e830dce1e4ac494a89114a24621c2e3f.tar.gz meta-gplv2-b86fe7c9e830dce1e4ac494a89114a24621c2e3f.tar.bz2 meta-gplv2-b86fe7c9e830dce1e4ac494a89114a24621c2e3f.zip |
layer.conf: Move to support gatesgarth in master
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf index 9a665b4..035ba1d 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -14,7 +14,7 @@ LAYERVERSION_gplv2 = "1" LAYERDEPENDS_gplv2 = "core" -LAYERSERIES_COMPAT_gplv2 = "dunfell" +LAYERSERIES_COMPAT_gplv2 = "gatesgarth" LICENSE_PATH += "${LAYERDIR}/licenses" |