diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2020-06-16 02:37:16 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review> | 2020-06-16 02:37:16 +0000 |
commit | 586c4a9ae733889a3e5c8e4532d72b879f2ca1da (patch) | |
tree | 1e43845419ab188eda0f09de08092274c881648d /packaging/platform-preset-iot-headed-images.inc | |
parent | 1fbff91cda5cb365227c67cda1b6734284d35810 (diff) | |
parent | 00107ea0527f3e8bf90fb891bc9ac6c72826c809 (diff) | |
download | building-blocks-586c4a9ae733889a3e5c8e4532d72b879f2ca1da.tar.gz building-blocks-586c4a9ae733889a3e5c8e4532d72b879f2ca1da.tar.bz2 building-blocks-586c4a9ae733889a3e5c8e4532d72b879f2ca1da.zip |
Merge "Appying smartthings-thing-serive to only armv7l" into tizen
Diffstat (limited to 'packaging/platform-preset-iot-headed-images.inc')
-rw-r--r-- | packaging/platform-preset-iot-headed-images.inc | 4 |
1 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 d7b7de7..05896ca 100644 --- a/packaging/platform-preset-iot-headed-images.inc +++ b/packaging/platform-preset-iot-headed-images.inc @@ -58,7 +58,9 @@ Requires: %{name}-sub2-Preset_boards-ARTIK530-WifiDirect ## Partition Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery ## Feature +%ifarch armv7l Requires: %{name}-sub1-domain_Feature-Smartthings_App +%endif Requires: %{name}-sub1-domain_Feature-BootAni %ifarch armv7l Requires: %{name}-sub1-domain_Feature-DotNET @@ -203,7 +205,9 @@ Requires: %{name}-sub2-Preset_boards-RPI3-WifiDirect ## Partition Requires: %{name}-sub1-Preset_partition-3parts_ramdisk_recovery ## Feature +%ifarch armv7l Requires: %{name}-sub1-domain_Feature-Smartthings_App +%endif Requires: %{name}-sub1-domain_Feature-BootAni %ifarch armv7l Requires: %{name}-sub1-domain_Feature-DotNET |