meta-openembedded/meta-oe
Zang Ruochen ed9c6f8022 nanopb: upgrade 0.4.3 -> 0.4.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-12-03 22:32:56 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf layer.conf: Add hardknott to LAYERSERIES_COMPAT 2020-11-04 12:43:55 -08:00
dynamic-layers nanopb: upgrade 0.4.3 -> 0.4.4 2020-12-03 22:32:56 -08: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 glmark2: add support for dispmanx 2020-12-03 22:32:56 -08:00
recipes-bsp nvme-cli: upgrade 1.12 -> 1.13 2020-11-02 09:00:52 -08:00
recipes-connectivity paho-mqtt-c: upgrade 1.3.6 -> 1.3.7 2020-11-25 12:05:13 -08:00
recipes-core dbus-broker: upgrade 24 -> 25 2020-12-03 14:49:27 -08:00
recipes-crypto pkcs11-helper: upgrade 1.26 -> 1.27 2020-11-27 11:54:04 -08:00
recipes-dbs postgresql: Inherit python3targetconfig 2020-11-17 15:04:43 -08:00
recipes-devtools pugixml: upgrade 1.10 -> 1.11 2020-12-03 22:32:56 -08:00
recipes-extended dialog: upgrade 1.3-20200327 -> 1.3-20201126 2020-12-03 22:32:56 -08:00
recipes-gnome libjcat: upgrade 0.1.3 -> 0.1.4 2020-11-27 11:54:04 -08:00
recipes-graphics directfb: Fix build on riscv32 2020-11-15 12:35:26 -08:00
recipes-kernel crash: upgrade 7.2.8 -> 7.2.9 2020-11-30 22:42:20 -08:00
recipes-multimedia pipewire: Link with libatomic for riscv32 2020-11-27 22:28:31 -08:00
recipes-navigation geoclue: Use git fetcher 2020-11-03 11:42:27 -08:00
recipes-printing qpdf: upgrade 10.0.1 -> 10.0.4 2020-11-30 22:42:20 -08:00
recipes-security passwdqc: remove double modify operation 2020-05-31 22:42:25 -07:00
recipes-shells tcsh: upgrade 6.22.02 -> 6.22.03 2020-11-30 22:42:20 -08:00
recipes-support satyr: upgrade 0.31 -> 0.35 2020-12-03 22:32:56 -08:00
recipes-test cmocka: Fix buils with LTO 2020-11-09 13:41:02 -08:00
COPYING.MIT
README README: fix incorrect links 2020-10-01 10:32:42 -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/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>