[oe-commits] [meta-openembedded] 01/06: README: Document need for 32bit compiler

git at git.openembedded.org git at git.openembedded.org
Mon Oct 7 16:11:43 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit da6db0b815e698f68ef9cca9c6e2c7fffaf6efd9
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Oct 6 22:14:52 2019 -0700

    README: Document need for 32bit compiler
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/README | 7 +++++++
 1 file changed, 7 insertions(+)

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

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list