1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-11 04:19:50 +00:00
Files
poky/meta/packages/linux/linux-nokia800_2.6.21-osso71.bb
Richard Purdie 2e7d772b7e linux-nokia800: Add suspend/resume button support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3838 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-02-21 00:57:43 +00:00

18 lines
638 B
BlitzBasic

require linux-nokia800.inc
PR = "r3"
DEFAULT_PREFERENCE_nokia770 = "-1"
SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.21.tar.bz2 \
http://repository.maemo.org/pool/os2008/free/source/k/kernel-source-rx-34/kernel-source-rx-34_2.6.21.0-osso71.diff.gz;patch=1 \
http://www.rpsys.net/openzaurus/patches/archive/input_power-r7.patch;patch=1 \
file://suspend-button.patch;patch=1 \
file://defconfig"
S = "${WORKDIR}/linux-2.6.21"
do_stage_append () {
mkdir -p ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
cp -f drivers/media/video/omap/tcm825x.h ${STAGING_KERNEL_DIR}/drivers/media/video/omap/
}