From 50dc099d70830cfde2ab5477f55acc80a16e6567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonard=20G=C3=B6hrs?= Date: Thu, 12 Sep 2024 08:08:45 +0200 Subject: [PATCH] meta-lxatac-software: distro: tacos: update version to v24.09 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's time to spin a new release. Changes since v24.04: - Update yocto version from nanbield to scarthgap. - Update Linux Kernel from 6.8 to 6.10. - Update bottom, github-act-runner, gitlab-runner, ripgrep, imx-uuu, lxa-iobus, usbsdmux, rauc. - Include license information in the generated images and bundles and display them on the web interface. - Update the system management daemon and web interface (tacd) with the following new features: - Retry polling for update bundles with exponential backoff. This solves a problem where the first update poll after bootup is likely to fail, because the network is not yet up, and the next one only takes place hours or days later. - A diagnostics screen that displays a lot of information on a single screen and provides a border that can be used to align the LCD. It also allows toggling the LEDs and backlight to make sure they work correctly. - Notifications in the web interface that redirect the user to appropriate command lines when they try to change the active RAUC slot or enable/disable update channels in the web interface. - A /etc/motd that is updated in realtime with relevant information about the TAC. - A web view of the software packages and licenses that make up the meta-lxatac image. Signed-off-by: Leonard Göhrs --- meta-lxatac-software/conf/distro/tacos.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-lxatac-software/conf/distro/tacos.conf b/meta-lxatac-software/conf/distro/tacos.conf index 482a4cb1..1cc5d7e0 100644 --- a/meta-lxatac-software/conf/distro/tacos.conf +++ b/meta-lxatac-software/conf/distro/tacos.conf @@ -1,6 +1,6 @@ DISTRO = "tacos" DISTRO_NAME = "TAC OS - The LXA TAC operating system" -DISTRO_VERSION = "24.04+dev" +DISTRO_VERSION = "24.09" DISTRO_CODENAME = "tacos-scarthgap" MAINTAINER = "Linux Automation GmbH "