blob: 676a2c89252a7ba3eb98cd226bfc54da81e5478b [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001meta-oe
2=======
3
Patrick Williamsb48b7b42016-08-17 15:04:38 -05004This layer depends on:
5
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08006URI: git://github.com/openembedded/openembedded-core.git
Brad Bishop19323692019-04-05 15:28:33 -04007branch: master
Patrick Williamsb48b7b42016-08-17 15:04:38 -05008
Brad Bishop63ae8782019-10-09 09:56:13 -04009luajit 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
11packages to fullfit this might have different names on different host distributions
12e.g. on archlinux based distributions install prerequisites like below
13
14pacman -S lib32-gcc-libs lib32-glibc
15
Andrew Geisslerac970dd2021-02-12 15:32:45 -060016Ubuntu
Patrick Williams93c203f2021-10-06 16:15:23 -050017sudo apt-get install gcc-multilib linux-libc-dev:i386
Andrew Geisslerac970dd2021-02-12 15:32:45 -060018
Brad Bishop19323692019-04-05 15:28:33 -040019Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020
21When sending single patches, please use something like:
Andrew Geisslerd688a012020-09-18 13:36:00 -050022'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix="meta-oe][PATCH"'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023
Andrew Geisslera2681d92020-10-16 10:17:07 -050024You are encouraged to fork the mirror on GitHub https://github.com/openembedded/meta-openembedded
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080025to share your patches, this is preferred for patch sets consisting of more than one patch.
Patrick Williamsb48b7b42016-08-17 15:04:38 -050026
Andrew Geisslera2681d92020-10-16 10:17:07 -050027Other services like GitLab, repo.or.cz or self-hosted setups are of course accepted as well,
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080028'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.
30
Brad Bishop19323692019-04-05 15:28:33 -040031layer maintainer: Khem Raj <raj.khem@gmail.com>