Age | Commit message (Collapse) | Author | Files |
|
* inhetriting opie caused other problems like
circular dependencies in do_stage task etc.
therefore dont inherit opie just to get a
variable instead define the variable here.
* Add a note about the above in the cvs recipe
so in future updates happens correctly.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Update defconfig for qemumips so that inet support is enabled
and networking devices like eth0 are seen.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Newer gcc (4.4+) has implemented -mplt option to
enable PLT and copy relocation extentions of MIPS ABI
which makes shared code run a lot faster. This feature
is however controlled by DISTRO_FEATURES which should
add 'mplt' to DISTRO_FEATURES to enable it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
* This file is an essential one even for shared linking so
once one installs libc6-dev package he expects the linking
to work which will not happen without this file as some
start up files refer to functions in this library therefore
package this file in eglibc-dev
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
PR.
|
|
* it reports SECTION='devel' which fail in openmoko2.bbclass
* Just removing the inherit which has no future fixes building this icon theme.
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
It is for experimenting with OpenBSC in a more classic
GSM environment.
|
|
|
|
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* 'h' contraint for mips inline asm has been dropped
starting gcc 4.4 so we need to replace its usage
with equivalent code.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
*each screen has now its respective tslib input device
*added usb keyboard support
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
4fe22eed50ce7c45da30b0efc6106b90281ff5f5 changed the CFLAGS bits to match the
makefiles, but bitbake.conf is what controls optimizations--recipes shouldn't
be forcing -O2, and -fpie can cause problems on some archs, and should be a
distro policy decision regardless.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
* Patch to export sa_family_t to userspace.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Switch to INC_PR.
* inherit autotools
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
|
|
If we patch autotools files in the native recipes and build them, the make
results in the make rules trying to rerun autoconf, automake, aclocal, etc,
and those don't yet exist when coreutils-native is built. So we split out the
common target (not native) specific bits so that native recipes aren't
including the target recipes, so we can avoid applying those patches for
native. This also avoids some duplication of target bits between the
versions.
Signed-off-by: Chris Larson <clarson@mvista.com>
|
|
|
|
SRC_URI for om-gta02 (glamo patches)
|
|
enabled.
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* this should really move to BBCLASSEXTEND
|
|
|
|
|
|
/etc/networkmanager as nm-connection-editor will happily segfault without it.
* This happens regardless of the VPN setting in the build.
|
|
|
|
|
|
|
|
|
|
- klcc is now fixed with reference to -isystem
- bump PR
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* mpc-native is needed for cross gcc recipes.
* mpc will be needed for gcc recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* mpc will be pre-requisite for gcc 4.5
currently gcc svn recipes need it.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* without this change there is dependency loop
* do_deploy is now after do_package in kernel.bbclass
* addtask after do_deploy before do_package is creating dependency loop
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
|