linux-omap 2.6.37: replace various patch with upstream versions and rediff
[openembedded.git] / recipes / linux / linux-efika_2.6.18+2.6.19-rc6.bb
blob5473055b22bdf32e3a7f4b5110721fe0f86c7d48
1 DESCRIPTION = "Linux Kernel for the EFIKA dev platform"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
4 PR = "r3"
6 COMPATIBLE_MACHINE = "efika"
8 SRC_URI = "http://www.efika.de/download/linux-2.6.19-rc6_efika.tgz;name=kernel \
9 file://0001-sound-Add-support-for-the-MPC52xx-PSC-AC97-Link.txt;apply=yes \
10 file://0001-powerpc-Add-device-tree-fixup-for-the-EFIKA.txt;apply=yes \
11 file://defconfig \
13 # http://www.246tnt.com/files/0001-sound-Add-support-for-the-MPC52xx-PSC-AC97-Link.txt;apply=yes \
14 # http://lkml.org/lkml/2006/11/29/335;apply=yes \
16 S = "${WORKDIR}/linux-2.6.19-rc6_efika"
18 inherit kernel
20 export ARCH="powerpc"
23 do_configure() {
24 install -m 644 ${WORKDIR}/defconfig ${S}/.config
25 yes | make ARCH=${ARCH} oldconfig
27 SRC_URI[kernel.md5sum] = "86be8de763693746cabd5df2112d4665"
28 SRC_URI[kernel.sha256sum] = "5bb58ade3dd3c6ad910f67219d5f33381f7a948a8157f3578211a0d58e7d51d0"