Go to file
Martin Jansa 3a91bdb9cb libtomcrypt: add PACKAGECONFIG for ltm enabled by default
* enabled by default, because that's what dropbear expects and fails
  without as shown in:
  http://errors.yoctoproject.org/Errors/Details/720460/
  dropbear/2022.83-r0/crypto_desc.c:72: undefined reference to `ltm_desc'

* add comment about the LICENSE
* use EXTRA_OEMAKE

* FYI: if you need to use this in dunfell (for whatever reason e.g. to
  avoid CVE-2019-17362 in dropbear which contains bundled libtomcrypt),
  then you need to add:

  # Only needed for dunfell, fixed in kirkstone with:
  # https://git.openembedded.org/openembedded-core/commit/?h=kirkstone&id=4b308773eca7570ce5007e8f953b56252c17fdb1
  DEPENDS += "libtool-cross"
  EXTRA_OEMAKE += "'LIBTOOL=${HOST_SYS}-libtool'"

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-07-20 19:08:57 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems zfs: Disable builds on aarch64 for now 2023-07-15 23:43:27 -07:00
meta-gnome gnome-commander: upgrade 1.16.0 -> 1.16.1 2023-07-20 19:08:56 -07:00
meta-initramfs *.patch: add Upstream-Status to all patches 2023-06-21 09:15:20 -07:00
meta-multimedia openh264: version bump 2.1.1 -> 2.3.1 2023-07-20 19:08:56 -07:00
meta-networking wireshark: upgrade 4.0.6 -> 4.0.7 2023-07-20 19:08:57 -07:00
meta-oe libtomcrypt: add PACKAGECONFIG for ltm enabled by default 2023-07-20 19:08:57 -07:00
meta-perl layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00
meta-python python3-ipython: upgrade 8.12.0 -> 8.14.0 2023-07-20 19:08:57 -07:00
meta-webserver cherokee: add CVE_PRODUCT 2023-07-20 19:08:57 -07:00
meta-xfce ristretto: Upgrade to 0.13.1 release 2023-06-22 07:49:59 -07:00
.gitignore
COPYING.MIT
README.md layers: Move READMEs to markdown format 2023-06-17 08:30:01 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj raj.khem@gmail.com

This repository is a collection of layers to suppliment OE-Core with additional packages, Each layer have designated maintainer Please see the respective READMEs in the layer subdirectories