Go to file
Marek Vasut ffb3c1108a lvgl: lvgl-demo-fb: Switch to CMake and add DRM and SDL support
Switch the build of this recipe to CMake from the horrible Makefile
which is still part of the source tree and which blatantly encodes
various CFLAGS and co.

Add support for use of DRM and SDL backends and make this configurable.
The FBDEV is deprecated for close to two decades, so provide modern
alternatives -- DRM and SDL.

The DRM uses modern DRM API, but there is no GPU acceleration.
The SDL provides GPU support abstracted via the libSDL2 API and
can use multiple backends, DRM and WL included.

Default to the DRM backend, because FBDEV is just bad for any modern system.

Signed-off-by: Marek Vasut <marex@denx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2023-05-18 17:09:30 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems fuse3: update 3.12.0 -> 3.14.1 2023-05-15 22:51:10 -07:00
meta-gnome evince: edit include path for debug package 2023-05-18 10:26:13 -07:00
meta-initramfs kexecboot: update homepage 2023-02-01 09:11:49 -08:00
meta-multimedia pipewire: update 0.3.70 -> 0.3.71 2023-05-18 10:26:13 -07:00
meta-networking networkmanager-openconnect: add new recipe 2023-05-15 09:37:58 -07:00
meta-oe lvgl: lvgl-demo-fb: Switch to CMake and add DRM and SDL support 2023-05-18 17:09:30 -07:00
meta-perl libnet-dns-perl: upgrade 1.37 -> 1.38 2023-05-14 15:35:52 -07:00
meta-python python3-aioredis: add recipe 2023-05-18 10:26:13 -07:00
meta-webserver apache2: upgrade 2.4.56 -> 2.4.57 2023-04-25 08:14:39 -07:00
meta-xfce xfce4-screensaver: 4.16.0 -> 4.18.1 2023-04-17 09:53:32 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README

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