meta-openembedded/meta-oe
Martin Jansa f3f7a5f1a4 ostree: switch from default master branch to main to fix do_fetch failure
* branch was renamed in upstream repo

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2021-05-13 21:44:45 -07:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf meta-openembedded: Add gatesgarth to LAYERSERIES_COMPAT 2020-10-15 11:42:15 -07:00
dynamic-layers nanopb: move to dynamic-layers 2021-01-10 11:13:25 -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 lmbench: Fix setting LDLIBS failure 2021-01-10 11:27:48 -08:00
recipes-bsp nvme-cli: upgrade 1.12 -> 1.13 2020-11-02 09:00:52 -08:00
recipes-connectivity hostapd: fix CVE-2021-30004 2021-04-18 14:23:26 -07:00
recipes-core packagegroup-meta-oe: include glfw, icewm, geis only with x11 in DISTRO_FEATURES 2021-04-04 12:39:17 -07:00
recipes-crypto libkcapi: upgrade 1.2.0 -> 1.2.1 2020-11-02 09:00:52 -08:00
recipes-dbs mariadb: upgrade 10.5.8 -> 10.5.9 2021-04-18 14:29:17 -07:00
recipes-devtools nodejs: 12.20.2 -> 12.21.0 2021-04-29 21:41:27 -07:00
recipes-extended ostree: switch from default master branch to main to fix do_fetch failure 2021-05-13 21:44:45 -07:00
recipes-gnome libpeas: disable tests when introspection is not enabled/available 2020-08-11 15:58:26 -07:00
recipes-graphics libyui: switch to libyui-old repo which still has this SRCREV 2021-04-08 18:40:49 -07:00
recipes-kernel kernel-selftest: Disable vm packageconfig for riscv 2020-11-04 09:57:18 -08:00
recipes-multimedia mpv: fetch waf in do_fetch 2020-10-18 12:45:33 -07:00
recipes-navigation gpsd: backport d-bus message time patch from upstream 2021-04-18 20:03:23 -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 dash: upgrade 0.5.11.1 -> 0.5.11.2 2020-09-08 11:53:53 -07:00
recipes-support libsmi: use /bin/sh instead of ${base_bindir}/sh to silence QA error with usrmerge 2021-04-08 16:58:00 -07:00
recipes-test cmocka: add recipe 2020-09-28 09:17:18 -07:00
COPYING.MIT
README meta-oe/README: add Ubuntu prerequisite information 2021-02-15 08:19:35 -08:00

meta-oe
=======

This layer depends on:

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

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