Skip to content

Commit

Permalink
webos.conf: Release webOS OSE v2.9.0
Browse files Browse the repository at this point in the history
:Release Notes:
Set software version as webOS OSE v2.9.0

:Detailed Notes:
Set WEBOS_DISTRO_VERSION_MINOR to "9"

:Testing Performed:
Only build tested.

:QA Notes:
No change to image.

:Issues Addressed:
N/A

Change-Id: I5f1fbe75bfd144d9c4bf54aef487004ffbe13fec
  • Loading branch information
Hyunjae Shin committed Jan 21, 2021
1 parent e0fafed commit eb1b6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-webos/conf/distro/webos.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) 2012-2020 LG Electronics, Inc.
# Copyright (c) 2012-2021 LG Electronics, Inc.

DISTRO = "webos"
DISTRO_NAME = "webOS OSE"
Expand All @@ -13,7 +13,7 @@ WEBOS_DISTRO_BUILD_CODENAME = "master"
# g - github

WEBOS_DISTRO_VERSION_MAJOR = "2"
WEBOS_DISTRO_VERSION_MINOR = "8"
WEBOS_DISTRO_VERSION_MINOR = "9"
WEBOS_DISTRO_VERSION_TYPE = "g"

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

0 comments on commit eb1b6ac

Please sign in to comment.