Files
RedBear-OS/recipes/core/kernel/recipe.toml
T

14 lines
436 B
TOML

# Kernel is built from the local fork at local/sources/kernel/.
# The fork is synced to upstream and has all Red Bear changes applied directly.
# Old patches are preserved in local/patches/kernel/ for reference only.
[source]
path = "../../../local/sources/kernel"
[build]
template = "custom"
script = """
make -f ${COOKBOOK_SOURCE}/Makefile
mkdir -pv "${COOKBOOK_STAGE}/usr/lib/boot"
cp -v kernel "${COOKBOOK_STAGE}/usr/lib/boot"
"""