diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-10-06 22:14:52 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-07 09:11:24 -0700 |
commit | da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9 (patch) | |
tree | 32ea7a28af2015b355f26f90eb9335a6371add1d /meta-oe/README | |
parent | e39b78ad933d6909c8d851168f2438ff6c9e3180 (diff) | |
download | meta-openembedded-da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9.tar.gz |
README: Document need for 32bit compiler
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/README')
-rw-r--r-- | meta-oe/README | 7 |
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 | |||
7 | branch: master | 7 | branch: master |
8 | revision: HEAD | 8 | revision: HEAD |
9 | 9 | ||
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 | |||
10 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' | 17 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-oe]' in the subject' |
11 | 18 | ||
12 | When sending single patches, please use something like: | 19 | When sending single patches, please use something like: |