Skip to content

Commit 331dc97

Browse files
layer.conf: add wrynose compat
and limit the CI tests to releases still using poky Signed-off-by: Konrad Weihmann <kweihmann@outlook.com>
1 parent 166f030 commit 331dc97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
upstream-check,
2727
license-check
2828
]
29-
branch: [dunfell, gatesgarth, hardknott, kirkstone, langdale, mickledore, nanbield, scarthgap, styhead, master]
29+
branch: [kirkstone, scarthgap]
3030

3131
steps:
3232
- uses: actions/checkout@v5

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ BBFILE_PRIORITY_meta-buildutils = "6"
1010
LAYERVERSION_meta-buildutils = "1"
1111
LAYERDEPENDS_meta-buildutils = "core"
1212

13-
LAYERSERIES_COMPAT_meta-buildutils = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore nanbield scarthgap styhead walnascar whinlatter"
13+
LAYERSERIES_COMPAT_meta-buildutils = "dunfell gatesgarth hardknott honister kirkstone langdale mickledore nanbield scarthgap styhead walnascar whinlatter wrynose"

0 commit comments

Comments
 (0)