aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2009-09-12device_table-ezx: Add static ttyIPC device nodeAntonio Ospite
This device node is used by ts0710_mux_usb driver to expose the muxed communication with the BP and configure the line discipiline Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2009-09-12device_table-ezx: Static mux nodes from mux1 to mux8.Antonio Ospite
Userspace is not supposed to open mux0 anymore; now that kernel mapping has been removed, each muxX corresponds to dlci X (with X in [1,16]). Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2009-09-12device_table-ezx: Add headerAntonio Ospite
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2009-09-12libgee: move to git version while it's so much under development and ↵Michael 'Mickey' Lauer
depending on vala-native
2009-09-12clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible ↵Koen Kooi
machines
2009-09-12glibc-package bbclass: add hack to avoid "kernel too old" error when ↵Koen Kooi
generating locales in angstrom The proper fix would be to patch linux-libc-headers with 0001-implement-TIF_RESTORE_SIGMASK-support-and-enable-the.patch and all arm kernels as well. Since that's quite an undertaking angstrom needs to short term hack like this commit to keep things building while the proper fix is being worked on.
2009-09-12angstrom: prefer gtk+ 2.16.6Koen Kooi
2009-09-12gtk+: add 2.16.6Koen Kooi
2009-09-12cairo git: update SRCREVKoen Kooi
2009-09-12ebtables: fix GNU_HASH errorSteve Sakoman
2009-09-11powertop: Make it compile on uclibc.Khem Raj
* 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>
2009-09-11screen-4.0.3: Fix compilation and make default.Khem Raj
* Fix compilation issues. * Remove DEFAULT_PREFERENCE = "-1" * Tested on Thumb/uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11gcc-configure-common.inc: Muck with NATIVE_SYSTEM_HEADER_DIRKhem Raj
* GCC's notion of standard includes being in /usr/include is not valid for micro distro which uses flattened layout Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
2009-09-11micro: select binutils 2.19.51Phil Blundell
2009-09-11binutils_cvs.bb: Do not use autotools_do_installKhem Raj
* CVS checkout include full src tree so we can not do make install because then it will try to install every component in src. We have to install ld gas and binutils only. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11lsof, tcp-wrappers: Fix compilation on linux-uclibceabiKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11x-load: add omap3517-evm supportKoen Kooi
* 1.41 still has the volatile bugs when compiled with non CSL stuff
2009-09-11linux-omap-psp 2.6.29: add WIP patch for EHCI supportKoen Kooi
2009-09-11angstrom feed sorter: add shiva supportKoen Kooi
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi
2009-09-11linux-omap-psp 2.6.29: add shiva supportKoen Kooi
2009-09-11omap3517-evm: add machine fileKoen Kooi
2009-09-11linux-omap: add 2.6.31Koen Kooi
2009-09-11task-native-sdk: fix upgrade paths after task renamingKoen Kooi
2009-09-10gcc-configure-cross.inc: Export more binutilsKhem Raj
* Export AS_FOR_TARGET OBJDUMP_FOR_TARGET OBJCOPY_FOR_TARGET STRIP_FOR_TARGET Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image"Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj
* 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>
2009-09-10gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIRKhem Raj
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10binutils-cross: Do not install libibery.a in wrong placeKhem Raj
* 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>
2009-09-10console-image.bb: Require console-base-imageKhem Raj
* Get rid of code duplication. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10images: Rename native-sdk-console-image.bb as native-sdk-image.bbKhem Raj
tasks: Rename task-native-sdk.bb as task-sdk-native.bb Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11disko: update to newer git revHenning Heinold
* stole some input form the disko-oe-git, but rework some stuff
2009-09-11eject: inherit gettext to honour USE_NLSHenning Heinold
2009-09-10uclibc-initial: Move the compile stuff to do_compileKhem Raj
* 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>
2009-09-11directfb: update to version 1.4.2Henning Heinold
2009-09-10cherokee: Add new version 0.99.24Khem Raj
* 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>
2009-09-10freeimage: fix QA errorsKoen Kooi
2009-09-10quake2: fix QA errorsKoen Kooi
2009-09-10glibc: Build glibc 2.9 with glibc-ports 2.9Graham Gower
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>
2009-09-09linux-2.6.29: add devicetree for boc02Jeremy Lainé
2009-09-09i2c-tools: build & install eepromer toolsSteve Sakoman
2009-09-09xserver-common: recommend xtscal (works without it but needs for calibration)Marcin Juszkiewicz
2009-09-09pointercal: added at91sam9263ekMarcin Juszkiewicz
2009-09-09MAINTAINERS: update my entryCliff Brake
2009-09-09clearsilver: fix various build issuesCliff Brake
- fix hardcoded Python 2.4 path in patch - fix missing env variables by inheriting distutils-common-base
2009-09-09Add liblinebreak-1.2Graham Gower
Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-09-09enca_1.9.bb: remove unused configure test which is bound to fail.Graham Gower
Enca's configure will fail on everything not arm or ix86. Signed-off-by: Graham Gower <graham.gower@gmail.com>
2009-09-09linux-omap: added support for BeagleBUG extension boardMarcin Juszkiewicz
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.
2009-09-08tune-xscale.inc: Use TARGET_ARCH to find endiannessKhem Raj
* Use TARGET_ARCH to find endianness instead of SITEINFO_ENDIANNESS which is not yet evaluated. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-08tar_1.22.bb: Add recipe for 1.22 release.Khem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com>