diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2021-04-19 17:44:38 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2021-04-19 17:53:42 +0900 |
commit | 565ae80ba59265b278374f4338867e1f50f5b6dc (patch) | |
tree | 6868e3c53818e075d3364a473476c9906291a253 | |
parent | 90eed78f44393cd24ad0010ba12cac6e0643a394 (diff) | |
download | building-blocks-565ae80ba59265b278374f4338867e1f50f5b6dc.tar.gz building-blocks-565ae80ba59265b278374f4338867e1f50f5b6dc.tar.bz2 building-blocks-565ae80ba59265b278374f4338867e1f50f5b6dc.zip |
[TRE-2682] Add softap to IoT platform image
Change-Id: I29bb30e293e9d0ff3c7bf5a0ba5d1c1d5cc32f4a
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 4 | ||||
-rw-r--r-- | packaging/platform-preset-iot-headless-images.inc | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/packaging/platform-preset-iot-headed-images.inc b/packaging/platform-preset-iot-headed-images.inc index d275206..28c5abf 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -114,6 +114,8 @@ Requires: inference-engine-opencv Requires: inference-engine-tflite #From TRE-2277 Requires: askuser-notification +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-rpi3 @@ -235,6 +237,8 @@ Requires: inference-engine-tflite Requires: askuser-notification #From TRE-2397 Requires: %{name}-sub2-Preset_boards-RPI3-Feedback +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-artik530 Conflicts: %{name}-sub1-Preset_img_headless-artik530 diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index 7694f01..c995de6 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -54,6 +54,8 @@ Requires: %{name}-sub1-domain_Feature-Resource_manager_Headless Requires: %{name}-sub2-domain_API-System-Runtime_Information #From TRE-2290 Requires: capi-network-tethering +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-rpi3 Conflicts: %{name}-sub1-Preset_img_headed-artik530 @@ -110,8 +112,8 @@ Requires: stability-monitor-kmod-rpi3 Requires: stability-monitor #From TRE-2290 Requires: capi-network-tethering - - +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-rpi3 Conflicts: %{name}-sub1-Preset_img_headed-artik530 |