libdmx: Add fso-specs to DEPENDS
[openembedded.git] / recipes / linux / linux-h6300-omap1_2.6.16.16.bb
blob9af2165aac481006eb36c605b5bbd0a1c22a167d
1 DESCRIPTION = "Linux kernel for HP iPAQ h6300 series OMAP1510 based phones."
2 SECTION = "kernel"
3 LICENSE = "GPLv2"
5 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.16.tar.bz2;name=kernel \
6 http://www.muru.com/linux/omap/patches/patch-2.6.16-omap2.bz2;patch=1;name=patch \
7 file://linux-2.6.16.16.patch;patch=1 \
8 file://linux-h6300-omap2-2.6.16.16.patch;patch=1 \
9 file://defconfig"
11 S = "${WORKDIR}/linux-2.6.16"
13 inherit kernel
15 COMPATIBLE_MACHINE = "h6300"
17 do_configure_prepend() {
18 install -m 0644 ${WORKDIR}/defconfig ${S}/.config
19 oe_runmake oldconfig
22 SRC_URI[kernel.md5sum] = "9a91b2719949ff0856b40bc467fd47be"
23 SRC_URI[kernel.sha256sum] = "1200dcc7e60fcdaf68618dba991917a47e41e67099e8b22143976ec972e2cad7"
24 SRC_URI[patch.md5sum] = "b8de4aa518292ad3aef913645898218a"
25 SRC_URI[patch.sha256sum] = "34beecc0dd156267e8004fb79efea9bf97e1157ed597bdde1841c16def2e9195"