Skip to content

Commit

Permalink
layer.conf: Update for zeus series
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Purdie <[email protected]>
  • Loading branch information
rpurdie committed Oct 8, 2019
1 parent d5fd205 commit a5c9709
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion meta-selftest/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ BBFILE_COLLECTIONS += "selftest"
BBFILE_PATTERN_selftest = "^${LAYERDIR}/"
BBFILE_PRIORITY_selftest = "5"

LAYERSERIES_COMPAT_selftest = "warrior"
LAYERSERIES_COMPAT_selftest = "zeus"
2 changes: 1 addition & 1 deletion meta-skeleton/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ LAYERVERSION_skeleton = "1"

LAYERDEPENDS_skeleton = "core"

LAYERSERIES_COMPAT_skeleton = "warrior"
LAYERSERIES_COMPAT_skeleton = "zeus"
4 changes: 2 additions & 2 deletions meta/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ BBFILE_COLLECTIONS += "core"
BBFILE_PATTERN_core = "^${LAYERDIR}/"
BBFILE_PRIORITY_core = "5"

LAYERSERIES_CORENAMES = "warrior"
LAYERSERIES_CORENAMES = "zeus"

# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_core = "11"
LAYERSERIES_COMPAT_core = "warrior"
LAYERSERIES_COMPAT_core = "warrior zeus"

BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core"

Expand Down

0 comments on commit a5c9709

Please sign in to comment.