meta-openembedded/meta-oe
Liwei Song 2719a80949 pm-graph: add flags support for RT kernel
with PREEMPT_RT enabled in kernel, ftrace have a different
falgs compare with standard kernel. Add supported for
RT kernel ftrace flags format.

Signed-off-by: Liwei Song <liwei.song@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-06-22 23:23:57 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf mplayer-common: Drop obsolete recipe 2020-05-14 12:51:26 -07:00
dynamic-layers rasdaemon: create recipe for version 0.6.5 2020-05-14 10:43:48 -07:00
lib/oeqa/selftest/cases meta-oe: add selftest for sources.oe.org 2018-11-14 21:06:57 -08:00
licenses ace: add new recipe 2020-06-03 15:15:43 -07:00
recipes-benchmark iperf3: Add OpenSSL build option to PACKAGECONFIG 2020-05-05 16:23:36 -07:00
recipes-bsp lmsensors: do not depend on lmsensors-isatools on non-x86 2020-06-22 08:46:33 -07:00
recipes-connectivity linuxptp: Fix segmentation fault on 32 bit platforms with 64 bit time_t 2020-06-19 10:17:50 -07:00
recipes-core opencl-clhpp: add recipe 2020-06-14 22:31:44 -07:00
recipes-crypto cryptsetup: upgrade 2.3.2 -> 2.3.3 2020-06-10 20:57:01 -07:00
recipes-dbs postgresql: 12.2 -> 12.3 2020-06-05 18:42:45 -07:00
recipes-devtools sip3: Upgrade 4.19.19 -> 4.19.23 2020-06-17 15:11:21 -07:00
recipes-extended redis: upgrade 5.0.9 -> 6.0.4 2020-06-19 10:17:50 -07:00
recipes-gnome gcab: Add recipe 2020-06-13 21:34:21 -07:00
recipes-graphics twm: upgrade 1.0.10 -> 1.0.11 2020-06-17 09:05:52 -07:00
recipes-kernel pm-graph: add flags support for RT kernel 2020-06-22 23:23:57 -07:00
recipes-multimedia mpv: Drop unused features_check inherit 2020-06-11 22:34:40 -07:00
recipes-navigation geoclue: select avahi-daemon if nmea enabled 2020-06-11 21:58:29 -07:00
recipes-printing qpdf: fix typo in RDEPENDS 2020-05-28 12:36:49 -07:00
recipes-security passwdqc: remove double modify operation 2020-05-31 22:42:25 -07:00
recipes-shells mksh: upgrade 58 -> 59 2020-06-08 22:00:37 -07:00
recipes-support asio: upgrade 1.12.2 -> 1.16.1 2020-06-20 16:44:45 -07:00
recipes-test Upgrade testfloat to 3e version. 2020-05-07 23:01:29 -07: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>