meta-openembedded/meta-oe
Khem Raj ed798c7643 sysdig: Upgrade to 0.26.5
* License changed to Apache-2.0 upstream as well [1]
* Forward port patches to apply on 0.26
* Just build libb64 from internal modules everything else should be
  provided by OE recipes
* Disable luajit mips64 since luajit on these arches is
  not available, fall back to liblua
* Disable build on musl and mips arch, it needs fixing in sysdig

Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-29 22:26:50 -08:00
..
classes gitpkgv.bbclass: Add support for extending the supported tag formats 2020-01-17 15:44:06 -08:00
conf ttf-noto-emoji: add recipe 2020-02-27 08:25:49 -08:00
lib/oeqa/selftest/cases
licenses ttf-gentium: Use OFL-1.0 version of OFL license 2019-09-30 16:54:51 -07:00
recipes-benchmark fio: change four python shebangs 2020-02-27 17:24:19 -08:00
recipes-bsp lmsensors: Fix sensord dependencies 2020-02-28 07:02:18 -08:00
recipes-connectivity zabbix: upgrade 4.4.5 -> 4.4.6 2020-02-27 17:55:23 -08:00
recipes-core c-ares: move from meta-networking to meta-oe 2020-02-26 07:17:58 -08:00
recipes-crypto cryptsetup: upgrade 2.2.2 -> 2.3.0 2020-02-14 17:11:40 -08:00
recipes-dbs mariadb: Add pam_auth to server package. 2020-02-18 18:17:20 -08:00
recipes-devtools libgee: upgrade 0.20.2 -> 0.20.3 2020-02-27 17:24:19 -08:00
recipes-extended sysdig: Upgrade to 0.26.5 2020-02-29 22:26:50 -08:00
recipes-gnome gmime: upgrade 3.2.5 -> 3.2.6 2020-02-27 17:24:19 -08:00
recipes-graphics piglist: add from oe-core 2020-02-29 08:27:52 -08:00
recipes-kernel ipmiutil: gzip man pages with out timestamp 2020-02-23 22:31:35 -08:00
recipes-multimedia mpv: Disable lua support for riscv 2020-02-17 11:09:49 -08:00
recipes-navigation gpsd: Only require and build for Python3 2020-02-02 08:08:10 -08:00
recipes-printing cups-filters: upgrade 1.26.0 -> 1.26.2 2020-01-17 15:44:06 -08:00
recipes-security nmap: make ndiff support python3 2020-02-15 08:05:08 -08:00
recipes-shells mksh: upgrade 56 -> 57 2019-11-29 16:41:22 -08:00
recipes-support libp11: revert version back to the 0.4.10 release 2020-02-27 12:50:23 -08:00
recipes-test meta-oe: Remove using python2 2020-01-22 09:56:34 -08: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>