# 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" """