Age | Commit message (Collapse) | Author | Files |
|
|
|
0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch enabled
which is getting to be needed for udev.
DEF_PREF = -1 for now as I havent tested this properly yet
|
|
* Fixes PR 5146
* Credit to bugs@vdm-design.de for reporting and posting
recipe
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* Move common parts to libcgicc.inc
* Add new recipe for 3.2.8 release
* Fixes bug 5314
* Thanks to Jim Sheldon for reporting and providing
a recipe for 3.2.7 release. Unfortunately that
recipe did not work well.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
|
|
|
|
|
|
|
|
into org.openembedded.dev
|
|
|
|
depending on vala-native
|
|
|
|
|
|
* Use INC_PR
* Move common stuff to powertop.inc
* Add -lint for uclibc bases systems
* Add a patch to tinker with order of CFLAGS
in commandline
* Eliminate the sed expression in favor of a
patch to substitute nsursesw with ncurses
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
* 1.41 still has the volatile bugs when compiled with non CSL stuff
|
|
|
|
|
|
* ppc405 has also got tested using 4.4.1 so bump this too.
* ARMv7 is also switched to use 4.4.1.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
Acked-by: Phil Blundell <philb@gnu.org>
|
|
|
|
* 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>
|
|
This file was only used during the developemnet of the OM2007.x releases which
are dead by now. If you have this file in your local.conf it can be safely
removed.
|
|
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.
|
|
* Use TARGET_ARCH to find endianness instead of
SITEINFO_ENDIANNESS which is not yet evaluated.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* For uclibc based ARM EABI systems switch to using linux-uclibceabi
as TARGET_OS
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Koen Kooi <koen@openembedded.org>
|
|
* Bump the ABI_LAYOUT. Build from scratch will be needed.
* Replace using TARGET_OS from linux->linux-gnu.
* Replace using linux-uclibcgnueabi->linux-uclibceabi.
* Add 'eabi' to DISTRO_FEATURES (only for minimal and micro).
* Use eabi and BASE_PACKAGE_ARCH to compute real TARGET_OS.
* Fix the micro conf to get console image building.
* Fix the linux-uclibcgnueabi overrides in all recipes.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Phill Blundell <pb@reciva.com>
Acked-by: Michael 'Mickey' Lauer <mickey@vanille-media.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* also sync patch between pm and regular kernels
|
|
micro.conf was overwriting the variable, and then
micro was missing from OVERRIDES
|