diff options
| author | Armin Kuster <akuster808@gmail.com> | 2022-10-21 08:23:40 -0400 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-10-22 15:59:34 -0700 |
| commit | c5668905a6d8a78fb72c2cbf8b20e91e686ceb86 (patch) | |
| tree | ddf8637a63aaa1e3edd5e412fcbf52e4c6157431 /meta-oe | |
| parent | ded3e642e3da1f6b4eb6840c93273455eb218919 (diff) | |
| download | meta-openembedded-c5668905a6d8a78fb72c2cbf8b20e91e686ceb86.tar.gz | |
meta-openemnedded: Add myself as langdale maintainer
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/README b/meta-oe/README index 676a2c8925..57a45f14da 100644 --- a/meta-oe/README +++ b/meta-oe/README | |||
| @@ -4,7 +4,7 @@ meta-oe | |||
| 4 | This layer depends on: | 4 | This layer depends on: |
| 5 | 5 | ||
| 6 | URI: git://github.com/openembedded/openembedded-core.git | 6 | URI: git://github.com/openembedded/openembedded-core.git |
| 7 | branch: master | 7 | branch: langdale |
| 8 | 8 | ||
| 9 | luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit | 9 | luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit |
| 10 | e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed | 10 | e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed |
| @@ -16,10 +16,10 @@ pacman -S lib32-gcc-libs lib32-glibc | |||
| 16 | Ubuntu | 16 | Ubuntu |
| 17 | sudo apt-get install gcc-multilib linux-libc-dev:i386 | 17 | sudo apt-get install gcc-multilib linux-libc-dev:i386 |
| 18 | 18 | ||
| 19 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' | 19 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][langdale]' in the subject' |
| 20 | 20 | ||
| 21 | When sending single patches, please use something like: | 21 | When sending single patches, please use something like: |
| 22 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"' | 22 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][langdale][PATCH"' |
| 23 | 23 | ||
| 24 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded | 24 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded |
| 25 | to share your patches, this is preferred for patch sets consisting of more than one patch. | 25 | to share your patches, this is preferred for patch sets consisting of more than one patch. |
| @@ -28,4 +28,4 @@ Other services like GitLab, repo.or.cz or self-hosted setups are of course accep | |||
| 28 | 'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy | 28 | 'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy |
| 29 | to use, has been proven to be reliable and has a really good web GUI. | 29 | to use, has been proven to be reliable and has a really good web GUI. |
| 30 | 30 | ||
| 31 | layer maintainer: Khem Raj <raj.khem@gmail.com> | 31 | layer maintainer: Armin Kuster <akuster808@gmail.com> |
