From 453df63af0c857c24804271da7f55691d0ed27f8 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Nov 2025 16:36:30 +0000 Subject: [PATCH] The poky repository master branch is no longer being updated. You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html b) use the new bitbake-setup https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html You can find more information in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that. Long live Poky! Some further information on the background of this change can be found in: https://lists.openembedded.org/g/openembedded-architecture/message/2179 Signed-off-by: Richard Purdie --- .b4-config | 4 ---- .templateconf | 2 -- README | 7 +++++-- 3 files changed, 5 insertions(+), 8 deletions(-) delete mode 100644 .b4-config delete mode 100644 .templateconf diff --git a/.b4-config b/.b4-config deleted file mode 100644 index 683b816ffa..0000000000 --- a/.b4-config +++ /dev/null @@ -1,4 +0,0 @@ -[b4] - prep-perpatch-check-cmd = ./scripts/b4-wrapper-poky.py prep-perpatch-check-cmd - send-auto-cc-cmd = ./scripts/b4-wrapper-poky.py send-auto-cc-cmd - send-auto-to-cmd = ./scripts/b4-wrapper-poky.py send-auto-to-cmd diff --git a/.templateconf b/.templateconf deleted file mode 100644 index faf0348077..0000000000 --- a/.templateconf +++ /dev/null @@ -1,2 +0,0 @@ -# Template settings -TEMPLATECONF=${TEMPLATECONF:-meta-poky/conf/templates/default} diff --git a/README b/README index 1d36bde727..1784456f66 100644 --- a/README +++ b/README @@ -4,10 +4,13 @@ You can either: a) switch to individual clones of bitbake, openembedded-core, meta-yocto and yocto-docs + https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html + b) use the new bitbake-setup -You can find information about either approach in our documentation: -https://docs.yoctoproject.org/ + https://docs.yoctoproject.org/dev/dev-manual/poky-manual-setup.html + +You can find more information in our documentation: https://docs.yoctoproject.org/ Note that "poky" the distro setting is still available in meta-yocto as before and we continue to use and maintain that.