diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-13 16:43:36 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-13 16:43:36 +0000 |
commit | fe6ba1c3bb52a59e0bdd601feaf49e3c69724469 (patch) | |
tree | 5bab2b0b9bf38dcd19bf7401176a1a5d40366104 /packages | |
parent | 3cfd3689a93b4d806e38d4b824920aa77ad21fc1 (diff) |
linux-colinux: add COMPATIBLE_MACHINE
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-colinux_2.4.28.bb | 2 | ||||
-rw-r--r-- | packages/linux/linux-colinux_2.6.10.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-colinux_2.4.28.bb b/packages/linux/linux-colinux_2.4.28.bb index b74be3d791..dc052afce1 100644 --- a/packages/linux/linux-colinux_2.4.28.bb +++ b/packages/linux/linux-colinux_2.4.28.bb @@ -3,6 +3,8 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" COLV = "0.6.1" +COMPATIBLE_MACHINE = "colinux" + #http://internap.dl.sourceforge.net/sourceforge/colinux/coLinux-0.6.1.tar.gz SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.4/linux-${PV}.tar.bz2 \ file://colinux-${COLV}.patch;patch=1 \ diff --git a/packages/linux/linux-colinux_2.6.10.bb b/packages/linux/linux-colinux_2.6.10.bb index 8b77a17109..df06ccdd65 100644 --- a/packages/linux/linux-colinux_2.6.10.bb +++ b/packages/linux/linux-colinux_2.6.10.bb @@ -3,6 +3,8 @@ DESCRIPTION = "User Mode Linux Kernel" LICENSE = "GPL" COLV = "0.6.2" +COMPATIBLE_MACHINE = "colinux" + #http://internap.dl.sourceforge.net/sourceforge/colinux/coLinux-${COLV}.tar.gz SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://colinux-${COLV}.patch;patch=1 \ |