3 #@DESCRIPTION: Generic OE built distro for the coLinux MACHINE
7 INHERIT += "package_ipk debian"
9 # MACHINE decides that linux-colinux is the correct kernel.
10 # DISTRO decides whether to build 2.4 or 2.6. Latest coLinux version
11 # (0.6.2) uses 2.6 by default, so we'll be following them.
12 # PREFERRED_VERSION_linux-colinux = "2.4.28"
13 PREFERRED_VERSION_linux-colinux ?= "2.6.10"
15 IMAGE_FSTYPES =+ "ext2 ext2.gz"