diff options
author | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-04-29 12:34:41 +0900 |
---|---|---|
committer | Hyotaek Shim <hyotaek.shim@samsung.com> | 2022-04-29 03:12:17 +0000 |
commit | cfbecca5ec024dd5428a1a3e17f6cc7bc30d112f (patch) | |
tree | f1442efe5b2d8f22da455dfbd0e803ebf2e5fd59 | |
parent | 9691701346c823706726bc7a07a832c1c4040c45 (diff) | |
download | building-blocks-submit/tizen_6.5/20220429.040455.tar.gz building-blocks-submit/tizen_6.5/20220429.040455.tar.bz2 building-blocks-submit/tizen_6.5/20220429.040455.zip |
[TRE-2811] Add nsjail package to all IoT profilessubmit/tizen_6.5/20220429.040455accepted/tizen/6.5/unified/20220501.223723
Change-Id: Id75c43fa1f078cf2ed3cad7c976e4e203239f91e
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index f46af4c..0801b53 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -245,8 +245,6 @@ Requires: tizen-debug Requires: tizen-locale Requires: %{name}-sub2-domain_API-Network-SoftAP Requires: %{name}-sub2-Preset_boards-COMMON-UserAwareness -#From TRE-2811 -Requires: nsjail #From TRE-2817 Requires: %{name}-sub1-domain_Feature-Esplusplayer diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index 079a165..5ffcb6a 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -134,8 +134,6 @@ Requires: %{name}-sub2-domain_API-Network-SoftAP Requires: %{name}-sub2-Preset_boards-COMMON-UserAwareness Requires: initrd-flash Requires: reboot-param-helper -#From TRE-2811 -Requires: nsjail #From TRE-2816 Requires: deviced-plugin-profile-iot-headless diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index d9cfaec..3c53780 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -68,6 +68,8 @@ Requires: building-blocks-mapping-files #From TRE-2590 Requires: %{name}-root-domain_HALAPI Requires: unified-backend +#From TRE-2811 +Requires: nsjail %description root-Preset_iot_core The packages of Tizen IoT Core. |