diff options
author | Richard Purdie <richard@openedhand.com> | 2007-03-01 12:34:08 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-03-01 12:34:08 +0000 |
commit | 500602d7e3f184af42162454944d7ae31d4e7f17 (patch) | |
tree | 25e2aee17b20f563b9dd1bd7ecef5f1ffe6ca020 /meta/packages | |
parent | 26c9b6e77c050390805bd94005bd52c71fe6cb25 (diff) | |
download | poky-500602d7e3f184af42162454944d7ae31d4e7f17.tar.gz |
linux-rp: Add lzo support (inc jffs2)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1301 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages')
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.20.bb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.20.bb b/meta/packages/linux/linux-rp_2.6.20.bb index 0bcb84891a..c84d527348 100644 --- a/meta/packages/linux/linux-rp_2.6.20.bb +++ b/meta/packages/linux/linux-rp_2.6.20.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r2" | 3 | PR = "r3" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |
@@ -16,6 +16,11 @@ PR = "r2" | |||
16 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ | 16 | SRC_URI = "http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.20.tar.bz2 \ |
17 | http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.patch;patch=1;status=merged \ | 17 | http://opensource.wolfsonmicro.com/~lg/asoc/asoc-v0.13.patch;patch=1;status=merged \ |
18 | ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ | 18 | ${RPSRC}/oprofile_always_bt_arm-r0.patch;patch=1 \ |
19 | ${RPSRC}/lzo_kernel-r0.patch;patch=1 \ | ||
20 | ${RPSRC}/lzo_jffs2-r0.patch;patch=1 \ | ||
21 | ${RPSRC}/lzo_crypto-r0a.patch;patch=1 \ | ||
22 | ${RPSRC}/lzo_jffs2_lzomode-r0.patch;patch=1 \ | ||
23 | ${RPSRC}/lzo_jffs2_sysfs-r0.patch;patch=1 \ | ||
19 | ${RPSRC}/hx2750_base-r28.patch;patch=1 \ | 24 | ${RPSRC}/hx2750_base-r28.patch;patch=1 \ |
20 | ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ | 25 | ${RPSRC}/hx2750_bl-r8.patch;patch=1 \ |
21 | ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ | 26 | ${RPSRC}/hx2750_pcmcia-r2.patch;patch=1 \ |