Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
|
|
* add 480x272 bootlogo for da850-omapl138-evm
* add 640x480 bootlogo for hawkboard
* enable more usb drivers and stats for hawkboard
|
|
* 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>
|
|
* As minimal-uclibc includes minimal conf the
distro features get inherited. mplt is not
supported on uclibc yet. So we should disable
it for uclibc/mips based distros.
* Add a note about overriding DISTRO_FEATURES.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
|
|
* 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>
|
|
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>
|
|
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>
|
|
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
|
|
* 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>
|
|
When Java things are build for more then one architecture strange things
happen:
- first architecture builds fine
- next architectures fails to build
Thats due to lack of JAR files as they were built as PACKAGE_ARCH="all"
but staged as PACKAGE_ARCH="TARGET_ARCH" so BitBake do not build them
again but Java classes are unable to find them.
Solution is to stage JAR files to non-ARCH directory. I used
staging/java for it and build tested with stable/2009 and
org.openembedded.dev branches.
Signed-off-by: Marcin Juszkiewicz <marcin@buglabs.net>
|
|
|
|
|
|
|
|
SRC_URI for om-gta02 (glamo patches)
|
|
enabled.
|
|
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
|
|
* this should really move to BBCLASSEXTEND
|