diff mbox series

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

Message ID 20231108000329.3065800-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 Nov. 8, 2023, 12:03 a.m. UTC
From: Denys Dmytriyenko <denys@konsulko.com>

A bit arbitrary, but it seems like a good point in time to bump Arago Distro
version, since things are relatively stable currently and to coincide with
the Yocto Project Nanbield release.

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

Comments

Ryan Eatmon Nov. 8, 2023, 2:13 p.m. UTC | #1
On 11/7/2023 6:03 PM, Denys Dmytriyenko wrote:
> From: Denys Dmytriyenko <denys@konsulko.com>
> 
> A bit arbitrary, but it seems like a good point in time to bump Arago Distro
> version, since things are relatively stable currently and to coincide with
> the Yocto Project Nanbield release.
> 
> Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>

Acked-by: Ryan Eatmon <reatmon@ti.com>


> ---
>   meta-arago-distro/conf/distro/arago.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
> index 8232ca27..83b1a18a 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.04"
> +DISTRO_VERSION = "2023.10"
>   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"
diff mbox series

Patch

diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf
index 8232ca27..83b1a18a 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.04"
+DISTRO_VERSION = "2023.10"
 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"