diff options
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" |