]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
patchtest.README: update name and location or patchtest layer
authorTrevor Woerner <twoerner@gmail.com>
Thu, 18 Sep 2025 21:27:25 +0000 (17:27 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 22 Sep 2025 16:57:07 +0000 (17:57 +0100)
The patchtest layer's name and location have changed from:
  patchtest
  https://git.yoctoproject.org/patchtest
to:
  meta-patchtest
  https://git.yoctoproject.org/meta-patchtest

Update any references of the old name and repository to the new ones.

Signed-off-by: Trevor Woerner <twoerner@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/patchtest.README

index 1c674e23c9abec257981de2ae9561b70da89e07e..5a9dabc50b44ee3dc756e522790287c9f1b199d3 100644 (file)
@@ -20,8 +20,9 @@ which environment you prefer. If you plan to test your own patches (a
 good practice before these are sent to the mailing list), the easiest
 way is to install and execute on your local host; on the other hand, if
 automatic testing is intended, the guest method is strongly recommended.
-The guest method requires the use of the patchtest layer, in addition to
-the tools available in oe-core: https://git.yoctoproject.org/patchtest/
+The guest method requires the use of the meta-patchtest layer, in
+addition to the tools available in oe-core:
+https://git.yoctoproject.org/meta-patchtest/
 
 ## Installation
 
@@ -43,7 +44,7 @@ To work with patchtest, you should have the following repositories cloned:
 
 1. https://git.openembedded.org/openembedded-core/ (or https://git.yoctoproject.org/poky/)
 2. https://git.openembedded.org/bitbake/ (if not using poky)
-3. https://git.yoctoproject.org/patchtest (if using guest mode)
+3. https://git.yoctoproject.org/meta-patchtest (if using guest mode)
 
 ## Usage
 
@@ -98,8 +99,8 @@ from the mailing lists. When executed this way, the test process is
 essentially running random code from the internet and could be
 catastrophic if malicious bits or even poorly-handled edge cases aren't
 protected against. In order to use this mode, the
-https://git.yoctoproject.org/patchtest/ repository must be cloned and
-the meta-patchtest layer added to bblayers.conf.
+https://git.yoctoproject.org/meta-patchtest/ repository must be cloned
+and added to bblayers.conf.
 
 The general flow of guest mode is: