Skip to content

Commit 2389810

Browse files
authored
Update layer compat to Wrynose (#82)
Fixes #64
1 parent 54045d1 commit 2389810

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ BBFILE_PRIORITY_protos = "10"
1313

1414
LAYERDEPENDS_protos = "core"
1515
LAYERVERSION_protos = "1"
16-
LAYERSERIES_COMPAT_protos = "kirkstone scarthgap whinlatter"
16+
LAYERSERIES_COMPAT_protos = "kirkstone scarthgap wrynose"

meta-protos/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ BBFILE_PRIORITY_meta-protos = "8"
1313

1414
LAYERDEPENDS_meta-protos = "core"
1515
LAYERVERSION_meta-protos = "1"
16-
LAYERSERIES_COMPAT_meta-protos = "kirkstone scarthgap whinlatter"
16+
LAYERSERIES_COMPAT_meta-protos = "kirkstone scarthgap wrynose"

meta-protos/meta-python/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ BBFILE_PATTERN_meta-protos-meta-python = "^${LAYERDIR}/"
1515
BBFILE_PRIORITY_meta-protos-meta-python = "8"
1616

1717
LAYERDEPENDS_meta-protos-meta-python = "core"
18-
LAYERSERIES_COMPAT_meta-protos-meta-python = "kirkstone scarthgap whinlatter"
18+
LAYERSERIES_COMPAT_meta-protos-meta-python = "kirkstone scarthgap wrynose"

meta-protos/meta/conf/layer.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ BBFILE_PRIORITY_meta-protos-meta = "8"
1515
BBFILE_PATTERN_IGNORE_EMPTY_meta-protos-meta = "1"
1616

1717
LAYERDEPENDS_meta-protos-meta = "core"
18-
LAYERSERIES_COMPAT_meta-protos-meta = "kirkstone scarthgap whinlatter"
18+
LAYERSERIES_COMPAT_meta-protos-meta = "kirkstone scarthgap wrynose"

0 commit comments

Comments
 (0)