diff options
Diffstat (limited to 'conf/machine/geodegx.conf')
-rw-r--r-- | conf/machine/geodegx.conf | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/conf/machine/geodegx.conf b/conf/machine/geodegx.conf index 0ec6782076..a9cf5773ee 100644 --- a/conf/machine/geodegx.conf +++ b/conf/machine/geodegx.conf @@ -2,16 +2,18 @@ # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) -TARGET_ARCH = "i486" +TARGET_ARCH = "i586" require conf/machine/include/tune-geode.inc -PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx" -BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules" +PREFERRED_PROVIDER_virtual/kernel = "linux" +MACHINE_EXTRA_RDEPENDS = "kernel grub" +MACHINE_FEATURES = "kernel26 pci ext2 x86" +MACHINE_KERNEL_VERSION = "2.6" udevdir = "/dev" KERNEL_IMAGETYPE = "bzImage" GLIBC_ADDONS = "nptl" -GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode" +GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=i586" |