Files
vasilito 50b731f1b7 Red Bear OS — microkernel OS in Rust, based on Redox
Derivative of Redox OS (https://www.redox-os.org) adding:
- AMD GPU driver (amdgpu) via LinuxKPI compat layer
- ext4 filesystem support (ext4d scheme daemon)
- ACPI fixes for AMD bare metal (x2APIC, DMAR, IVRS, MCFG)
- Custom branding (hostname, os-release, boot identity)

Build system is full upstream Redox with RBOS overlay in local/.
Patches for kernel, base, and relibc are symlinked from local/patches/
and protected from make clean/distclean. Custom recipes live in
local/recipes/ with symlinks into the recipes/ search path.

Build:  make all CONFIG_NAME=redbear-full
Sync:   ./local/scripts/sync-upstream.sh
2026-04-12 19:05:00 +01:00

47 lines
920 B
TOML

#TODO not compiled or tested
# build instructions: https://github.com/xbmc/xbmc/blob/master/docs/README.Linux.md#4-build-kodi
# maybe missing dependencies, see https://archlinux.org/packages/extra/x86_64/kodi/
[source]
git = "https://github.com/xbmc/xbmc"
rev = "5f418d0b133535c6675154688ac7144e34f4d436"
[build]
template = "cmake"
cmakeflags = [
"-DCORE_PLATFORM_NAME=wayland",
"-DAPP_RENDER_SYSTEM=gl",
]
dependencies = [
"libass",
"libbluray",
"mesa",
"bzip2",
"curl",
"dbus",
"libflac",
"fontconfig",
"libfmt",
"freetype2",
"fribidi",
"libgcrypt",
"libgif",
"glew",
"gnutls3",
"mesa-glu",
"libgpg-error",
"libjpeg",
"libogg",
"pcre",
"libpng",
"openssl1",
"libtiff",
"sqlite3",
"libevdev",
"libunistring",
"libva",
"libvorbis",
"libxkbcommon",
"libuuid",
"libxslt",
"pipewire",
]