Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 1 | meta-oe |
| 2 | ======= |
| 3 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 4 | This layer depends on: |
| 5 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 6 | URI: git://github.com/openembedded/openembedded-core.git |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 7 | branch: master |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 8 | revision: HEAD |
| 9 | |
Brad Bishop | 63ae878 | 2019-10-09 09:56:13 -0400 | [diff] [blame] | 10 | luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit |
| 11 | e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed |
| 12 | packages to fullfit this might have different names on different host distributions |
| 13 | e.g. on archlinux based distributions install prerequisites like below |
| 14 | |
| 15 | pacman -S lib32-gcc-libs lib32-glibc |
| 16 | |
Andrew Geissler | ac970dd | 2021-02-12 15:32:45 -0600 | [diff] [blame] | 17 | Ubuntu |
| 18 | sudo apt-get install gcc-multilib |
| 19 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 20 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | |
| 22 | When sending single patches, please use something like: |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 23 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 24 | |
Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 25 | You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 26 | to share your patches, this is preferred for patch sets consisting of more than one patch. |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 27 | |
Andrew Geissler | a2681d9 | 2020-10-16 10:17:07 -0500 | [diff] [blame] | 28 | Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well, |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 29 | 'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy |
| 30 | to use, has been proven to be reliable and has a really good web GUI. |
| 31 | |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 32 | layer maintainer: Khem Raj <raj.khem@gmail.com> |