Go to file
mark.yang e2c8a25c1b
mcpp: Stick to C17
* Fix build error with gcc-15 by renaming goto labels
  see more details:
  http://errors.yoctoproject.org/Errors/Details/850149/
  ../../mcpp-2.7.2/src/system.c:3436:15: error: expected identifier or '*' before 'true'

  true, false are reserved keywords in gcc-15
  Rename goto 'labels' from 'ture' to 'true_label', from 'false' 'false_label' to avoid conflicts.

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-01 09:21:23 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems libburn: Fix build with gcc-15 2025-03-31 14:42:08 -07:00
meta-gnome Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-initramfs Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-multimedia openal-soft: upgrade 1.23.1 -> 1.24.3 2025-03-31 14:42:08 -07:00
meta-networking snort3: upgrade 3.6.1 -> 3.7.1 2025-03-31 14:42:08 -07:00
meta-oe mcpp: Stick to C17 2025-04-01 09:21:23 -07:00
meta-perl Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-python python3-web3: upgrade 7.9.0 -> 7.10.0 2025-03-31 15:00:33 -07:00
meta-webserver Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-xfce Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -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