Age | Commit message (Collapse) | Author | Files |
|
* Never += to override variable as it appends to empty override variable
which is later used instead of that variable without override
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
No PR bump since we don't actually link vs the -sdk libs.
|
|
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>
|
|
first boot, but restore calibration if available.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
* This brings 006 up to 007 functionally, without all the buildsystem changes in between
|
|
|
|
|
|
|
|
|
|
Quick workaround to make it build again. Can probably be fixed properly in
the Makefile... No PR bump.
|
|
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has
a patch that is required on non debian systems.
|
|
http://wiki.navit-project.org/index.php/Navit_on_OpenEmbedded_for_n810 has
a patch that is required on non debian systems.
|
|
We dont have a native libjpeg so make sure its disabled.
|
|
|
|
|
|
|
|
|
|
to enable tripple buffering
|
|
|
|
|
|
* the recipe has hints for the needed kernel config
* doesn't require special Xserver, fbdev works
|
|
|
|
|
|
|
|
|
|
* needs more work, but it sets the correct mux now for DVI output
|
|
|
|
if util-linux-ng is build before xinit, xinit will use mcookie (exported by util-linux-ng)
Howwever if util-linux-ng is not build before xinit it will not use mcookie.
This leads to an undesired scenario. E.g. the version of xinit on the angstrom feed needed
mcookie, but as my system did not have util-linux-ng installed, startx failed.
By making the dependency explicit at least we get consisency and apparently using mcookie
is the preferred solution.
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|
|
* update order of patches to include upstream changes
* bump PR for all three recipes
* fix typo in klibc_1.5 about 'sh'
* clean tabs
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
|
|
and also libtool issue
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
author, fix gst-plugin-souphttpsrc name
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|
|
|
|
Do not hard-code SDK location into all the libtool's .la files and other
libtool, pkg-config and opkg service variables and aliases. Use $SDK_PATH
environment variable instead, which is set once in the main environment-setup
script, allowing easy SDK relocation by adjusting a single variable.
This patch does not address gcc relocatability, if any.
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
external-toolchain-generic,
external-toolchain:
* The current external-toolchain recipes which are documented to accept
toolchains built by meta-toolchain actually do not accept such because
they expect ${prefix}/package-status to exist which is provieded by
the poky toolchains but not the current OE meta-toolchain package.
Fix this by also looking for ${prefix}/usr/lib/opkg/status, which is the
package-status file of the OE meta-toolchain package.
* Also change the error message which is shown when neither file is found
more explicit.
Cc: Denys Dmytriyenko <denis@denix.org>
Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net>
Acked-by: Denys Dmytriyenko <denis@denix.org>
external-toolchain-generic.bb | 4 ++--
external-toolchain.bb | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
|
|
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
|
|
|
|
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Signed-off-by: Chris Larson <chris_larson@mentor.com>
|
|
* replace shebang of ldd by /bin/sh, so ldd doesn't depend on bash
anymore. Tested with busybox sh.
* added to do_configure_prepend because do_patch is only a python function
* add libpthread_nonshared.a to eglibc-dev. Now it's possible to
compile multithreaded applications on the device.
Signed-off-by: Thomas Zimmermann <ml@vdm-design.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: kergoth <kergoth@.(none)>
|