aboutsummaryrefslogtreecommitdiffstats
path: root/conf/distro/colinuxoe.conf
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
committerChris Larson <clarson@kergoth.com>2005-02-17 18:42:39 +0000
commite6679fbc2cad92aca4b73bde2cdb9a82405fd516 (patch)
treebda7cc920b7bd9aa833da445fd59bb67d18e1f77 /conf/distro/colinuxoe.conf
parenta56fadce467226e803b94b805838a090dcb66caa (diff)
downloadopenembedded-e6679fbc2cad92aca4b73bde2cdb9a82405fd516.tar.gz
Merge oe-devel@oe-devel.bkbits.net:openembedded
into odin.sc.ti.com:/home/kergoth/code/user/oe/openembedded 2005/02/17 12:41:30-06:00 ti.com!kergoth Set the kernel version string correctly in the colinux kernel build. 2005/02/17 12:40:42-06:00 ti.com!kergoth Add hotplug-ng, rename hotplug to linux-hotplug, and move the decision about which /sbin/hotplug binary you use into the hands of the distributions. BKrev: 4214e59fRUBz9NJWKrkQdsqK0Ps__A
Diffstat (limited to 'conf/distro/colinuxoe.conf')
-rw-r--r--conf/distro/colinuxoe.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/conf/distro/colinuxoe.conf b/conf/distro/colinuxoe.conf
index e69de29bb2..eb263e9a98 100644
--- a/conf/distro/colinuxoe.conf
+++ b/conf/distro/colinuxoe.conf
@@ -0,0 +1,18 @@
+#@TYPE: Distribution
+#@NAME: coLinuxoe
+#@DESCRIPTION: Generic OE built distro for the coLinux MACHINE
+
+INHERIT += "package_ipk debian"
+
+# MACHINE decides that linux-colinux is the correct kernel.
+# DISTRO decides whether to build 2.4 or 2.6. Latest coLinux version
+# (0.6.2) uses 2.6 by default, so we'll be following them.
+# PREFERRED_VERSION_linux-colinux = "2.4.28"
+PREFERRED_VERSION_linux-colinux ?= "2.6.10"
+
+IMAGE_FSTYPES =+ "ext2 ext2.gz"
+
+# Whether to use the old shell hotplug or the new C hotplug is a
+# distribution decision.
+BOOTSTRAP_EXTRA_DEPENDS += "linux-hotplug"
+BOOTSTRAP_EXTRA_RDEPENDS += "linux-hotplug"