meta-openembedded/meta-oe
Goran Cengic fa91738a94 crash: fix crash-cross build on x86_64
Remove -m32 from CFLAGS even for -cross recipe. Also remove
${GDB_CONF_FLAGS} from GDB_TARGET variable (that is passed to the gdb
configuration) since the use of GDB_CONF_FLAGS is removed by
0001-cross_add_configure_option.patch.

Signed-off-by: Goran Cengic <cengic@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-03-20 07:44:29 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf conf/layer.conf: add BBFILES_DYNAMIC and dynamic layers 2020-03-11 08:58:57 -07:00
dynamic-layers/meta-python conf/layer.conf: add BBFILES_DYNAMIC and dynamic layers 2020-03-11 08:58:57 -07:00
lib/oeqa/selftest/cases
licenses ttf-gentium: Use OFL-1.0 version of OFL license 2019-09-30 16:54:51 -07:00
recipes-benchmark fio: disable compiler optimizations for x86 arch 2020-03-13 10:57:21 -07:00
recipes-bsp flashrom: Fix build with clang 2020-03-15 18:05:25 -07:00
recipes-connectivity libev: upgrade 4.31 -> 4.33 2020-03-19 09:26:02 -07:00
recipes-core conf/layer.conf: add BBFILES_DYNAMIC and dynamic layers 2020-03-11 08:58:57 -07:00
recipes-crypto botan: Define --libdir to fix multilib build issues 2020-03-17 19:46:35 -07:00
recipes-dbs rocksdb: Fix build on platforms not having all atomic intrinsics 2020-03-18 15:33:49 -07:00
recipes-devtools php: CVE-2019-11045.patch CVE-2019-11046.patch CVE-2019-11047.patch CVE-2019-11050.patch 2020-03-18 19:29:01 -07:00
recipes-extended indent: delete meaningless line referring to "/usr/doc" 2020-03-18 15:33:49 -07:00
recipes-gnome gmime: upgrade 3.2.5 -> 3.2.6 2020-02-27 17:24:19 -08:00
recipes-graphics libyui-ncurses: Fix multilib build 2020-03-18 15:33:49 -07:00
recipes-kernel crash: fix crash-cross build on x86_64 2020-03-20 07:44:29 -07:00
recipes-multimedia pipewire: Link with libatomic on mips/i*86 2020-03-17 19:46:35 -07:00
recipes-navigation gpsd: Only require and build for Python3 2020-02-02 08:08:10 -08:00
recipes-printing cups-filters: upgrade 1.26.2 -> 1.27.2 2020-02-29 22:27:12 -08:00
recipes-security nmap: make ndiff support python3 2020-02-15 08:05:08 -08:00
recipes-shells tcsh: Update SRC_URI 2020-03-05 07:09:22 -08:00
recipes-support nss: upgrade 3.50 -> 3.51 2020-03-18 19:29:01 -07:00
recipes-test meta-oe: Remove using python2 2020-01-22 09:56:34 -08:00
COPYING.MIT
README README: Document need for 32bit compiler 2019-10-07 09:11:24 -07:00

meta-oe
=======

This layer depends on:

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@lists.openembedded.org with '[meta-oe]' in the subject'

When sending single patches, please use something like:
'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-oe][PATCH'

You are encouraged to fork the mirror on GitHub https://github.com/openembedded/openembedded-core
to share your patches, this is preferred for patch sets consisting of more than one patch.

Other services like gitorious, repo.or.cz or self-hosted setups are of course accepted as well,
'git fetch <remote>' works the same on all of them. We recommend GitHub because it is free, easy
to use, has been proven to be reliable and has a really good web GUI.

layer maintainer: Khem Raj <raj.khem@gmail.com>