aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/README
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/README')
-rw-r--r--meta-oe/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-oe/README b/meta-oe/README
index 10583aef27..972c830356 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -14,15 +14,18 @@ e.g. on archlinux based distributions install prerequisites like below
pacman -S lib32-gcc-libs lib32-glibc
+Ubuntu
+sudo apt-get install gcc-multilib
+
Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe][dunfell]' in the subject'
When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][dunfell][PATCH'
-You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
+You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
to share your patches, this is preferred for patch sets consisting of more than one patch.
-Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
+Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.