diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-15 16:09:29 +0000 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-09-15 16:10:00 +0000 |
commit | bbc93424c949f14e3b09cf4d24e687af9f4bd154 (patch) | |
tree | 33c1db30667e1927b1dfcea6d9f7aee893bad30d | |
parent | 76208ca8803105080c8a0a0c58aad140601efa5c (diff) | |
download | meta-virtualization-bbc93424c949f14e3b09cf4d24e687af9f4bd154.tar.gz |
conf: drop mickledore, only specify nanbield
- mickledore was incorrectly spelled
- we aren't actively going to test both branches with master, so
go to only nanbield
If there's demaand, and test results to support it, we can
reconsider later.
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 189a86d4..c44d585c 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 = "mickeldore nanbield" | 24 | LAYERSERIES_COMPAT_virtualization-layer = "nanbield" |
25 | LAYERDEPENDS_virtualization-layer = " \ | 25 | LAYERDEPENDS_virtualization-layer = " \ |
26 | core \ | 26 | core \ |
27 | openembedded-layer \ | 27 | openembedded-layer \ |