7a4a14030b
Details: This commit enables the upgrade path from 22.12. Test Plan: PASS: built the iso and upgrade is enabled. Task: 47679 Story: 2010651 Signed-off-by: Junfeng (Shawn) Li <junfeng.li@windriver.com> Change-Id: Id0b61f5c97b5364518226dd1b9b5136e2eef49c4
12 lines
347 B
XML
12 lines
347 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<build>
|
|
<version>xxxSW_VERSIONxxx</version>
|
|
<supported_upgrades>
|
|
<upgrade>
|
|
<!-- use comma separated version list in version
|
|
element for multiple upgrade from versions -->
|
|
<version>22.12</version>
|
|
</upgrade>
|
|
</supported_upgrades>
|
|
</build>
|