meta-openembedded/meta-oe
Khem Raj 00cf8917dc nodejs: Fix arm32/thumb builds with clang
Backport a patch from upstream to take care of build failure e.g.

| ../deps/v8/src/codegen/arm/cpu-arm.cc:38:16: error: write to reserved register 'R7'
|   asm volatile("svc 0\n"
|                ^
| 1 error generated.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 45a2dfdd0f)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-01-13 08:10:53 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf debsums: Depend on po4a-native 2020-03-29 17:32:21 -07:00
dynamic-layers gperftools: Do not build on riscv 2020-04-25 08:32:41 -07:00
lib/oeqa/selftest/cases
licenses wxwidgets: initial add 3.1.3 2020-04-01 15:11:15 -07:00
recipes-benchmark fio: disable compiler optimizations for x86 arch 2020-03-13 10:57:21 -07:00
recipes-bsp flashrom: Fix build failure with glibc 2.32 2020-07-30 21:25:51 -07:00
recipes-connectivity zabbix: CVE-2020-15803 Security Advisory 2021-01-10 19:26:00 -08:00
recipes-core mm-common: upgrade 1.0..0 -> 1.0.1 2020-07-01 08:01:41 -07:00
recipes-crypto libmcrypt: set CLEANBROKEN 2020-07-12 19:20:17 -07:00
recipes-dbs mariadb: update to 10.4.17 for cve fixes 2021-01-12 12:45:12 -08:00
recipes-devtools nodejs: Fix arm32/thumb builds with clang 2021-01-13 08:10:53 -08:00
recipes-extended dlt-daemon: add upstream patch to fix CVE-2020-29394 2020-12-10 08:17:01 -08:00
recipes-gnome gmime: upgrade 3.2.5 -> 3.2.6 2020-02-27 17:24:19 -08:00
recipes-graphics libgphoto2: improve reproducibility 2020-11-09 18:54:30 -08:00
recipes-kernel minicoredumper: update SRC_URI to use github instead 2020-07-12 19:20:37 -07:00
recipes-multimedia mpv: fetch waf in do_fetch 2020-11-09 19:09:03 -08:00
recipes-navigation proj: upgrade 7.0.0 -> 7.0.1 2020-07-01 08:00:22 -07:00
recipes-printing qpdf: fix typo in RDEPENDS 2020-06-12 09:32:04 -07:00
recipes-security passwdqc: remove double modify operation 2020-06-12 09:32:24 -07:00
recipes-shells mksh: upgrade 57 -> 58 2020-04-14 21:26:57 -07:00
recipes-support nss: Security fix CVE-2020-12401 2021-01-12 17:01:26 -08:00
recipes-test cunit: fix upstream check URL 2020-04-05 10:38:14 -07:00
COPYING.MIT
README README: fix incorrect links 2020-11-09 18:47:12 -08:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: dunfell
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][dunfell]' 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][dunfell][PATCH'

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

Other services like GitLab, 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.

dunfell maintainer: Armin Kuster <akuster808@gmail.com>