summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@kernel.crashing.org>2022-07-28 15:44:08 -0500
committerMark Hatle <mark.hatle@kernel.crashing.org>2022-08-31 19:54:11 -0500
commitb11bfd86c25d9446e5c9fb62d377c94995f795a6 (patch)
tree28b666fad1dfc531766ff685ea37a365af3161ed
parent325eded9d88d5fc76bd1ca96a9c03c9e83b73d45 (diff)
downloadmeta-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.kirkstone10
-rw-r--r--meta-xilinx-core/conf/layer.conf2
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 @@
1Kirkstone is not currently supported. We are experimenting with enabling the
2Yocto Project LTS branch, but are not currently testing this version.
3
4If you are using this version and find any issues, please report them to the
5
6 meta-xilinx@lists.yoctoproject.org
7
8mailing list. While we can not promise that it will get priority, patches
9or 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
45XILINX_RELEASE_VERSION = "v2022.1" 45XILINX_RELEASE_VERSION = "v2022.1"
46
47XILINX_DEPRECATED[meta-xilinx] = "Kirkstone is not officially supported. See the meta-xilinx/README.kirkstone file for more information."