mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
patchtest.README: update name and location or patchtest layer
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. (From OE-Core rev: 166e52103d17c9eeec3666967c2580008f992481) 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>
This commit is contained in:
committed by
Richard Purdie
parent
45c7810b4f
commit
cd493181d7
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user