diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-18 19:45:25 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-18 19:48:08 +0900 |
commit | e5807a6eda86c58864dbb78bd356b2711c887d00 (patch) | |
tree | 68638ef69577de2be5d26ccd9baaa4a4e9cf6ae7 /obsolete/domain-kernel.inc | |
parent | 808de7c2137ce72125fed596e3058bfaa8aa5f25 (diff) | |
download | building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.tar.gz building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.tar.bz2 building-blocks-e5807a6eda86c58864dbb78bd356b2711c887d00.zip |
Domain Revised: Assort by API sets in developer.tizen.orgsubmit/tizen/20170418.111010
Change-Id: Ib96af8509d36f92223fc1bb8c00227e3ee05f3f3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'obsolete/domain-kernel.inc')
-rw-r--r-- | obsolete/domain-kernel.inc | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/obsolete/domain-kernel.inc b/obsolete/domain-kernel.inc new file mode 100644 index 0000000..8474a2a --- /dev/null +++ b/obsolete/domain-kernel.inc @@ -0,0 +1,36 @@ +# Maintainer: Inki Dae <inki.dae@samsung.com> +# You need ACK (+1) from the maintainer to be reviewed by building-blocks maintainers. + +%package root-domain_Kernel +Summary: Tizen Kernel Domain +Suggests: %{name}-sub1-domain_Kernel-chooseonlyone_Kernel +%description root-domain_Kernel +This domain, "Kernel", introdues packages and sub-domains/features +of Tizen Kernel packages. +This is maintained by Inki Dae. +%files root-domain_Kernel +# Keep this empty + + + +# Note to S-Core +# 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-domain_chooseonlyone_Kernel is chosen. +# By default, any package is going to be chosen unless there is another dependencies. + +%package sub1-domain_Kernel-chooseonlyone_Kernel +Summary: Linux Kernel +Requires: linux-kernel >= 3.10 + +%description sub1-domain_Kernel-chooseonlyone_Kernel +Include Linux Kernel in the Platform Image + +%files sub1-domain_Kernel-chooseonlyone_Kernel +# Keep this empty + + + + +# END |