Skip to content

Commit

Permalink
{mickledore-stop} webos: layer.conf: Update to mickledore release nam…
Browse files Browse the repository at this point in the history
…e series

:Release Notes:
oe-core switched to mickedore in:
https://git.openembedded.org/openembedded-core/commit/?id=57239d66b933c4313cf331d35d13ec2d0661c38f

:Detailed Notes:

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
[WRP-412] Create GPVB with Yocto 4.2 Mickedore

Change-Id: Ic33377ddf1893a6399ac5ca673d34bce75cc2081
  • Loading branch information
shr-project committed Jun 30, 2023
1 parent 0d9d6b3 commit cd21115
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ BBFILE_COLLECTIONS += "meta-webos-backports-4.3"
BBFILE_PATTERN_meta-webos-backports-4.3 := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos-backports-4.3 = "32"

LAYERSERIES_COMPAT_meta-webos-backports-4.3 = "langdale"
LAYERSERIES_COMPAT_meta-webos-backports-4.3 = "mickledore"

LAYERDEPENDS_meta-webos-backports-4.3 = " \
core \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos-raspberrypi/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "meta-webos-raspberrypi"
BBFILE_PATTERN_meta-webos-raspberrypi := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos-raspberrypi = "51"

LAYERSERIES_COMPAT_meta-webos-raspberrypi = "langdale"
LAYERSERIES_COMPAT_meta-webos-raspberrypi = "mickledore"

LAYERDEPENDS_meta-webos-raspberrypi = "\
meta-webos \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos-smack/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ BBFILE_COLLECTIONS += "meta-webos-smack"
BBFILE_PATTERN_meta-webos-smack := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos-smack = "75"

LAYERSERIES_COMPAT_meta-webos-smack = "langdale"
LAYERSERIES_COMPAT_meta-webos-smack = "mickledore"

LAYERDEPENDS_meta-webos-smack = "\
meta-webos \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos-updater/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "meta-webos-updater"
BBFILE_PATTERN_meta-webos-updater := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos-updater= "52"

LAYERSERIES_COMPAT_meta-webos-updater = "langdale"
LAYERSERIES_COMPAT_meta-webos-updater = "mickledore"

LAYERDEPENDS_meta-webos-updater = "\
sota \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos-virtualization/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "meta-webos-virtualization"
BBFILE_PATTERN_meta-webos-virtualization := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos-virtualization = "53"

LAYERSERIES_COMPAT_meta-webos-virtualization = "langdale"
LAYERSERIES_COMPAT_meta-webos-virtualization = "mickledore"

LAYERDEPENDS_meta-webos-virtualization = "\
virtualization-layer \
Expand Down
2 changes: 1 addition & 1 deletion meta-webos/conf/layer.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ BBFILE_COLLECTIONS += "meta-webos"
BBFILE_PATTERN_meta-webos := "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-webos = "40"

LAYERSERIES_COMPAT_meta-webos = "langdale"
LAYERSERIES_COMPAT_meta-webos = "mickledore"

LAYERDEPENDS_meta-webos = " \
core \
Expand Down

0 comments on commit cd21115

Please sign in to comment.