From db8d10d03633435a25bed91f0674ca7ee7978cae Mon Sep 17 00:00:00 2001 From: Dany LE Date: Fri, 27 Feb 2026 22:18:43 +0100 Subject: [PATCH] refactor: dont include RUSTC in SDK --- recipes-core/images/core-image-base.bbappend | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/recipes-core/images/core-image-base.bbappend b/recipes-core/images/core-image-base.bbappend index 0e230eb..0f5bddf 100644 --- a/recipes-core/images/core-image-base.bbappend +++ b/recipes-core/images/core-image-base.bbappend @@ -41,5 +41,7 @@ IMAGE_INSTALL:remove = " gtk+ gtk+3 adwaita-icon-theme " # wlr-randr l3afpad wlopm cairo-egl webkitgtk # add tools to toolchains -TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils packagegroup-rust-cross-canadian-${MACHINE} nativesdk-rust-rustdoc " -TOOLCHAIN_TARGET_TASK:append = " gobject-introspection libstd-rs rust-src " \ No newline at end of file +TOOLCHAIN_HOST_TASK:append = " nativesdk-glib-2.0 nativesdk-glib-2.0-codegen nativesdk-glib-2.0-utils " +# packagegroup-rust-cross-canadian-${MACHINE} nativesdk-rust-rustdoc +TOOLCHAIN_TARGET_TASK:append = " gobject-introspection " +# libstd-rs \ No newline at end of file