aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/colinux.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-01 05:21:28 +0000
committerChris Larson <clarson@kergoth.com>2004-12-01 05:21:28 +0000
commit67b795ac68ec405f721a24c73b43d68ac5bc8135 (patch)
tree84a3f0c0e220460e2cae85441e4eabb8e43be22e /conf/machine/colinux.conf
parent6755cddd68fb7aeabaaa7324a4fcc839adbea3e5 (diff)
downloadopenembedded-67b795ac68ec405f721a24c73b43d68ac5bc8135.tar.gz
Correct the default TARGET_ARCH in colinux.conf
BKrev: 41ad54d8FuzAPFoPhvXrzqFePRbPzw
Diffstat (limited to 'conf/machine/colinux.conf')
-rw-r--r--conf/machine/colinux.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/machine/colinux.conf b/conf/machine/colinux.conf
index e69de29bb2..8c66aa1ab4 100644
--- a/conf/machine/colinux.conf
+++ b/conf/machine/colinux.conf
@@ -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"