Age | Commit message (Collapse) | Author | Files |
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
code is from 2008, not pinned
src tarball is not available any more
(see http://www.directfb.org/downloads/Old/)
lastest version we have is 1.4.2
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
|
|
debian, fix dhclient and iptable paths as well
|
|
|
|
|
|
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
|
|
|
|
* thsi is one of the font packages gs can use to render ps files
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* tested on armv5te using shared keys setup
* DEFAULT_PREFERENCE = "-1" until it's more tested
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* tested on armv5te using HP PSC inkjet printers
* DEFAULT_PREFERENCE = "-1" until it's more tested
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* tested on armv5te with RTC and GPRS
* DEFAULT_PREFERENCE = "-1" for the moment until it's better tested
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* libusb support is enabled in this recipe
* DEFAULT_PREFERENCE = "-1" as previous recipe didn't enable this
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* the pid file contains several lines which breaks poff, even
if only one pppd is running
753
ppp0
753
pppd version 2.4.5
* by using pidoff to kill pppd this script works again
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* tested on armv5te / angstrom
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* this recipe is actually broken as tools used during compilation on the host
are compiled for the target and thus can't be executed.
* tested on armv5te
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* add esmtp-plugins/*.la to -dev package
* add esmtp-plugins/*.a to -static package
* move libesmtp-config to the -dev package
Signed-off-by: Michael Kurz <betheg@bitcloner.org>
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
* description taken from its website :
nhttpd is a simple, fast and secure HTTP server.
It runs as a single process, handling connections with select(2).
For CGIs and directory listing it does fork(2). nhttpd has the
minimum of HTTP/1.1 and CGI/1.1 implemented. Also supported are;
chroot, setuid, basic authentication, SSL, IPv6, custom repsonses,
aliases, and virtual hosts. To stop the server send a SIGTERM singal
to the PID. The access log is written in standard CLF format.
Signed-off-by: Eric Bénard <eric@eukrea.com>
|
|
without this, launching a daemon can fail if postinst is supposed, for
example, to fix permissions of directories used by the daemon.
Signed-off-by: Eric Bénard <eric@eukrea.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* waf hacks aren't necessary anymore \o/
|
|
|
|
|
|
more about release: https://wiki.linaro.org/WorkingGroups/ToolChain
This version does not have any OE patches applied (other then
zecke-no-host-includes.patch in gcc-cross).
Built armv7-a console-image without problems with binutils-cross 2.20 -
modified Angstrom distribution was used. Did not booted into is because
linux-omap-psp 2.6.32 does not give working kernel when compiled with
this version of GCC.
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
|
|
|
|
|
|
* This patch solves a cross/native compile problem:
| ./strpool atasmart.c atasmart.strpool.c
| ./strpool: ./strpool: cannot execute binary file
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
from git using tags
|
|
* Kernel is released at http://labs.igep.es/index.php/The_Linux_kernel
Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
Signed-off-by: Koen Kooi <koen@openembedded.org>
|
|
|
|
|
|
We don't want u-a on native.
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
This is unused and not needed in 1.1.x
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
git://git.openembedded.net/openembedded into org.openembedded.dev
|
|
|
|
Currently linker would search for libnl in sysroot
first before linking in the one thats build with libnl
this patch directs ld to link in with the one thats
build and not look for the one in sysroot.
As a result we can compile libnl and libnl2 alongside
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Currently if there is a failed do_patch the series files get appended
so if there were two patches
a.patch
b.patch
and b.patch failed during next run it would append a.patch again
a.patch
b.patch
a.patch
and this would keep growing.
We can remove series file in Clean() because we populate it in Import()
anyway
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Chris Larson <chris_larson@mentor.com>
Acked-by: Eric Bénard <eric@eukrea.com>
|
|
Fixes the issue seen on builds where libc.so is not being found
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
To use it add the following to your local.conf:
TESTLABLOG = "remote"
TESTLABREMOTEDIR = "/OE/angstrom-testlab"
See http://gitorious.org/angstrom/angstrom-testlab/ for an example of the expected results
|
|
consumption in suspend
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
native
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|