50b731f1b7
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
41 lines
853 B
TOML
41 lines
853 B
TOML
# The Redox build server configuration for host tools
|
|
|
|
# Packages listed here is to aid the build server to compile `host:` recipes
|
|
# commonly found within dev dependencies of packages and distribute them.
|
|
# This is not a replacement for cross compilers that exist within the prebuilt
|
|
# prefix: GCC, Rust, LLVM and Clang. This is the place for the rest of
|
|
# cross compilers that's might be needed by other recipes, such as Go or Zig.
|
|
|
|
# General settings
|
|
[general]
|
|
# Do not prompt if settings are not defined
|
|
prompt = false
|
|
|
|
[packages]
|
|
# Binaries
|
|
#dotnet10 = {}
|
|
#go = {}
|
|
gperf = {}
|
|
installer = {}
|
|
itstool = {}
|
|
luajit = {}
|
|
neovim = {}
|
|
nodejs-21 = {}
|
|
#openjdk21 = {}
|
|
#perl5 = {}
|
|
#protobuf = {}
|
|
python312 = {}
|
|
redoxfs = {}
|
|
redoxer = {}
|
|
#ruby = {}
|
|
xz = {}
|
|
#zig = {}
|
|
|
|
# Libraries
|
|
libarchive = {}
|
|
libjpeg = {}
|
|
libogg = {}
|
|
libxml = {}
|
|
libxslt = {}
|
|
ncurses = {}
|