diff options
author | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-07-28 15:44:08 -0500 |
---|---|---|
committer | Mark Hatle <mark.hatle@kernel.crashing.org> | 2022-08-31 19:54:11 -0500 |
commit | b11bfd86c25d9446e5c9fb62d377c94995f795a6 (patch) | |
tree | 28b666fad1dfc531766ff685ea37a365af3161ed | |
parent | 325eded9d88d5fc76bd1ca96a9c03c9e83b73d45 (diff) | |
download | meta-xilinx-b11bfd86c25d9446e5c9fb62d377c94995f795a6.tar.gz |
README.kirkstone: Make it clear this is a "best effort" branch
Signed-off-by: Mark Hatle <mark.hatle@kernel.crashing.org>
-rw-r--r-- | README.kirkstone | 10 | ||||
-rw-r--r-- | meta-xilinx-core/conf/layer.conf | 2 |
2 files changed, 12 insertions, 0 deletions
diff --git a/README.kirkstone b/README.kirkstone new file mode 100644 index 00000000..3f09c689 --- /dev/null +++ b/README.kirkstone | |||
@@ -0,0 +1,10 @@ | |||
1 | Kirkstone is not currently supported. We are experimenting with enabling the | ||
2 | Yocto Project LTS branch, but are not currently testing this version. | ||
3 | |||
4 | If you are using this version and find any issues, please report them to the | ||
5 | |||
6 | meta-xilinx@lists.yoctoproject.org | ||
7 | |||
8 | mailing list. While we can not promise that it will get priority, patches | ||
9 | or forward / back port requests are welcome. | ||
10 | |||
diff --git a/meta-xilinx-core/conf/layer.conf b/meta-xilinx-core/conf/layer.conf index b2b28f3c..f5320ee9 100644 --- a/meta-xilinx-core/conf/layer.conf +++ b/meta-xilinx-core/conf/layer.conf | |||
@@ -43,3 +43,5 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ | |||
43 | " | 43 | " |
44 | 44 | ||
45 | XILINX_RELEASE_VERSION = "v2022.1" | 45 | XILINX_RELEASE_VERSION = "v2022.1" |
46 | |||
47 | XILINX_DEPRECATED[meta-xilinx] = "Kirkstone is not officially supported. See the meta-xilinx/README.kirkstone file for more information." | ||