diff options
Diffstat (limited to 'packages/linux/linux-rp_2.6.23.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.23.bb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/packages/linux/linux-rp_2.6.23.bb b/packages/linux/linux-rp_2.6.23.bb index f4967e16ae..4bb06b60b1 100644 --- a/packages/linux/linux-rp_2.6.23.bb +++ b/packages/linux/linux-rp_2.6.23.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r27" +PR = "r34" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -43,6 +43,8 @@ SRC_URI = "${KERNELORG_MIRROR}pub/linux/kernel/v2.6/linux-2.6.23.tar.bz2 \ ${RPSRC}/poodle_pm-r4.patch;patch=1 \ ${RPSRC}/poodle_lcd_hack-r0.patch;patch=1 \ ${RPSRC}/poodle_asoc_fix-r1.patch;patch=1 \ + file://wm8750-treble.patch;patch=1 \ + file://mtd-module.patch;patch=1 \ file://squashfs3.0-2.6.15.patch;patch=1;status=external \ ${RPSRC}/logo_oh-r1.patch.bz2;patch=1;status=unmergable \ ${RPSRC}/pxa-linking-bug.patch;patch=1;status=unmergable \ @@ -132,14 +134,10 @@ SRC_URI_append_tosa = "\ SRC_URI_append_akita = "\ file://sharpsl-rc-r1.patch;patch=1;status=external \ - file://wm8750-treble.patch;patch=1;status=external \ - file://mtd-module.patch;patch=1 \ " SRC_URI_append_spitz = "\ file://sharpsl-rc-r1.patch;patch=1;status=external \ - file://wm8750-treble.patch;patch=1;status=external \ - file://mtd-module.patch;patch=1 \ " SRC_URI_append_htcuniversal ="\ @@ -150,6 +148,9 @@ SRC_URI_append_zylonite ="\ file://arm_pxa_20070923.patch;patch=1 \ file://pxa_fb_overlay.patch;patch=1 \ file://zylonite-boot.patch;patch=1 \ + file://zylonite_mtd-r0.patch;patch=1 \ + file://zylonite_touch-r0.patch;patch=1 \ + file://zylonite_keypad-r0.patch;patch=1 \ " S = "${WORKDIR}/linux-2.6.23" |