diff options
Diffstat (limited to 'packages/linux')
-rw-r--r-- | packages/linux/linux-geodegx-2.4.24/linux-2.4.24-gcc340-fixes.patch | 0 | ||||
-rw-r--r-- | packages/linux/linux-geodegx_2.4.24.bb | 25 |
2 files changed, 25 insertions, 0 deletions
diff --git a/packages/linux/linux-geodegx-2.4.24/linux-2.4.24-gcc340-fixes.patch b/packages/linux/linux-geodegx-2.4.24/linux-2.4.24-gcc340-fixes.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/linux/linux-geodegx-2.4.24/linux-2.4.24-gcc340-fixes.patch diff --git a/packages/linux/linux-geodegx_2.4.24.bb b/packages/linux/linux-geodegx_2.4.24.bb index e69de29bb2..0cc97f4842 100644 --- a/packages/linux/linux-geodegx_2.4.24.bb +++ b/packages/linux/linux-geodegx_2.4.24.bb @@ -0,0 +1,25 @@ +# Linux kernel OE build file for the AMD Geode GX processor +# Copyright (C) 2005, Advanced Micro Devices, Inc. All Rights Reserved +# Released under the MIT license (see packages/COPYING) + +KV = "2.4.24" +DESCRIPTION = "Linux kernel for the AMD Geode GX processor" +LICENSE = "GPL" + +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/2.4/linux-${KV}.tar.bz2 \ + http://www.amd.com/files/connectivitysolutions/geode/Patches_Linux_${KV}_1.00.tar.gz \ + file://${WORKDIR}/Patches_Linux_${KV}_1.00/linux-${KV}-geode.patch;patch=1 \ + file://linux-2.4.24-gcc340-fixes.patch;patch=1 \ + file://defconfig" + +S = "${WORKDIR}/linux-${KV}" + +inherit kernel + +ARCH = "i386" +KERNEL_IMAGETYPE = "bzImage" + +do_configure_prepend() { + install -m 0644 ${WORKDIR}/defconfig ${S}/.config + oe_runmake oldconfig +} |