metal/bsp-files/upgrades/metadata.xml
Heitor Matsui 42253f7b25 Upversion to 24.09
This commit upversions the iso to 24.09 for this repo,
by adding supported upgrade FROM 24.03 and 22.12. Also
this commit removes incorrect comment from the metadata file.

Test Plan:
PASS: install/bootstrap/unlock
PASS: build ISO, verify software version is updated accordingly

Story: 2010651
Task: 50041

Depends-on: https://review.opendev.org/c/starlingx/utilities/+/909677

Change-Id: I71312d169180b1524d7f119263bb1d5a9fe6d229
Signed-off-by: Heitor Matsui <heitorvieira.matsui@windriver.com>
2024-05-15 15:29:41 -03:00

13 lines
296 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<build>
<version>xxxSW_VERSIONxxx</version>
<supported_upgrades>
<upgrade>
<version>22.12</version>
</upgrade>
<upgrade>
<version>24.03</version>
</upgrade>
</supported_upgrades>
</build>