diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-26 04:03:42 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2024-05-29 13:16:56 +0000 |
commit | e97f724ccca15955df8561a35f0cf6ee8211c1b7 (patch) | |
tree | a749f99600bd5c5368428a19a6efe3d8c2da31ef /conf | |
parent | d04caa21f06c628bceee6cdc637af9491b632a27 (diff) | |
download | meta-virtualization-e97f724ccca15955df8561a35f0cf6ee8211c1b7.tar.gz |
layer: set compatibility to styhead
With the recent UNPACKDIR and golang changes, master is only
compatible with styhead.
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 b7cbb092..1f5ad89c 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 = "nanbield scarthgap" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "styhead" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |