Age | Commit message (Collapse) | Author | Files |
|
|
|
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
bison commit
|
|
file commit
|
|
Resync what goes into eglibc-dev based on what we have in glibc-dev. This
includes picking up the reset of the static libraries (many are missed
otherwise and static linking in SDKs fails). We also add in a eglibc-pic
package to catch all of the pic stuff (some of which would otherwise be caught
in -dev).
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
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>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Note that 5.04 (newest) is now default instead of 4.21.
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
* Move the checksums into the recipe
* Pick 2.0.35+2.0.36rc1 as the name to remain easily upgradable
* This should resolve:
http://portaudit.FreeBSD.org/6e099997-25d8-11dc-878b-000c29c5647f.html
http://portaudit.FreeBSD.org/4e8344a3-ca52-11de-8ee8-00215c6a37bb.html
|
|
Update the ieee80215.patch. The original commit message is so weak
it is not saying why the wpan_nofcs variant is to be used. I'm
respecting the original patch author here but it would be better
to have nice commit messages. My feeling tells me that we should
drop this patch as there is no indication why this patch is a good
idea.
|
|
|
|
removed the openmoko part from the nas server task
this part only drags in dfu-util which does not build under most distro's
openmoko users are very unlikely to run a NAS on their device, and even
if they want to and need dfu-util, they can easily install afterwards
(and dfu-util is not even nas related, so it does not really belong in this task)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
added netfilter modules to hawkboard defconfig
these are needed in order to build nas-server-image
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
removed 0006-cmd_itest.c-also-support-environment-variables-as-a.patch
this one was rejected upstream as the functionality was already in hush
reworked 0007-cmd_setexpr-allow-memory-addresses-and-env-vars-in-e.patch
the setenv part was rejected upstream as the functionality was already in hush
took that part out of the patch.
u-boot-git.bb: bumped PR
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
|
|
DEPENDS, because configure checks hal availability. Thanks to gilligan for reporting.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
MACHINE_TASK_PROVIDER are machine specific
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
doesn't create them for us and ssh login fails later due to missing PTYs)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
Signed-off-by: Marcin Juszkiewicz <marcin@juszkiewicz.com.pl>
|
|
|
|
|
|
|
|
* if there is link /usr/lib/ipkg -> /usr/lib/opkg, then merger will
create backups of "both" alternatives directories, but they will be
both the same /usr/lib/opkg/alternatives, then it will try to merge
with output that every file is the same, sofar no real harm.
* Problem is after successfull merge, when it removes
/usr/lib/ipkg/alternatives which is in this case the right
alternatives in opkg :/
* If you've already this problem on your target then
* # Restore old alternatives
* rm -rf /usr/lib/opkg/alternatives
* cp -ra /usr/lib/opkg/alternatives-backup /usr/lib/opkg/alternatives
*
* # Regenerate links with right alternatives available
* opkg install -force-reinstall busybox
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|