diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-02-20 17:18:41 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-02-20 17:18:41 +0900 |
commit | 2b883c417181265080068cd3118532f2df713ee1 (patch) | |
tree | f2a1b7460e1fd766e50fb0a1cbe4254af52a5dab | |
parent | 81569caa9acf85ee325c0f312c2950e0ddc4055a (diff) | |
download | building-blocks-2b883c417181265080068cd3118532f2df713ee1.tar.gz building-blocks-2b883c417181265080068cd3118532f2df713ee1.tar.bz2 building-blocks-2b883c417181265080068cd3118532f2df713ee1.zip |
Block syntax for Radio-button UI
Kernel is the example for radio button
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/building-blocks.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index cb8bf3a..c8c58aa 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -68,14 +68,14 @@ UI Frameworks of Tizen # Note to S-Core -# 1. How are you going to make "Radio Button" UI for "choose one among these" case? -# ; root-Kernel has Requires supplied by Suggests for that case -# 2. How are you going to support Requires/Suggests on virtual packages? -%package root-Kernel +# When a block name is "chooseonlyone_*", its UI-shown name is "*" and the elements are shown with radio-button (choose only one) UI. +# Recommended: add only one Requires here. +# TIC is going to choose only one package that provides the "requires" package. +# In this example, TIC is going to choose one pakcage that Provides linux-kernel >= 3.10 if root-chooseonlyone_Kernel is chosen. +# By default, any package is going to be chosen unless there is another dependencies. +%package root-chooseonlyone_Kernel Summary: Linux Kernel -Suggests: arm64-tm2-linux-kernel >= 3.10 -Suggests: arm-odroidxu3-linux-kernel >= 3.10 -Suggests: linux-kernel >= 3.10 +Requires: linux-kernel >= 3.10 %description root-Kernel Include Linux Kernel in the Platform Image %files root-Kernel |