diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-29 22:14:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-09-29 22:14:11 +0100 |
commit | b0067202db8573df3d23d199f82987cebe1bee2c (patch) | |
tree | 4813b2b684a331d3066c42e32ea22622babc4c58 | |
parent | 8327efb6334b9187fbaf7c871de4446c6863b3c5 (diff) | |
download | meta-mingw-b0067202db8573df3d23d199f82987cebe1bee2c.tar.gz |
layer.conf: Mark as compatible with langdaleyocto-4.1.4yocto-4.1.3yocto-4.1.2yocto-4.1.1yocto-4.1langdale-4.1.4langdale-4.1.3langdale-4.1.2langdale-4.1.1langdale-4.1langdale
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 9195742..cd0eeb3 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -14,5 +14,5 @@ BBFILE_PRIORITY_meta-mingw = "8" | |||
14 | 14 | ||
15 | LAYERDEPENDS_meta-mingw = "core" | 15 | LAYERDEPENDS_meta-mingw = "core" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_meta-mingw = "kirkstone" | 17 | LAYERSERIES_COMPAT_meta-mingw = "kirkstone langdale" |
18 | 18 | ||