meta-openembedded/meta-oe
Mingli Yu 72cc1b4f0a makedumpfile: Upgrade to 1.6.9
* Linux 5.10 introduces a new lockless ringbuffer. The new ringbuffer
  is structured completely different to the previous iterations.
  Add support for retrieving the ringbuffer from debug information
  and/or using vmcoreinfo. The new ringbuffer is detected based on
  the availability of the "prb" symbol.

* Support newer kernels as follows:

  - 5.10, 5.11, 5.12  (x86_64 SPARSEMEM)

Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-05-03 06:58:49 -07:00
..
classes classes: Add Android sparse image class 2021-03-08 14:11:59 -08:00
conf conf/layer.conf: include .bbappend files in BBFILES_DYNAMIC 2021-03-28 12:12:57 -07:00
dynamic-layers recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
lib/oeqa/selftest/cases PEP8 double aggressive E301 ~ E306 2021-04-17 06:47:18 -07:00
licenses libeigen: update LICENSE information 2021-06-27 06:40:50 -07:00
recipes-benchmark recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-bsp recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-connectivity zabbix: Fix sereval CVEs 2022-04-16 09:53:03 -07:00
recipes-core dbus-daemon-proxy: add missing return statement 2022-01-30 15:13:01 -08:00
recipes-crypto cryptsetup: upgrade 2.3.6 -> 2.3.7 2022-04-02 10:37:03 -07:00
recipes-dbs postgresql: Fix build on riscv 2022-04-29 18:43:20 -07:00
recipes-devtools abseil-cpp: Fix build with glibc 2.34 2022-04-29 18:43:20 -07:00
recipes-extended redis: add back missing patch 2021-12-27 14:44:57 -08:00
recipes-gnome recipes: Update SRC_URI branch and protocols 2021-11-13 07:45:48 -08:00
recipes-graphics graphviz: native: create /usr/lib/graphviz/config6 in populate_sysroot 2022-02-23 15:39:12 -08:00
recipes-kernel makedumpfile: Upgrade to 1.6.9 2022-05-03 06:58:49 -07:00
recipes-multimedia cdrkit: remove ${PN} from ${PN}-dev RDEPENDS 2022-04-02 10:37:03 -07:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-03 07:46:03 -07:00
recipes-printing qpdf: upgrade 10.0.4 -> 10.2.0 2021-03-04 09:04:24 -08:00
recipes-security softhsm: update to 2.6.1 and align 2021-02-17 14:01:51 -08:00
recipes-shells dash: upgrade 0.5.11.3 -> 0.5.11.5 2021-09-26 16:26:19 -07:00
recipes-support multipath-tools: update SRC_URI 2022-04-16 09:52:44 -07:00
recipes-test googletest: Switch branch from master to main 2021-12-27 14:44:57 -08:00
COPYING.MIT
README README: updated Maintainers list for Hardknott 2021-03-31 07:05:07 -07:00

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: hardknott
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

Ubuntu
sudo apt-get install gcc-multilib

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][hardknott][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.

Branch maintainer: Armin Kuster <akuster@gmail.com>