| Message ID | 20260417204312.2610561-1-reatmon@ti.com |
|---|---|
| State | Superseded |
| Delegated to: | Ryan Eatmon |
| Headers | show |
| Series | [meta-arago,master] arago: Bump DISTRO_VERSION | expand |
meta-arago / na / 20260417204312.2610561-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-arago][master][PATCH] arago: Bump DISTRO_VERSION - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Fri, 17 Apr 2026 15:43:12 -0500 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 206dcf15e7a688f97b53f78d0c6f924c6584dc1b Applied to: - Repository: lcpd-prc-meta-arago - Base Branch: master-wip - Commit Author: Ryan Eatmon <reatmon@ti.com> - Commit Subject: mesa-demos: Flip to a bbappend - Commit SHA: 28bcbf56e5eee40784c817382942e728c48b2376 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index 42019272..02d8c954 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 = "2025.01" +DISTRO_VERSION = "2026.01" DISTRO_FEED_URI ?= "http://lcpd.itg.ti.com" BUILD_VARIANT = "${@['prod','rt'][int(d.getVar('ARAGO_RT_ENABLE'))]}" TISDK_VERSION ?= "live"
Time to bump the DISTRO_VERSION to 2026.01. Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)