diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-13 16:43:36 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-05-13 16:43:36 +0000 |
commit | fc46eaa94c935969e09fab78bfd32460cc5ea8f4 (patch) | |
tree | e269b0d8764186aec992f1bd26792d812ad68bac /packages | |
parent | dcd01b049d371444c3ca32639c08db28df8fe400 (diff) | |
parent | fe6ba1c3bb52a59e0bdd601feaf49e3c69724469 (diff) |
merge of '5d1b115fdc0cd4dcc8356e8e2c5aaeca756b6e99'
and '8eb20a3d94e5271bda273e384d5e24346ccb0e86'
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 | ||||
-rw-r--r-- | packages/linux/linux-geodegx_2.4.24.bb | 2 | ||||
-rw-r--r-- | packages/linux/linux-geodelx_2.6.11.bb | 2 |
4 files changed, 8 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 \ diff --git a/packages/linux/linux-geodegx_2.4.24.bb b/packages/linux/linux-geodegx_2.4.24.bb index 70cb5f4fd7..968127c5f3 100644 --- a/packages/linux/linux-geodegx_2.4.24.bb +++ b/packages/linux/linux-geodegx_2.4.24.bb @@ -2,6 +2,8 @@ # Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) +COMPATIBLE_MACHINE = "geodegx" + KV = "2.4.24" DESCRIPTION = "Linux kernel for the AMD Geode GX processor" LICENSE = "GPL" diff --git a/packages/linux/linux-geodelx_2.6.11.bb b/packages/linux/linux-geodelx_2.6.11.bb index 890aa9483a..7605f68011 100644 --- a/packages/linux/linux-geodelx_2.6.11.bb +++ b/packages/linux/linux-geodelx_2.6.11.bb @@ -2,6 +2,8 @@ # Copyright (C) 2005-2006, Advanced Micro Devices, Inc. All Rights Reserved # Released under the MIT license (see packages/COPYING) +COMPATIBLE_MACHINE = "geodelx" + DESCRIPTION = "Linux kernel for the AMD Geode GX5535/LX5536" HOMEPAGE = "http://www.amd.com/embedded" LICENSE = "GPL" |