diff mbox series

[master/kirkstone] arago.conf: bump distro version

Message ID 20230501194541.1823840-1-denis@denix.org
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [master/kirkstone] arago.conf: bump distro version | expand

Commit Message

Denys Dmytriyenko May 1, 2023, 7:45 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

There are some relatively major changes coming to meta-ti in the form
of kernel 6.1 LTS, 2023 U-boot with binman and reworking GP/HS machine
configs and firmware handling, as well as slight layer restructuring
in meta-arago itself. Arago distro version hasn't been bumped for a
while and it is a good time to do so now while things are considerably
stable.

Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
---
 meta-arago-distro/conf/distro/arago.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 094e67da..07cff76b 100644
--- a/meta-arago-distro/conf/distro/arago.conf
+++ b/meta-arago-distro/conf/distro/arago.conf
@@ -1,6 +1,6 @@ 
 # Name and version of the distribution
 DISTRO_NAME = "Arago"
-DISTRO_VERSION = "2022.02"
+DISTRO_VERSION = "2023.04"
 DISTRO_FEED_URI ?= "http://lcpd.itg.ti.com"
 BUILD_VARIANT = "${@['prod','rt','systest'][int(d.getVar('ARAGO_RT_ENABLE'))+int(d.getVar('ARAGO_SYSTEST_ENABLE'))*2]}"
 TISDK_VERSION ?= "live"