diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-29 23:08:52 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-09-29 23:08:52 -0400 |
commit | 3fe3e0971d7d14cbd06f54cad942fa2ed86c5048 (patch) | |
tree | 2f381e208b0097b14b732162fb10c8a8b1db902a /conf | |
parent | 2542c4b3b08abc3f3ce1965d8d50a05ab9457ee6 (diff) | |
download | meta-virtualization-3fe3e0971d7d14cbd06f54cad942fa2ed86c5048.tar.gz |
layer.conf: set langdale compatibility
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'conf')
-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 7f4c6e0d..f1feef93 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
@@ -21,7 +21,7 @@ BBFILES_DYNAMIC += " \ | |||
21 | # This should only be incremented on significant changes that will | 21 | # This should only be incremented on significant changes that will |
22 | # cause compatibility issues with other layers | 22 | # cause compatibility issues with other layers |
23 | LAYERVERSION_virtualization-layer = "1" | 23 | LAYERVERSION_virtualization-layer = "1" |
24 | LAYERSERIES_COMPAT_virtualization-layer = "kirkstone" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "langdale" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |