diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-08 16:39:00 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-08 16:39:00 +0100 |
commit | dba153e51695d71eec91123468c9ca9ddc97b9dc (patch) | |
tree | 366eebbbd4080ba25ed868871359bcc8105908f5 /packages/linux/linux-omap_2.6.27.bb | |
parent | cae53ca9a21ed9b79e3d3dfdbe8870e3fe34463a (diff) |
linux-omap 2.6.27: add pvr patch from http://repository.maemo.org/pool/maemo5.0/free/k/kernel/kernel_2.6.27-20084805r03.diff.gz
* this also needs a patch to dispc.{c,h}, which needs a bit more work
* once the dispc patch is in drivers/gpu/Makefile can add drm-tungsten and pvr to obj-y
Diffstat (limited to 'packages/linux/linux-omap_2.6.27.bb')
-rw-r--r-- | packages/linux/linux-omap_2.6.27.bb | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/packages/linux/linux-omap_2.6.27.bb b/packages/linux/linux-omap_2.6.27.bb index 7728efa976..cacdb5ef61 100644 --- a/packages/linux/linux-omap_2.6.27.bb +++ b/packages/linux/linux-omap_2.6.27.bb @@ -6,7 +6,7 @@ KERNEL_IMAGETYPE = "uImage" COMPATIBLE_MACHINE = "omap5912osk|omap1710h3|omap2430sdp|omap2420h4|beagleboard|omap3evm" SRCREV = "2a3408be17f287fdb5809c9b6c68e7ad96d25b74" -PR = "r1" +PR = "r2" SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git;protocol=git \ file://defconfig" @@ -32,11 +32,12 @@ SRC_URI_append = " \ file://dvb-fix-dma.diff;patch=1 \ file://0001-Removed-resolution-check-that-prevents-scaling-when.patch;patch=1 \ file://0001-Implement-downsampling-with-debugs.patch;patch=1 \ - file://openvz/0001-arm-introduce-MAP_EXECPRIO-define.patch;patch=1 \ - file://openvz/0002-arm-export-arm-version-of-show_mem.patch;patch=1 \ - file://openvz/0003-arm-wire-OpenVZ-syscalls.patch;patch=1 \ - file://openvz/0004-arm-add-openvz-and-bc-Kconfigs.patch;patch=1 \ - file://openvz/openvz-2.6.27.diff;patch=1 \ +# file://openvz/0001-arm-introduce-MAP_EXECPRIO-define.patch;patch=1 \ +# file://openvz/0002-arm-export-arm-version-of-show_mem.patch;patch=1 \ +# file://openvz/0003-arm-wire-OpenVZ-syscalls.patch;patch=1 \ +# file://openvz/0004-arm-add-openvz-and-bc-Kconfigs.patch;patch=1 \ +# file://openvz/openvz-2.6.27.diff;patch=1 \ + file://pvr/pvr-add.patch;patch=1 \ " |