From a9afa03412dfbbacd01db4e7a276f83c0099c834 Mon Sep 17 00:00:00 2001 From: Yangwoo Byun Date: Tue, 7 Nov 2023 15:23:52 +0900 Subject: [PATCH] webos.conf: Release webOS OSE v2.24.0 :Release Notes: Set software version as webOS OSE v2.24.0 :Detailed Notes: Set WEBOS_DISTRO_VERSION_MINOR to "24.0" :Testing Performed: Only build tested. :QA Notes: No change to image. :Issues Addressed: N/A Cherry-picked-from-commit: deeb0e891e259ef92f2367ce3b3085db20df4bc3 Cherry-picked-from-branch: --- meta-webos/conf/distro/webos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-webos/conf/distro/webos.conf b/meta-webos/conf/distro/webos.conf index 7ae635b22..1a289366f 100644 --- a/meta-webos/conf/distro/webos.conf +++ b/meta-webos/conf/distro/webos.conf @@ -13,7 +13,7 @@ WEBOS_DISTRO_BUILD_CODENAME = "master" # g - github WEBOS_DISTRO_VERSION_MAJOR = "2" -WEBOS_DISTRO_VERSION_MINOR = "23.0" +WEBOS_DISTRO_VERSION_MINOR = "24.0" WEBOS_DISTRO_VERSION_TYPE = "g" DISTRO_VERSION = "${WEBOS_DISTRO_VERSION_MAJOR}.${WEBOS_DISTRO_VERSION_MINOR}.${WEBOS_DISTRO_VERSION_TYPE}"