From 469fa9cbf713b66c506f1f81f36113c1714c86ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Bl=C3=A4se?= Date: Sat, 6 Jan 2024 16:01:53 +0100 Subject: [PATCH] x86_64: use multi-profile for target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Bläse --- bsp/x86-64/.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bsp/x86-64/.config b/bsp/x86-64/.config index e995bae..99f6576 100644 --- a/bsp/x86-64/.config +++ b/bsp/x86-64/.config @@ -3,8 +3,9 @@ # CONFIG_TARGET_x86=y CONFIG_TARGET_x86_64=y -CONFIG_TARGET_x86_64_DEVICE_generic=y -# CONFIG_TARGET_ROOTFS_EXT4FS is not set +CONFIG_TARGET_MULTI_PROFILE=y +CONFIG_TARGET_DEVICE_x86_64_DEVICE_generic=y +CONFIG_TARGET_DEVICE_PACKAGES_x86_64_DEVICE_generic="" CONFIG_BUSYBOX_CUSTOM=y CONFIG_TARGET_PER_DEVICE_ROOTFS=y # CONFIG_BUSYBOX_CONFIG_BRCTL is not set