compcache: Add version 0.5+0.6pre3 and version 0.6
authorMing Chow 周明 <chow.ming@linuxbj.com>
Sat, 22 Aug 2009 07:38:49 +0000 (07:38 +0000)
committerKhem Raj <raj.khem@gmail.com>
Mon, 31 Aug 2009 22:55:57 +0000 (15:55 -0700)
commitccd18852f3dcba528bdfdf557ba9967f64625c11
treee92399c97ab9c3966d08879a2b78814028cfa7f0
parent5e51870a3ebcba57fb47fd221b7d79594e9d3b73
compcache: Add version 0.5+0.6pre3 and version 0.6

* compcache creates RAM based block device (named ramzswap) which acts as swap disk. Pages swapped to this disk are compressed and stored in memory itself.
* Compressing pages and keeping them in RAM virtually increases its capacity. This allows more applications to fit in given amount of memory.
* added modules_install target in top Makefile to fit the automatically modules build process
* added KERNELDIR variable to make 2.6 style KBUILD system work
* modified the Makefile for rzscontrol tool to use cross toolchain instead of local gcc

Signed-off-by: Ming Zhou <chow.ming@linuxbj.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
conf/checksums.ini
recipes/compcache/compcache/000-compcache-KERNELDIR.patch [new file with mode: 0644]
recipes/compcache/compcache/001-compcache-rzscontrol-cross-compile.patch [new file with mode: 0644]
recipes/compcache/compcache/002-compcache-modules-install.patch [new file with mode: 0644]
recipes/compcache/compcache/003-compcache-0.6-KERNELDIR.patch [new file with mode: 0644]
recipes/compcache/compcache_0.5+0.6pre3.bb [new file with mode: 0644]
recipes/compcache/compcache_0.6.bb [new file with mode: 0644]