libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-jlime-jornada6xx_2.6.17.bb
blobdddc36cdf838fa2905ddaab48c80e92bc5b5b09a
1 DESCRIPTION = "JLime Linux kernel for SuperH based Jornada 6xx"
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
5 COMPATIBLE_MACHINE = "jornada6xx"
7 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.17.tar.bz2 \
8 file://defconfig_jlime \
9 file://LinuxSH-2.6.17.patch;patch=0 \
10 file://alsa_hp6xx_2.6.17.patch;patch=0 \
11 file://rtc-2.6.17.patch;patch=0 \
12 file://unexpected-int-fix.patch;patch=0 \
13 file://keymap-fix.patch;patch=0 \
14 file://io.h-fix.patch;patch=0 \
15 file://keyboard-fix-deadkeys.patch;patch=0"
17 S = "${WORKDIR}/linux-${PV}"
19 inherit kernel
21 #Lets let 3.4.x handle the compilation of this one
22 KERNEL_CCSUFFIX = "-3.4.4"
24 ARCH = "sh"
25 FILES_kernel-image = "/boot/${KERNEL_IMAGETYPE}*"
27 do_configure_prepend() {
28 install -m 0644 ${WORKDIR}/defconfig_jlime ${S}/.config
30 SRC_URI[md5sum] = "37ddefe96625502161f075b9d907f21e"
31 SRC_URI[sha256sum] = "ab0f647d52f124958439517df9e1ae0efda90cdb851f59f522fa1749f1d87d58"