Go to file
Andre McCurdy 18771a9c99 luajit: mips and mipsel are 32bit targets too
When cross compiling, the word size of the compiler set via HOST_CC
must match the word size of the target. That's achieved by appending
"-m32" to BUILD_CC_ARCH if the target word size is known to be 32bits.

Unfortunately the current list of over-rides (powerpc, x86 and arm)
does not cover all cases. Add mips and mipsel to the list too (which
is still not enough to cover all targets or corner cases such as x32,
but better than before).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-02-13 18:43:21 +01:00
contrib tesseract: upgrade to 3.04 2016-10-21 18:20:43 +02:00
meta-efl remove True option to getVar calls 2016-12-02 09:16:17 +01:00
meta-filesystems xfsprogs: Upgrade 3.2.3 -> 4.8.0 2016-12-02 09:23:43 +01:00
meta-gnome onboard: initial add 1.3.0 2017-02-13 18:43:19 +01:00
meta-gpe gtk-doc: disable where necessary 2016-09-05 13:30:51 +02:00
meta-initramfs remove True option to getVar calls 2016-12-02 09:16:17 +01:00
meta-multimedia tremor: add (from oe-core) 2017-02-13 18:43:20 +01:00
meta-networking usrsctp: Add recipe 2017-01-19 09:26:16 +01:00
meta-oe luajit: mips and mipsel are 32bit targets too 2017-02-13 18:43:21 +01:00
meta-perl adduser: always add -M option for useradd 2016-10-25 15:31:17 +02:00
meta-python python-netaddr: update to version 0.7.19 2017-02-13 18:43:20 +01:00
meta-ruby ruby.bbclass: Fix usage with python3 2016-06-13 19:06:47 +02:00
meta-systemd dhcp_%.bbappend: fix replaces original key warning 2016-10-26 10:28:39 +02:00
meta-webserver nginx: update to version 1.11.8 2017-02-13 18:43:19 +01:00
meta-xfce xfce: add dbus-glib-native to DEPENDS to fix do_configure 2017-02-13 18:43:20 +01:00
.gitignore gitignore: Ignore Edit backup files, patches, .rej, .orig, .swp 2013-11-24 15:19:27 +01:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
README README: add top level readme, update meta-oe one 2011-10-17 09:27:01 +02:00

Collection of layers for the OE-core universe

Please see the respective READMEs in the layer subdirectories