diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2022-08-25 19:53:45 +0200 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-08-31 11:38:23 +0900 |
commit | 91775f83c73557f7042b20739de27eefd88f1cc3 (patch) | |
tree | 56f13ce30c9242a51f3930bb75f7ac5b95ceac61 | |
parent | d185f72b52ea09106bb56f2512b2e96478c3e73d (diff) | |
download | building-blocks-91775f83c73557f7042b20739de27eefd88f1cc3.tar.gz building-blocks-91775f83c73557f7042b20739de27eefd88f1cc3.tar.bz2 building-blocks-91775f83c73557f7042b20739de27eefd88f1cc3.zip |
Use new style upgrade packages
From Tizen 7.5 upgrade packages have been changed and are as follows:
- initrd-recovery (which includes previously separate system-recovery and initrd-fota),
- upgrade (new package which includes previously separate system-rw-update
and tota-ua).
Change-Id: Iced8346bf6b527621e458ac53a604845e40bda2b
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/domain-features-recovery.inc | 1 | ||||
-rw-r--r-- | packaging/domain-features-upgrade.inc | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/packaging/domain-features-recovery.inc b/packaging/domain-features-recovery.inc index 5324245..a7878f2 100644 --- a/packaging/domain-features-recovery.inc +++ b/packaging/domain-features-recovery.inc @@ -6,7 +6,6 @@ #################### %package sub1-domain_Feature-Recovery Summary: Tizen Recovery Feature -Requires: system-recovery Requires: initrd-recovery Requires: factory-reset Requires: factory-reset-userdata-backup diff --git a/packaging/domain-features-upgrade.inc b/packaging/domain-features-upgrade.inc index e4a2061..2069770 100644 --- a/packaging/domain-features-upgrade.inc +++ b/packaging/domain-features-upgrade.inc @@ -6,10 +6,8 @@ ################### %package sub1-domain_Feature-Upgrade Summary: Tizen Upgrade Feature -Requires: system-rw-update -Requires: initrd-fota Requires: initrd-recovery -Requires: tota-ua +Requires: upgrade Requires: factory-reset Requires: factory-reset-userdata-backup Requires: building-blocks-sub2-domain_API-System-Update_Control |