metal/bsp-files/upgrades/metadata.xml
Bin Qian f1de4d9388 Support upgrade from 22.06
Make 22.06 as valid upgrade from version.

Story: 2009303
Task: 45682
Depends-on: https://review.opendev.org/c/starlingx/ansible-playbooks/+/847848
Change-Id: I195e95f7037e5a947164b87c260ca141aaba8fa7
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2022-07-20 15:34:38 +00:00

13 lines
406 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<build>
<version>xxxSW_VERSIONxxx</version>
<supported_upgrades>
<upgrade>
<!-- either add multiple <version> elements or
use comma separated version list in version
element for multiple upgrade from versions -->
<version>22.06</version>
</upgrade>
</supported_upgrades>
</build>