increase dvbapp PR.
[vuplus_openembedded] / conf / machine / geodegx.conf
index e69de29..0ec6782 100644 (file)
@@ -0,0 +1,17 @@
+# Machine file for devices with the AMD Geode GX processor 
+# Copyright (C) 2005, Advanced Micro Devices, Inc.  All Rights Reserved
+# Released under the MIT license (see packages/COPYING)
+
+TARGET_ARCH =  "i486"
+
+require conf/machine/include/tune-geode.inc
+
+PREFERRED_PROVIDER_virtual/kernel = "linux-geodegx"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel pciutils udev kernel-modules"
+
+udevdir = "/dev"
+
+KERNEL_IMAGETYPE = "bzImage"
+
+GLIBC_ADDONS = "nptl"
+GLIBC_EXTRA_OECONF = "--with-tls --with-cpu=geode"