diff options
author | Karol Lewandowski <k.lewandowsk@samsung.com> | 2023-04-27 17:02:31 +0200 |
---|---|---|
committer | Mateusz Moscicki <m.moscicki2@partner.samsung.com> | 2023-07-18 10:50:31 +0200 |
commit | aa9a6887dc0b531bf2dd851384eb380bd56ba162 (patch) | |
tree | 03a27eeae632851e32c1c92a65d1837e76a36d2a | |
parent | f7ffd52d4437a0895deef750b8da545b3d0f13a0 (diff) | |
download | building-blocks-accepted/tizen_6.0_unified.tar.gz building-blocks-accepted/tizen_6.0_unified.tar.bz2 building-blocks-accepted/tizen_6.0_unified.zip |
Add Individual Service Upgrade feature and enable it on headed & headless imagesaccepted/tizen/6.0/unified/20230719.172051tizen_6.0accepted/tizen_6.0_unified
Change-Id: I73e38e0e67c7b2b4bbec4bae4f2e7c21d8ee0a12
-rw-r--r-- | packaging/building-blocks.spec | 2 | ||||
-rw-r--r-- | packaging/domain-features-isu.inc | 12 | ||||
-rw-r--r-- | packaging/domain-features.inc | 1 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 1 |
5 files changed, 18 insertions, 0 deletions
diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index 06615a0..c7468dd 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -48,6 +48,7 @@ Source1310: domain-features-resource_manager.inc Source1311: domain-features-diagnostics.inc Source1312: domain-features-power_manager.inc Source1313: domain-features-mode_supervisor.inc +Source1314: domain-features-isu.inc %if %{dotnet_feature} == "on" Source1400: domain-csapis.inc @@ -354,6 +355,7 @@ python ./rule_checker.py %{include_if_mainbuild %{SOURCE1311}} %{include_if_mainbuild %{SOURCE1312}} %{include_if_mainbuild %{SOURCE1313}} +%{include_if_mainbuild %{SOURCE1314}} %if %{dotnet_feature} == "on" %{include_if_mainbuild %{SOURCE1400}} diff --git a/packaging/domain-features-isu.inc b/packaging/domain-features-isu.inc new file mode 100644 index 0000000..8f92919 --- /dev/null +++ b/packaging/domain-features-isu.inc @@ -0,0 +1,12 @@ +################################ +## Individual Service Upgrade ## +################################ +%package sub1-domain_Feature-ISU +Summary: Individual Service Upgrade support packages +Requires: bubblewrap +Requires: isu + +%description sub1-domain_Feature-ISU +Tizen block (set of packages) for supporting Individual +Service Upgrade feature +%files sub1-domain_Feature-ISU diff --git a/packaging/domain-features.inc b/packaging/domain-features.inc index bdb3323..c28cf1f 100644 --- a/packaging/domain-features.inc +++ b/packaging/domain-features.inc @@ -10,6 +10,7 @@ Suggests: %{name}-sub1-domain_Feature-DotNET Suggests: %{name}-sub1-domain_Feature-WebAPI Suggests: %{name}-sub1-domain_Feature-BootAni Suggests: %{name}-sub1-domain_Feature-Starter +Suggests: %{name}-sub1-domain_Feature-ISU Suggests: %{name}-sub1-domain_Feature-Upgrade Suggests: %{name}-sub1-domain_Feature-Recovery Suggests: %{name}-sub1-domain_Feature-Setup diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index ed0b23b..b006b87 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -68,6 +68,7 @@ Requires: dali-csharp-binder Requires: dali2-csharp-binder Requires: %{name}-sub1-domain_Feature-Starter Requires: %{name}-sub1-feature_App-IoT_Headed_Ref_image +Requires: %{name}-sub1-domain_Feature-ISU Requires: %{name}-sub1-domain_Feature-Upgrade Requires: %{name}-sub1-domain_Feature-Recovery Requires: %{name}-sub1-domain_Feature-WebAPI @@ -201,6 +202,7 @@ Requires: %{name}-sub2-Preset_boards-RPI3-WifiDirect Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery ## Feature Requires: %{name}-sub1-domain_Feature-BootAni +Requires: %{name}-sub1-domain_Feature-ISU %if %{dotnet_feature} == "on" Requires: %{name}-sub1-domain_Feature-DotNET %endif diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index d0863eb..c0bd7e9 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -100,6 +100,7 @@ Requires: %{name}-sub2-domain_API-Network-Curl #From TRE-2330 Requires: %{name}-sub1-domain_Feature-Diagnostics +Requires: %{name}-sub1-domain_Feature-ISU Requires: %{name}-sub1-domain_Feature-Upgrade Requires: %{name}-sub1-domain_Feature-Setup Requires: tar |