summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorArmin Kuster <akuster808@gmail.com>2022-10-21 08:23:40 -0400
committerKhem Raj <raj.khem@gmail.com>2022-10-22 15:59:34 -0700
commitc5668905a6d8a78fb72c2cbf8b20e91e686ceb86 (patch)
treeddf8637a63aaa1e3edd5e412fcbf52e4c6157431 /meta-oe
parentded3e642e3da1f6b4eb6840c93273455eb218919 (diff)
downloadmeta-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/README8
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
4This layer depends on: 4This layer depends on:
5 5
6URI: git://github.com/openembedded/openembedded-core.git 6URI: git://github.com/openembedded/openembedded-core.git
7branch: master 7branch: langdale
8 8
9luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit 9luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
10e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed 10e.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
16Ubuntu 16Ubuntu
17sudo apt-get install gcc-multilib linux-libc-dev:i386 17sudo apt-get install gcc-multilib linux-libc-dev:i386
18 18
19Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 19Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][langdale]' in the subject'
20 20
21When sending single patches, please use something like: 21When 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
24You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded 24You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
25to share your patches, this is preferred for patch sets consisting of more than one patch. 25to 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
29to use, has been proven to be reliable and has a really good web GUI. 29to use, has been proven to be reliable and has a really good web GUI.
30 30
31layer maintainer: Khem Raj <raj.khem@gmail.com> 31layer maintainer: Armin Kuster <akuster808@gmail.com>