[package] name = "kernel" version = "0.1.0" # 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 make -f ${COOKBOOK_SOURCE}/Makefile install DESTDIR="${COOKBOOK_STAGE}" """