diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2019-04-24 10:54:19 +0800 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2019-04-24 13:35:04 +0800 |
commit | 0fbe3c26c5836b5a040d8799ffa70d95493930e3 (patch) | |
tree | 826884dd928825f20cb0ba4b470d3950a9c71820 | |
parent | a2688eb342ea962d253b6311cc976fe7ddd81186 (diff) | |
download | meta-secure-core-0fbe3c26c5836b5a040d8799ffa70d95493930e3.tar.gz |
meta: create README symbolic link
Run yocto-check-layer to check layer compliance of Yocto will report the
following error:
$ yocto-check-layer ../meta-secure-core/meta
INFO: Detected layers:
[snip]
INFO: test_readme (common.CommonCheckLayer)
INFO: ... FAIL
INFO: Traceback (most recent call last):
File "/buildarea/poky/scripts/lib/checklayer/cases/common.py", line 15, in test_readme
msg="Layer doesn't contains README file.")
AssertionError: False is not true : Layer doesn't contains README file.
[snip]
There is no need to create a new README for this layer. We just create a
symbolic link of README from the top-level.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
l--------- | meta/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/README b/meta/README new file mode 120000 index 0000000..59a23c4 --- /dev/null +++ b/meta/README | |||
@@ -0,0 +1 @@ | |||
../README \ No newline at end of file | |||