Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
|
|
* Export AS_FOR_TARGET OBJDUMP_FOR_TARGET
OBJCOPY_FOR_TARGET STRIP_FOR_TARGET
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This does not work on canadian cross build of target gcc.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* This interferes with canadian cross build of binutils
because it finds cross libiberty.a where as it needs the
target one.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Get rid of code duplication.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
tasks: Rename task-native-sdk.bb as task-sdk-native.bb
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* stole some input form the disko-oe-git, but rework some stuff
|
|
|
|
* Currently all work is done in do_stage. On Henning's
suggestion I refactored it.
* For 0.9.30 onwards installing pregen and install_dev
built almost whole uclibc. We only needed libc headers
so replaced with install_headers
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* Use INC_PR
* Add new recipe for 0.99.24
* Add --with-mysql configure option to point
to staging area. Otherwise with build machines
having local installation of mysql-dev, cherokee
configures itself to use the headers from /usr/include/mysql
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Cliff Brake <cbrake@bec-systems.com>
|
|
|
|
|
|
This combination of glibc-2.9 with glibc-ports-2.7 fails to build on mipsel.
The reason we have been using glibc-ports 2.7 was that glibc-ports 2.9 was
not tagged or we didn't see it for various reasons.
Build glibc 2.9 with glibc-port 2.9 and drop the three ARM patches as
they have been applied to the upstream glibc-ports tree:
http://sourceware.org/git/?p=glibc-ports.git;a=commitdiff;h=7272ed4e474a398b8ce1e7374cdaa8592b840e2a
http://sourceware.org/git/?p=glibc-ports.git;a=commitdiff;h=e6e41f0f4963bfb0c0e32f8263ae028b288b5453
Patchwork: http://patchwork.openembedded.org/patch/933/
Signed-off-By: Graham Gower <graham.gower@gmail.com>
Signed-off-By: Holger Hans Peter <zecke@selfish.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
- fix hardcoded Python 2.4 path in patch
- fix missing env variables by inheriting
distutils-common-base
|
|
Signed-off-by: Graham Gower <graham.gower@gmail.com>
|
|
Enca's configure will fail on everything not arm or ix86.
Signed-off-by: Graham Gower <graham.gower@gmail.com>
|
|
This is initial version of BeagleBUG extension board support. So far
boards are not available for people outside of BugLabs and Texas
Instruments companies.
Patch adds support for few modules but not all of them will build for
OMAP3 - some are still BUG only.
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Remove RDEPENDS and DEPENDS duplication.
* path_prog_fixes.patch is not needed for 2.61
* Use INC_PR
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* There is a problem with threads enabled and hiding
__fgetc_unlocked and __fputc_unlocked which gets pulled
in with the macros. This patch disables the macros
and it will use the functions to perform these functions
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-August/013505.html
* http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-September/013620.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* the recipe puts them both in deploy and in ${datadir}/u-boot-scripts
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Forward port cache amnesia patch
* Forward port gcc-flags-for-build patch
* do_configure needs to be overridden for 4.4.1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Right now default perl installation happens in /usr prefix
This patch tries to depend upong layout_prefix to decide on
where to install. This is required for distros like micro
who flatten the install tree and do not use /usr prefix
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* On DISTROs like micro where bindir and base_bindir are
same, procps does not compile because it wants to install
binaries in both places. We have to pass the variable to
make file since it does not use autotools.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|