diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2007-03-01 13:48:48 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2007-03-01 13:48:48 +0000 |
commit | dcf43329381f55fb8b2c4be5eb1d5bf1d6f72dc0 (patch) | |
tree | 57681e719b2446ad5c3d7dc4e9aa53eed42a159e /packages | |
parent | 917ae92eb9b3e73851b6b2c521504f320aed9ea8 (diff) |
linux-rp-2.6.20: Sync with changes in poky including lzo support on jffs2
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-rp_2.6.20.bb | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.20.bb b/packages/linux/linux-rp_2.6.20.bb index fbe82c3b7c..13ceaa0a19 100644 --- a/packages/linux/linux-rp_2.6.20.bb +++ b/packages/linux/linux-rp_2.6.20.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r3" +PR = "r4" # Handy URLs # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 @@ -15,6 +15,12 @@ PR = "r3" # Hacks should clearly named and at the bottom SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.3.patch;patch=1;status=merged \ + ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ + ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ + ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \ + ${RPSRC}/lzo_crypto-r0a.patch;patch=1 \ + ${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \ + ${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \ ${RPSRC}/hx2750_base-r28.patch;patch=1 \ ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |