From 4d8b7bd5e0f1cd49a826fa8784d0980edc550c62 Mon Sep 17 00:00:00 2001 From: vasilito Date: Thu, 18 Jun 2026 22:20:30 +0300 Subject: [PATCH] kernel: remove RUSTC_BOOTSTRAP from recipe (env var approach in Makefile) Author: vasilito --- recipes/core/kernel/recipe.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/core/kernel/recipe.toml b/recipes/core/kernel/recipe.toml index 479812ab49..cf59c2ef5e 100644 --- a/recipes/core/kernel/recipe.toml +++ b/recipes/core/kernel/recipe.toml @@ -7,7 +7,6 @@ path = "../../../local/sources/kernel" [build] template = "custom" script = """ -export RUSTC_BOOTSTRAP=1 make -f ${COOKBOOK_SOURCE}/Makefile mkdir -pv "${COOKBOOK_STAGE}/usr/lib/boot" cp -v kernel "${COOKBOOK_STAGE}/usr/lib/boot"