diff options
| author | Armin Kuster <akuster808@gmail.com> | 2021-10-17 10:58:09 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2021-10-24 11:06:02 -0700 |
| commit | 2bc849ada34e935f21a6dec9b6fc67bb8e982be9 (patch) | |
| tree | 71424e909040807d12f11156de47bafea0f6f59a | |
| parent | e81c15f851ca5396c78c8737967ee38db0ebe0cd (diff) | |
| download | meta-security-2bc849ada34e935f21a6dec9b6fc67bb8e982be9.tar.gz | |
meta-parsec/README: remove rust layer req.
Rust is now in core. No need to include the layer referenece.
Drop Priority and ref from repo definition. Not used
Signed-off-by: Armin Kuster <akuster808@gmail.com>
[v2]
fixup mailing list
| -rw-r--r-- | meta-parsec/README.md | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/meta-parsec/README.md b/meta-parsec/README.md index 24958ac..aeb48a6 100644 --- a/meta-parsec/README.md +++ b/meta-parsec/README.md | |||
| @@ -11,23 +11,12 @@ This layer depends on: | |||
| 11 | 11 | ||
| 12 | URI: git://git.openembedded.org/meta-openembedded | 12 | URI: git://git.openembedded.org/meta-openembedded |
| 13 | branch: master | 13 | branch: master |
| 14 | revision: HEAD | ||
| 15 | prio: default | ||
| 16 | 14 | ||
| 17 | URI git://git.yoctoproject.org/meta-security | 15 | URI git://git.yoctoproject.org/meta-security |
| 18 | branch: master | 16 | branch: master |
| 19 | revision: HEAD | ||
| 20 | prio: default | ||
| 21 | |||
| 22 | URI https://github.com/meta-rust/meta-rust.git | ||
| 23 | branch: master | ||
| 24 | revision: HEAD | ||
| 25 | prio: default | ||
| 26 | 17 | ||
| 27 | URI https://github.com/kraj/meta-clang.git | 18 | URI https://github.com/kraj/meta-clang.git |
| 28 | branch: master | 19 | branch: master |
| 29 | revision: HEAD | ||
| 30 | prio: default | ||
| 31 | 20 | ||
| 32 | Adding the meta-parsec layer to your build | 21 | Adding the meta-parsec layer to your build |
| 33 | ========================================== | 22 | ========================================== |
| @@ -44,7 +33,6 @@ other layers needed. e.g.: | |||
| 44 | /path/to/yocto/meta-yocto-bsp \ | 33 | /path/to/yocto/meta-yocto-bsp \ |
| 45 | /path/to/meta-openembedded/meta-oe \ | 34 | /path/to/meta-openembedded/meta-oe \ |
| 46 | /path/to/meta-openembedded/meta-python \ | 35 | /path/to/meta-openembedded/meta-python \ |
| 47 | /path/to/meta-rust \ | ||
| 48 | /path/to/meta-clang \ | 36 | /path/to/meta-clang \ |
| 49 | /path/to/meta-security/meta-tpm \ | 37 | /path/to/meta-security/meta-tpm \ |
| 50 | /path/to/meta-security/meta-parsec \ | 38 | /path/to/meta-security/meta-parsec \ |
| @@ -165,11 +153,11 @@ Maintenance | |||
| 165 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org | 153 | Send pull requests, patches, comments or questions to yocto@yoctoproject.org |
| 166 | 154 | ||
| 167 | When sending single patches, please using something like: | 155 | When sending single patches, please using something like: |
| 168 | 'git send-email -1 --to yocto@yoctoproject.org --subject-prefix=meta-parsec][PATCH' | 156 | 'git send-email -1 --to yocto@lists.yoctoproject.org --subject-prefix=meta-parsec][PATCH' |
| 169 | 157 | ||
| 170 | These values can be set as defaults for this repository: | 158 | These values can be set as defaults for this repository: |
| 171 | 159 | ||
| 172 | $ git config sendemail.to yocto@yoctoproject.org | 160 | $ git config sendemail.to yocto@lists.yoctoproject.org |
| 173 | $ git config format.subjectPrefix meta-parsec][PATCH | 161 | $ git config format.subjectPrefix meta-parsec][PATCH |
| 174 | 162 | ||
| 175 | Now you can just do 'git send-email origin/master' to send all local patches. | 163 | Now you can just do 'git send-email origin/master' to send all local patches. |
