diff options
author | Petr Štetiar <ynezz@true.cz> | 2009-11-06 11:42:02 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-06 12:05:16 +0100 |
commit | 2c92869662d1f0b28229cdba9e9852ba642e0733 (patch) | |
tree | 957441cfc055b854f1c31466641be252b83f712b /recipes/linux/linux_2.6.31.4.bb | |
parent | 35cc93da885ac6d438da6aaed9517e91d4a7e6b3 (diff) |
geodegx: Linux 2.6.31.4
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes/linux/linux_2.6.31.4.bb')
-rw-r--r-- | recipes/linux/linux_2.6.31.4.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.31.4.bb b/recipes/linux/linux_2.6.31.4.bb new file mode 100644 index 0000000000..719c5eba68 --- /dev/null +++ b/recipes/linux/linux_2.6.31.4.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "Linux 2.6 kernel for the AMD Geode GX processor" +LICENSE = "GPL" + +require linux.inc +COMPATIBLE_MACHINE = "geodegx" + +PR = "r0" +S = "${WORKDIR}/linux-${PV}" +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_geodegx = "1" + +SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ + file://defconfig" |