meta-openembedded/meta-oe
Wenlin Kang 8c218ae9ac ipmitool: fix CVE-2020-5208
Fix CVE-2020-5208

Signed-off-by: Wenlin Kang <wenlin.kang@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2020-03-21 19:47:04 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-30 18:17:17 -08:00
conf Add zeus compatibility to all layer.conf files 2019-10-08 15:58:14 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses ttf-gentium: Use OFL-1.0 version of OFL license 2019-09-30 16:54:51 -07:00
recipes-benchmark fio: Fix build when march is armv7ve 2019-10-05 09:53:30 -07:00
recipes-bsp lmsensors: Fix sensord dependencies 2020-03-15 13:30:34 -07:00
recipes-connectivity libqmi: Upgrade 1.24.0 -> 1.24.2 2020-01-05 14:43:51 -08:00
recipes-core safec: Upgrade to 3.5 release 2019-09-11 13:51:15 -07:00
recipes-crypto cryptsetup: upgrade 2.2.0 -> 2.2.1 2019-09-19 00:09:43 -07:00
recipes-dbs mariadb: fix library LZ4 lookup 2020-01-29 21:21:42 -08:00
recipes-devtools nodejs: libatomic patch should be target specific 2020-01-19 08:52:34 -08:00
recipes-extended sanlock: Replace cp -a with cp -R --no-dereference 2020-03-15 13:30:34 -07:00
recipes-gnome gnome-themes-standard: Update to version 3.28 2019-08-17 22:56:49 -07:00
recipes-graphics gtkwave: add the libtirpc dependence and config 2019-12-17 21:57:51 -08:00
recipes-kernel ipmitool: fix CVE-2020-5208 2020-03-21 19:47:04 -07:00
recipes-multimedia a2jmidid: Fix build on risv 2019-10-10 21:58:10 -07:00
recipes-navigation gpsd: Backport a memory leak fix 2020-01-05 14:43:51 -08:00
recipes-security keyutils: Fix installed-vs-shipped for nativesdk 2019-09-25 09:48:19 -07:00
recipes-shells tcsh: upgrade 6.20.00 -> 6.21.00 2019-07-10 09:24:32 -07:00
recipes-support opensc: CVE-2019-19479 CVE-2019-19480 2020-03-21 19:46:49 -07:00
recipes-test catch2: update to 2.9.2 2019-09-16 18:24:48 -07:00
COPYING.MIT
README README: updated Maintainers list for Zeus 2019-10-30 14:16:04 -07:00

meta-oe
=======

This layer depends on:

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

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