diff options
-rw-r--r-- | scripts/patchtest.README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/scripts/patchtest.README b/scripts/patchtest.README index 1c674e23c9..5a9dabc50b 100644 --- a/scripts/patchtest.README +++ b/scripts/patchtest.README | |||
@@ -20,8 +20,9 @@ which environment you prefer. If you plan to test your own patches (a | |||
20 | good practice before these are sent to the mailing list), the easiest | 20 | good practice before these are sent to the mailing list), the easiest |
21 | way is to install and execute on your local host; on the other hand, if | 21 | way is to install and execute on your local host; on the other hand, if |
22 | automatic testing is intended, the guest method is strongly recommended. | 22 | automatic testing is intended, the guest method is strongly recommended. |
23 | The guest method requires the use of the patchtest layer, in addition to | 23 | The guest method requires the use of the meta-patchtest layer, in |
24 | the tools available in oe-core: https://git.yoctoproject.org/patchtest/ | 24 | addition to the tools available in oe-core: |
25 | https://git.yoctoproject.org/meta-patchtest/ | ||
25 | 26 | ||
26 | ## Installation | 27 | ## Installation |
27 | 28 | ||
@@ -43,7 +44,7 @@ To work with patchtest, you should have the following repositories cloned: | |||
43 | 44 | ||
44 | 1. https://git.openembedded.org/openembedded-core/ (or https://git.yoctoproject.org/poky/) | 45 | 1. https://git.openembedded.org/openembedded-core/ (or https://git.yoctoproject.org/poky/) |
45 | 2. https://git.openembedded.org/bitbake/ (if not using poky) | 46 | 2. https://git.openembedded.org/bitbake/ (if not using poky) |
46 | 3. https://git.yoctoproject.org/patchtest (if using guest mode) | 47 | 3. https://git.yoctoproject.org/meta-patchtest (if using guest mode) |
47 | 48 | ||
48 | ## Usage | 49 | ## Usage |
49 | 50 | ||
@@ -98,8 +99,8 @@ from the mailing lists. When executed this way, the test process is | |||
98 | essentially running random code from the internet and could be | 99 | essentially running random code from the internet and could be |
99 | catastrophic if malicious bits or even poorly-handled edge cases aren't | 100 | catastrophic if malicious bits or even poorly-handled edge cases aren't |
100 | protected against. In order to use this mode, the | 101 | protected against. In order to use this mode, the |
101 | https://git.yoctoproject.org/patchtest/ repository must be cloned and | 102 | https://git.yoctoproject.org/meta-patchtest/ repository must be cloned |
102 | the meta-patchtest layer added to bblayers.conf. | 103 | and added to bblayers.conf. |
103 | 104 | ||
104 | The general flow of guest mode is: | 105 | The general flow of guest mode is: |
105 | 106 | ||