diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 10:50:57 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-09-16 10:50:57 -0400 |
| commit | bc081444b0ad9fcd60f56de23d5e51b2b3ac36b6 (patch) | |
| tree | d58d368d093740ad89f516f6d6e3148b17a61000 | |
| parent | eccc51d4e58381384a70b34a2e37c0808f9e9b2c (diff) | |
| download | meta-virtualization-bc081444b0ad9fcd60f56de23d5e51b2b3ac36b6.tar.gz | |
conf: restrict hardknott compaitbility to hardknott
The busybox bbappend causes problems, and now that we aren't in
transition, no one is testing compatibility for anything but matching
release branches.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
| -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 70d98ce7..b196533b 100644 --- a/conf/layer.conf +++ b/conf/layer.conf | |||
| @@ -31,7 +31,7 @@ BBFILES_DYNAMIC += " \ | |||
| 31 | # This should only be incremented on significant changes that will | 31 | # This should only be incremented on significant changes that will |
| 32 | # cause compatibility issues with other layers | 32 | # cause compatibility issues with other layers |
| 33 | LAYERVERSION_virtualization-layer = "1" | 33 | LAYERVERSION_virtualization-layer = "1" |
| 34 | LAYERSERIES_COMPAT_virtualization-layer = "dunfell gatesgarth hardknott" | 34 | LAYERSERIES_COMPAT_virtualization-layer = "hardknott" |
| 35 | LAYERDEPENDS_virtualization-layer = " \ | 35 | LAYERDEPENDS_virtualization-layer = " \ |
| 36 | core \ | 36 | core \ |
| 37 | openembedded-layer \ | 37 | openembedded-layer \ |
