diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-13 13:24:02 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-04-13 14:21:16 +0900 |
commit | f8e03a3cf7da35a9b2815d245fd0b02fd808d301 (patch) | |
tree | 7b2f72955fc1346c0db1deef855903eb822bd6e1 /RULES | |
parent | cb6e6c8efe9e33462443ad88320d645b545c5d31 (diff) | |
download | building-blocks-f8e03a3cf7da35a9b2815d245fd0b02fd808d301.tar.gz building-blocks-f8e03a3cf7da35a9b2815d245fd0b02fd808d301.tar.bz2 building-blocks-f8e03a3cf7da35a9b2815d245fd0b02fd808d301.zip |
RULE: a board package may include KS construction infomation
An example is given with Preset_boards-RPI3_headlessBSP
Added RULE 5.7.
Added rulechecker for RULE 5.7.
NOTE: TIC/TIC-Core update for KS Construction is in progress
(will send the commit today or tomorrow)
Change-Id: Iaf9b00c9704cb6e62f1b82447171a0acb070e33d
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
Diffstat (limited to 'RULES')
-rw-r--r-- | RULES | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -126,3 +126,13 @@ or packages, but is used to provide UI elements in TIC. HT or ht: HTML tags from summary text is used. (same with SM/sm...) 5.6. Blocks in TIC are placed sorted by package name. (ascending order) + +5.7. If the first line of %description starts with __KS_URL__, it denotes for +the model ks file URL to be interpreted by TIC. + + 5.7.1. Only platform-preset-boards may use such keywords + 5.7.2. Only one package with such keyword is effective. If there are two packages + with such keywords are chosen simultaneously, the behavior is "undefined". + 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 /) |