diff options
author | Kunhoon Baik <knhoon.baik@samsung.com> | 2021-08-26 13:01:41 +0900 |
---|---|---|
committer | Kunhoon Baik <knhoon.baik@samsung.com> | 2021-08-26 13:03:34 +0900 |
commit | 65910e4034705c4aa40651cb8e7b5e9ab01f400d (patch) | |
tree | 0eff874322b04d2d5989c9617ba95870d395f02f | |
parent | 07ee3898907c664734c621f890dcfb8f6be422c9 (diff) | |
download | building-blocks-65910e4034705c4aa40651cb8e7b5e9ab01f400d.tar.gz building-blocks-65910e4034705c4aa40651cb8e7b5e9ab01f400d.tar.bz2 building-blocks-65910e4034705c4aa40651cb8e7b5e9ab01f400d.zip |
[TRE-2811] Add nsjail to common (IoT) imagessubmit/tizen/20210827.030032accepted/tizen/unified/20210827.045750
Change-Id: I05be7548965393d03804c1ac53407c102bb49b46
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index 05f7468..6f42954 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -239,6 +239,8 @@ 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 ### PARTITION ### Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index 72c643c..0a1fbdd 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -134,6 +134,8 @@ 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 ### Will be removed ### Conflicts: %{name}-sub1-Preset_img_headed-rpi3 |