Go to file
mark.yang 7ad93a1c68
libowfat: fix error with gcc-15
* fix following errors:
  ./select.h:13:12: error: conflicting types for 'select'; have 'int(void)'
   13 | extern int select();
      |            ^~~~~~
   In file included from TOPDIR/tmp/work/core2-64-oe-linux/libowfat/0.32/recipe-sysroot/usr/include/sys/types.h:179,
                 from ./select.h:6:
   ./buffer.h:40:65: error: initialization of 'ssize_t (*)(void)' {aka 'long int (*)(void)'} from incompatible pointer type 'ssize_t (*)(int,  char *, size_t)' {aka 'long int (*)(int,  char *, long unsigned int)'} [-Wincompatible-pointer-types]
   40 | #define BUFFER_INIT(op,fd,buf,len) { (char*)(buf), 0, 0, (len), (op), NULL, NULL, (fd) }

Signed-off-by: mark.yang <mark.yang@lge.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-04-19 14:36:07 -07:00
contrib contrib: oe-stylize: Use Python3 explicitly 2023-06-04 22:29:46 -07:00
meta-filesystems bindfs: upgrade 1.17.7 -> 1.18.0 2025-04-16 08:18:04 -07:00
meta-gnome static-passwd-meta-gnome: add gnome-remote-control user 2025-04-19 14:36:07 -07:00
meta-initramfs klibc.bbclass: Add spaces around assignment 2025-04-19 14:36:07 -07:00
meta-multimedia meta-multimedia-image-ptest-all: Do not run PTESTS_PROBLEMS_META_MULTIMEDIA 2025-04-12 10:11:33 -07:00
meta-networking libowfat: fix error with gcc-15 2025-04-19 14:36:07 -07:00
meta-oe c-ares: upgrade 1.34.3 -> 1.34.4 2025-04-19 14:36:07 -07:00
meta-perl meta-perl-image-ptest-all: Do not run PTESTS_PROBLEMS_META_PERL 2025-04-12 10:11:33 -07:00
meta-python python3-eth-typing: Upgrade 4.1.0 -> 5.2.1 2025-04-19 14:36:06 -07:00
meta-webserver monkey: Update project website 2025-04-16 08:04:41 -07:00
meta-xfce layers: Add whinlatter (5.3) to compatible layer series 2025-04-11 20:51:29 -07:00
.b4-config Add toplevel b4 config file 2025-04-10 08:31:06 -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