diff mbox series

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

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

Commit Message

Denys Dmytriyenko Jan. 21, 2025, 8:48 p.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

The version hasn't been updated for quite a while. With some of the
upcoming major changes potentially making things unstable, let's bump
the version.

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 0ed81e95..509e0668 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 = "2023.10"
+DISTRO_VERSION = "2025.01"
 DISTRO_FEED_URI ?= "http://lcpd.itg.ti.com"
 BUILD_VARIANT = "${@['prod','rt'][int(d.getVar('ARAGO_RT_ENABLE'))]}"
 TISDK_VERSION ?= "live"