diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-19 19:42:13 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-19 19:42:13 +0900 |
commit | 885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a (patch) | |
tree | cc0e40a5853b33fbbcbd059c3c276ef830f1bc8b | |
parent | 84dec81d75f393ac3df353a7ca7f28712789c29b (diff) | |
download | building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.tar.gz building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.tar.bz2 building-blocks-885ba21d0b3fb7aa50f01f8c85cbbee0e8d55d9a.zip |
RULE: EXPAND Syntax Updatesubmit/tizen/20170420.035842accepted/tizen/unified/20170420.054940
Change-Id: I6f16d9aa74e43fbbc478f951f17c96933fa6c2fe
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | RULES | 10 | ||||
-rw-r--r-- | packaging/domain-apis.inc | 1 | ||||
-rw-r--r-- | packaging/platform-preset-boards.inc | 2 | ||||
-rw-r--r-- | packaging/platform-preset-iot.inc | 4 |
4 files changed, 12 insertions, 5 deletions
@@ -136,11 +136,17 @@ the model ks file URL to be interpreted by TIC. 5.7.3. The section of "%packages" in the linked ks file is ignored. 5.7.4. If the URL points to a directory index, any ks file in the directory can be used. (ending with /) + 5.7.5. Adding __KS_URL__ requires consulting building-block maintainers and + release engineers to ensure its availability. 5.8. If the first line of %description starts with __EXPAND__, the block is expanded in TIC as default 5.8.1. A following word of __EXPAND__ may denote keywords for TIC that show when to expand and collapse. - e.g., __EXPAND__: TAB1 (expanded with preset tab only) - e.g., __EXPAND__: TAB1_O (expanded with preset tab, collapsed with others) + e.g., __EXPAND__: preset (expanded with preset tab) + e.g., __EXPAND__: all (expanded with all tab) + 5.8.2. Using __EXPAND__ option requires consulting with building-block maintainers + 5.8.3. Using __EXPAND__ is allowed only for root blocks + + diff --git a/packaging/domain-apis.inc b/packaging/domain-apis.inc index 24d837e..20e44b3 100644 --- a/packaging/domain-apis.inc +++ b/packaging/domain-apis.inc @@ -20,6 +20,7 @@ Suggests: %{name}-sub1-domain_API-UI Suggests: %{name}-sub1-domain_API-UIX Suggests: %{name}-sub1-domain_API-Web %description root-domain_API +__EXPAND__: domains Tizen packages blocked and sorted by API sets defined in https://developer.tizen.org/development/api-references/native-application %files root-domain_API diff --git a/packaging/platform-preset-boards.inc b/packaging/platform-preset-boards.inc index ea8a65c..f7a0270 100644 --- a/packaging/platform-preset-boards.inc +++ b/packaging/platform-preset-boards.inc @@ -22,7 +22,7 @@ Suggests: %{name}-sub1-Preset_boards-TW1_fullBSP Suggests: %{name}-sub1-Preset_boards-TW2_fullBSP %endif %description root-Preset_boards -__EXPAND__: TAB1_O +__EXPAND__: preset Note that kernel binaries may be required to be installed in a separated partition and you might be not allowed to include kernel binaries in the platform image. %files root-Preset_boards diff --git a/packaging/platform-preset-iot.inc b/packaging/platform-preset-iot.inc index bc5d7b0..8cb8ba2 100644 --- a/packaging/platform-preset-iot.inc +++ b/packaging/platform-preset-iot.inc @@ -14,7 +14,7 @@ Suggests: %{name}-sub1-Preset_iot-headless_net Suggests: %{name}-sub1-Preset_iot-headless_controller Suggests: %{name}-sub1-Preset_iot-headed_minimal %description root-Preset_iot -__EXPAND__: TAB1_O +__EXPAND__: preset Tizen IoT Presets of Software Plaforms independent from specific hardware/BSPs. %files root-Preset_iot @@ -35,7 +35,7 @@ Suggests: %{name}-sub1-Preset_1iot_examples-3_RPI3_headless_networkhub Suggests: %{name}-sub1-Preset_1iot_examples-3_RPI3_headless_minimal %endif %description root-Preset_1iot_examples -__EXPAND__: TAB1_O +__EXPAND__: preset Tizen IoT Presets of specific devices, which have both BSPs and software platforms. An item in this section is intended to represent a whole OS image. %files root-Preset_1iot_examples |