Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webos: Initialize META_WEBOS_LAYER, META_OE_LAYER values #30

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
webos.conf: Release webOS OSE v2.25.0
:Release Notes:
Set software version as webOS OSE v2.25.0

:Detailed Notes:
Set WEBOS_DISTRO_VERSION_MINOR to "25.0"

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
N/A

Change-Id: Ie4db3aae2b288a6e09955fd006dc6b571a0734d1
ywbyun0815 committed Jan 17, 2024
commit 06837fe81ee9a6a2f921734397ab618a2389a167
2 changes: 1 addition & 1 deletion meta-webos/conf/distro/webos.conf
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ DISTRO_NAME = "webOS OSE"
# g - github

WEBOS_DISTRO_VERSION_MAJOR = "2"
WEBOS_DISTRO_VERSION_MINOR = "24.0"
WEBOS_DISTRO_VERSION_MINOR = "25.0"
WEBOS_DISTRO_VERSION_TYPE = "g"

DISTRO_VERSION = "${WEBOS_DISTRO_VERSION_MAJOR}.${WEBOS_DISTRO_VERSION_MINOR}.${WEBOS_DISTRO_VERSION_TYPE}"