diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2021-04-20 01:14:27 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2021-04-20 01:14:27 +0000 |
commit | caf178c298ef389e1816ff81d918c592baf67dde (patch) | |
tree | 1a26f0e1d95e43c5073e0fc99620462a81bf7604 | |
parent | d2c054731913e197cb41a6a96e0b3187b6ac412e (diff) | |
parent | 4b9deed0a2872b43a44b9527fb217042afaa1774 (diff) | |
download | building-blocks-submit/tizen/20210420.013421.tar.gz building-blocks-submit/tizen/20210420.013421.tar.bz2 building-blocks-submit/tizen/20210420.013421.zip |
Merge "[TRE-2682] Add softap to IoT platform image" into tizensubmit/tizen/20210420.013421accepted/tizen/unified/20210420.090115
-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 f29141f..7fdd98a 100644 --- a/packaging/platform-preset-iot-headless-images.inc +++ b/packaging/platform-preset-iot-headless-images.inc @@ -71,6 +71,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 @@ -146,8 +148,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 |