Correct the default TARGET_ARCH in colinux.conf
authorChris Larson <clarson@kergoth.com>
Wed, 1 Dec 2004 05:21:28 +0000 (05:21 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 1 Dec 2004 05:21:28 +0000 (05:21 +0000)
BKrev: 41ad54d8FuzAPFoPhvXrzqFePRbPzw

conf/machine/colinux.conf

index e69de29..8c66aa1 100644 (file)
@@ -0,0 +1,9 @@
+#@TYPE: Machine
+#@NAME: Cooperative Linux
+#@DESCRIPTION: Machine configuration for Cooperative Linux running on an x86 compatible PC
+
+TARGET_ARCH = "i686"
+IPKG_ARCHS = "all i686 i386 x86 ${MACHINE}"
+PREFERRED_PROVIDER_virtual/kernel = "linux-colinux"
+BOOTSTRAP_EXTRA_DEPENDS = "virtual/kernel"
+BOOTSTRAP_EXTRA_RDEPENDS = "kernel kernel-modules"