summaryrefslogtreecommitdiffstats
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, 7 insertions, 0 deletions
diff --git a/meta-oe/README b/meta-oe/README
index 0e9f8423b..347816b0d 100644
--- a/meta-oe/README
+++ b/meta-oe/README
@@ -7,6 +7,13 @@ URI: git://github.com/openembedded/openembedded-core.git
7branch: master 7branch: master
8revision: HEAD 8revision: HEAD
9 9
10luajit recipe requires host compiler to be able to generate 32bit code when target is 32bit
11e.g. arm, so ensure that $CC -m32 is functional on build host, if building this recipe, needed
12packages to fullfit this might have different names on different host distributions
13e.g. on archlinux based distributions install prerequisites like below
14
15pacman -S lib32-gcc-libs lib32-glibc
16
10Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' 17Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject'
11 18
12When sending single patches, please use something like: 19When sending single patches, please use something like: