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:46:45 +0900 |
commit | 4b9deed0a2872b43a44b9527fb217042afaa1774 (patch) | |
tree | 23ee7f302b73d429b2f58cc61ac18c2fe2891e9e | |
parent | 7c987c5dc70e44ab699bb0d57cba1897d7386cd5 (diff) | |
download | building-blocks-4b9deed0a2872b43a44b9527fb217042afaa1774.tar.gz building-blocks-4b9deed0a2872b43a44b9527fb217042afaa1774.tar.bz2 building-blocks-4b9deed0a2872b43a44b9527fb217042afaa1774.zip |
[TRE-2682] Add softap to IoT platform image
Change-Id: I574d13c6d3e12116c5ac072b4cd724cf78d25f79
-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 6848f97..e564b9b 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -138,6 +138,8 @@ Requires: askuser-notification Requires: security-config-profile_iot_headed #From TRE-2524 Requires: firmware-update-system-ui-common +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP #Sync with Mobile Requires: freealut @@ -300,6 +302,8 @@ Requires: org.tizen.wifi-direct-popup Requires: ug-setting-wifidirect-efl #From TRE-2524 Requires: firmware-update-system-ui-common +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP #Sync with Mobile Requires: freealut diff --git a/packaging/platform-preset-iot-headless-images.inc b/packaging/platform-preset-iot-headless-images.inc index c4a5b2f..a71bf0f 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -65,6 +65,8 @@ Requires: security-config-profile_iot_headless Requires: %{name}-sub2-domain_API-MachineLearning-NNStreamer Requires: %{name}-sub2-Preset_boards-ARTIK530-Bluetooth_CallAudio +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-rpi3 Conflicts: %{name}-sub1-Preset_img_headed-artik530 @@ -134,8 +136,8 @@ Requires: security-config-profile_iot_headless Requires: %{name}-sub2-domain_API-MachineLearning-NNStreamer Requires: %{name}-sub2-Preset_boards-RPI3-Bluetooth_CallAudio - - +#From TRE-2682 +Requires: %{name}-sub2-domain_API-Network-SoftAP Conflicts: %{name}-sub1-Preset_img_headed-rpi3 Conflicts: %{name}-sub1-Preset_img_headed-artik530 |