meta-openembedded/meta-oe
Yi Zhao 4386b15a49 meta-oe: fix Upstream-Status format
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-02-24 08:45:44 -08:00
..
classes add signing.bbclass as infrastructure for build artifact signing 2023-02-15 08:23:49 -08:00
conf layer.conf: update LAYERSERIES_COMPAT for mickledore 2023-01-04 14:34:04 -08:00
dynamic-layers meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
lib/oeqa/selftest/cases syzkaller: add recipe and selftest for syzkaller fuzzing 2022-10-21 09:57:59 -07:00
licenses mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
recipes-benchmark phoronix-test-suite: fix CVE-2022-40704 2023-02-09 15:56:25 -08:00
recipes-bsp fwupd: fix polkit rules.d permissions 2023-02-13 14:35:35 -08:00
recipes-connectivity meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
recipes-core graphene: Delete recipe 2023-02-15 08:23:49 -08:00
recipes-crypto Fix missing leading whitespace with ':append' 2023-01-25 08:51:25 -08:00
recipes-dbs mariadb: Upgrade to 10.11.2 2023-02-22 08:49:19 -08:00
recipes-devtools meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
recipes-extended meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
recipes-gnome libxmlb: allow to build native 2022-12-23 08:52:22 -08:00
recipes-graphics meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
recipes-kernel minicoredumper: upgrade 2.0.2 -> 2.0.3 2023-02-18 13:19:36 -08:00
recipes-multimedia v4l-utils: Update 1.23.0+fd544473 -> 1.23.0+9431e4b2 2023-02-19 16:04:10 -08:00
recipes-navigation geoclue: upgrade 2.6.0 -> 2.7.0 2023-02-16 19:33:29 -08:00
recipes-networking/cyrus-sasl cyrus-sasl: Fix time.h detection logic in configure 2022-09-05 22:49:35 -07:00
recipes-printing cups-filters: Upgrade to 1.28.17 release 2023-02-06 20:48:35 -08:00
recipes-security softhsm: enable objectstore backend 2023-02-01 09:11:49 -08:00
recipes-shells zsh: Fix CVE-2021-45444 2023-01-17 01:05:52 -08:00
recipes-support meta-oe: fix Upstream-Status format 2023-02-24 08:45:44 -08:00
recipes-test linux-serial-test: add recipe 2023-02-15 08:23:49 -08:00
COPYING.MIT
README

meta-oe
=======

This layer depends on:

URI: git://github.com/openembedded/openembedded-core.git
branch: master

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 linux-libc-dev:i386

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/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.

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