From b11bfd86c25d9446e5c9fb62d377c94995f795a6 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 28 Jul 2022 15:44:08 -0500 Subject: README.kirkstone: Make it clear this is a "best effort" branch Signed-off-by: Mark Hatle --- README.kirkstone | 10 ++++++++++ meta-xilinx-core/conf/layer.conf | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 README.kirkstone diff --git a/README.kirkstone b/README.kirkstone new file mode 100644 index 00000000..3f09c689 --- /dev/null +++ b/README.kirkstone @@ -0,0 +1,10 @@ +Kirkstone is not currently supported. We are experimenting with enabling the +Yocto Project LTS branch, but are not currently testing this version. + +If you are using this version and find any issues, please report them to the + + meta-xilinx@lists.yoctoproject.org + +mailing list. While we can not promise that it will get priority, patches +or forward / back port requests are welcome. + 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 += " \ " XILINX_RELEASE_VERSION = "v2022.1" + +XILINX_DEPRECATED[meta-xilinx] = "Kirkstone is not officially supported. See the meta-xilinx/README.kirkstone file for more information." -- cgit v1.2.3-54-g00ecf