Go to file
mark.yang 8afcf6a70d
perfetto: fix error with gcc-15
* Backport fix from:
    3953f56f98
  * To fix the error with gcc-15.
  http://errors.yoctoproject.org/Errors/Details/851189/
    ../git/include/perfetto/ext/tracing/core/slice.h:47:46: error: 'uint8_t' was not declared in this scope
    47 |   static Slice TakeOwnership(std::unique_ptr<uint8_t[]> buf, size_t size) {
        |                                              ^~~~~~~
    ../git/include/perfetto/ext/tracing/core/slice.h:25:1: note: 'uint8_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
    24 | #include <string>
    +++ |+#include <cstdint>

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-10 08:31:03 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems f2fs-tools: Fix build with gcc-15 2025-04-04 19:18:48 -07:00
meta-gnome gimp: Remove default dependency to libheif from meta-multimedia 2025-04-06 22:22:22 -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 drbd-utils: Fix build with gcc-15 2025-04-10 08:31:03 -07:00
meta-oe perfetto: fix error with gcc-15 2025-04-10 08:31:03 -07:00
meta-perl libtest-deep-perl: upgrade 1.204 -> 1.205 2025-04-07 12:21:18 -07:00
meta-python python3-pykickstart: Upgrade 3.48 -> 3.62 2025-04-10 08:31:03 -07:00
meta-webserver Drop styhead from LAYERSERIES_COMPAT 2025-03-31 07:41:47 -07:00
meta-xfce openzone: Upgrade to 1.2.4 2025-04-06 08:47:56 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT add README and license for this layer 2011-02-13 16:47:32 +01:00
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