From 8c3c711fb45f3cec67ef31fd813daf23a3d44a32 Mon Sep 17 00:00:00 2001 From: Cliff Brake Date: Mon, 11 Dec 2006 15:37:39 +0000 Subject: [PATCH] x86.conf: switch to task-base --- conf/machine/x86.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/conf/machine/x86.conf b/conf/machine/x86.conf index b2147f2c0d..91663dfd7c 100644 --- a/conf/machine/x86.conf +++ b/conf/machine/x86.conf @@ -8,7 +8,11 @@ TARGET_ARCH = "i486" PACKAGE_EXTRA_ARCHS = "x86" PREFERRED_PROVIDER_virtual/kernel = "linux-x86" # todo: convert to task-base -BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +# BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" + +MACHINE_TASK_PROVIDER = "task-base" + +MACHINE_FEATURES = "kernel26 pci usbhost" udevdir = "/dev" OLDEST_KERNEL = "2.6.17" -- 2.39.5