[oe-commits] Kevin Baker : redis: add new recipe for redis-2.6.9

git at git.openembedded.org git at git.openembedded.org
Sat Feb 16 04:57:09 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 49851b1190307524014e2645105b902657c46038
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=49851b1190307524014e2645105b902657c46038

Author: Kevin Baker <kevinb at ventureresearch.com>
Date:   Sat Feb  9 05:02:47 2013 +0000

redis: add new recipe for redis-2.6.9

A recipe for Redis 2.6.9, an advanced key-value store.
Needed some patching of Makefiles and deps to get it to work with OE.

OE Specific configuration: This is built to override MALLOC and use
    libc's malloc instead of the provided jemalloc or tcmalloc that
    weren't building correctly.

    Also the default savepoint setting was updated in the default
    redis.conf to tune for a small embedded system.

Known Bug: redis-cli eats all the input on a serial port - watch out
    when using the serial console with redis-cli.
    see https://github.com/antirez/linenoise/issues/38

Tested with Yocto "Danny" / armv7a.

Signed-off-by: Kevin Baker <kevinb at ventureresearch.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../hiredis-use-default-CC-if-it-is-set.patch      |   29 +
 .../recipes-extended/redis/redis/init-redis-server |   40 ++
 ...Makefile-to-use-environment-build-setting.patch |   54 ++
 .../redis/redis/oe-use-libc-malloc.patch           |   33 ++
 meta-oe/recipes-extended/redis/redis/redis.conf    |  550 ++++++++++++++++++++
 meta-oe/recipes-extended/redis/redis_2.6.9.bb      |   36 ++
 6 files changed, 742 insertions(+), 0 deletions(-)

Diff:   http://git.openembedded.org/?p=meta-openembedded.git/?a=commitdiff;h=49851b1190307524014e2645105b902657c46038




More information about the Openembedded-commits mailing list