initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / linux / linux-wrap-geode_2.6.17.bb
blob021cf3555d9c293bce73e937971fc2eff071ec37
1 SECTION = "kernel"
2 DESCRIPTION = "Linux kernel for PC-Engines WRAP which are \
3 Geode SC1100 (i486) based wirless router appliance boards"
4 LICENSE = "GPLv2"
5 PR = "r0"
7 SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \
8 file://defconfig"
9 S = "${WORKDIR}/linux-${PV}"
11 COMPATIBLE_HOST = 'i486.*-linux'
12 COMPATIBLE_MACHINE = "wrap"
14 inherit kernel
16 ARCH = "i386"
17 KERNEL_OUTPUT = "arch/${ARCH}/boot/${KERNEL_IMAGETYPE}"
19 do_configure_prepend() {
20 install -m 0644 ${WORKDIR}/defconfig ${S}/.config
21 yes '' | oe_runmake oldconfig
24 SRC_URI[md5sum] = "37ddefe96625502161f075b9d907f21e"
25 SRC_URI[sha256sum] = "ab0f647d52f124958439517df9e1ae0efda90cdb851f59f522fa1749f1d87d58"