summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-09-13libsoup-2.4: update to 2.27.91Koen Kooi2
2009-09-12uclibc-initial: Create ${UCLIBC_STAGE_PREFIX}/libKhem Raj6
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-12gcc-configure-common.inc: Fiddle with NATIVE_SYSTEM_HEADER_DIR only form ↵Khem Raj1
cross gcc build * target gcc does not like the NATIVE_SYSTEM_HEADER_DIR being tweaked. for now conditionalize it so it gets included only for cross builds it could be that target gcc for micro wont work because it needs headers in /usr/include and the actual headers are in /include Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-12fso-alsa-data: create dummy file so that git doesn't remove the directoryMichael 'Mickey' Lauer1
2009-09-12device_table-ezx: Add static video device node.Antonio Ospite1
Useful if we compile the video driver statically in the kernel Signed-off-by: Antonio Ospite <ospite@studenti.unina.it>
2009-09-12device_table-ezx: Add static ttyIPC device nodeAntonio Ospite1
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 Ospite1
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 Ospite1
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' Lauer3
depending on vala-native
2009-09-12clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible ↵Koen Kooi1
machines
2009-09-12glibc-package bbclass: add hack to avoid "kernel too old" error when ↵Koen Kooi1
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 Kooi1
2009-09-12gtk+: add 2.16.6Koen Kooi6
2009-09-12cairo git: update SRCREVKoen Kooi1
2009-09-12ebtables: fix GNU_HASH errorSteve Sakoman1
2009-09-11powertop: Make it compile on uclibc.Khem Raj6
* 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 Raj6
* 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 Raj1
* 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 Blundell1
2009-09-11binutils_cvs.bb: Do not use autotools_do_installKhem Raj1
* 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 Raj2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-11x-load: add omap3517-evm supportKoen Kooi13
* 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 Kooi3
2009-09-11angstrom feed sorter: add shiva supportKoen Kooi1
2009-09-11u-boot git: add support for omap3517-evmKoen Kooi18
2009-09-11linux-omap-psp 2.6.29: add shiva supportKoen Kooi3
2009-09-11omap3517-evm: add machine fileKoen Kooi1
2009-09-11linux-omap: add 2.6.31Koen Kooi4
2009-09-11task-native-sdk: fix upgrade paths after task renamingKoen Kooi1
2009-09-10gcc-configure-cross.inc: Export more binutilsKhem Raj1
* 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 Raj1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-09-10sane-toolchain.inc: Default to gcc 4.4.1Khem Raj1
* 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 Raj2
* 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 Raj2
* 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 Raj1
* 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 Raj2
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 Heinold4
* stole some input form the disko-oe-git, but rework some stuff
2009-09-11eject: inherit gettext to honour USE_NLSHenning Heinold1
2009-09-10uclibc-initial: Move the compile stuff to do_compileKhem Raj6
* 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 Heinold3
2009-09-10cherokee: Add new version 0.99.24Khem Raj7
* 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 Kooi1
2009-09-10quake2: fix QA errorsKoen Kooi1
2009-09-10glibc: Build glibc 2.9 with glibc-ports 2.9Graham Gower3
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é1
2009-09-09i2c-tools: build & install eepromer toolsSteve Sakoman2
2009-09-09xserver-common: recommend xtscal (works without it but needs for calibration)Marcin Juszkiewicz1
2009-09-09pointercal: added at91sam9263ekMarcin Juszkiewicz2
2009-09-09MAINTAINERS: update my entryCliff Brake1
2009-09-09clearsilver: fix various build issuesCliff Brake2
- fix hardcoded Python 2.4 path in patch - fix missing env variables by inheriting distutils-common-base