Age | Commit message (Collapse) | Author | Files | |
---|---|---|---|---|
2009-09-14 | openrd-base: Support for Marvell Kirkwood ARM based OpenRD-Base board. | Leon Woestenberg | 5 | |
Signed-off-by: Leon Woestenberg <leon@sidebranch.com> | ||||
2009-09-14 | binutils_2.19.51: remove already-applied patches, add source checksum | Phil Blundell | 2 | |
2009-09-14 | rt-tests: add git recipe | Cliff Brake | 1 | |
2009-09-14 | linux-neuros git: updates | Koen Kooi | 2 | |
2009-09-14 | julius: add demo files from the TI speechrecognizer demo | Koen Kooi | 2 | |
2009-09-14 | calibrator: add new recipes for cache calibrator | Cliff Brake | 1 | |
Used to load system during RT testing | ||||
2009-09-14 | midori: add 0.10 | Koen Kooi | 2 | |
2009-09-14 | powertop: fix compilation with the extra states patch | Koen Kooi | 1 | |
2009-09-13 | Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded ↵ | Stefan Schmidt | 116 | |
into org.openembedded.dev | ||||
2009-09-13 | emotion_svn: Remove not needed sed hack for edje_cc. | Stefan Schmidt | 1 | |
2009-09-13 | nfs-utils_1.1.2.bb: Fix compilation on uclibc | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-13 | sysstat_8.1.6.bb: Fix compilation on uclibc | Khem Raj | 1 | |
* Add dependency on virtual/libintl Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-13 | Merge branch 'org.openembedded.dev' of ↵ | Koen Kooi | 9 | |
ssh://dominion.thruhere.net/var/cache/git/openembedded into org.openembedded.dev | ||||
2009-09-13 | gstreamer-ti: bump SRCREV and apply patch from tracker 462 | Brijesh Singh | 5 | |
2009-09-13 | dvsdk: update README to use ce 2.24.01 | Brijesh Singh | 1 | |
2009-09-13 | lpm, sdma, cmem recipes: rename to match PV | Brijesh Singh | 3 | |
2009-09-13 | libsoup-2.4: update to 2.27.91 | Koen Kooi | 2 | |
2009-09-12 | uclibc-initial: Create ${UCLIBC_STAGE_PREFIX}/lib | Khem Raj | 6 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-12 | gcc-configure-common.inc: Fiddle with NATIVE_SYSTEM_HEADER_DIR only form ↵ | Khem Raj | 1 | |
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-12 | fso-alsa-data: create dummy file so that git doesn't remove the directory | Michael 'Mickey' Lauer | 1 | |
2009-09-12 | device_table-ezx: Add static video device node. | Antonio Ospite | 1 | |
Useful if we compile the video driver statically in the kernel Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> | ||||
2009-09-12 | device_table-ezx: Add static ttyIPC device node | Antonio Ospite | 1 | |
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-12 | device_table-ezx: Static mux nodes from mux1 to mux8. | Antonio Ospite | 1 | |
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-12 | device_table-ezx: Add header | Antonio Ospite | 1 | |
Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> | ||||
2009-09-12 | libgee: move to git version while it's so much under development and ↵ | Michael 'Mickey' Lauer | 3 | |
depending on vala-native | ||||
2009-09-12 | clutter.inc: rework armv7a machines a bit and add omap3517-evm to compatible ↵ | Koen Kooi | 1 | |
machines | ||||
2009-09-12 | glibc-package bbclass: add hack to avoid "kernel too old" error when ↵ | Koen Kooi | 1 | |
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-12 | angstrom: prefer gtk+ 2.16.6 | Koen Kooi | 1 | |
2009-09-12 | gtk+: add 2.16.6 | Koen Kooi | 6 | |
2009-09-12 | cairo git: update SRCREV | Koen Kooi | 1 | |
2009-09-12 | ebtables: fix GNU_HASH error | Steve Sakoman | 1 | |
2009-09-11 | powertop: Make it compile on uclibc. | Khem Raj | 6 | |
* 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-11 | screen-4.0.3: Fix compilation and make default. | Khem Raj | 6 | |
* Fix compilation issues. * Remove DEFAULT_PREFERENCE = "-1" * Tested on Thumb/uclibc Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-11 | gcc-configure-common.inc: Muck with NATIVE_SYSTEM_HEADER_DIR | Khem Raj | 1 | |
* 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-11 | micro: select binutils 2.19.51 | Phil Blundell | 1 | |
2009-09-11 | binutils_cvs.bb: Do not use autotools_do_install | Khem Raj | 1 | |
* 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-11 | lsof, tcp-wrappers: Fix compilation on linux-uclibceabi | Khem Raj | 2 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-11 | x-load: add omap3517-evm support | Koen Kooi | 13 | |
* 1.41 still has the volatile bugs when compiled with non CSL stuff | ||||
2009-09-11 | linux-omap-psp 2.6.29: add WIP patch for EHCI support | Koen Kooi | 3 | |
2009-09-11 | angstrom feed sorter: add shiva support | Koen Kooi | 1 | |
2009-09-11 | u-boot git: add support for omap3517-evm | Koen Kooi | 18 | |
2009-09-11 | linux-omap-psp 2.6.29: add shiva support | Koen Kooi | 3 | |
2009-09-11 | omap3517-evm: add machine file | Koen Kooi | 1 | |
2009-09-11 | linux-omap: add 2.6.31 | Koen Kooi | 4 | |
2009-09-11 | task-native-sdk: fix upgrade paths after task renaming | Koen Kooi | 1 | |
2009-09-10 | gcc-configure-cross.inc: Export more binutils | Khem Raj | 1 | |
* Export AS_FOR_TARGET OBJDUMP_FOR_TARGET OBJCOPY_FOR_TARGET STRIP_FOR_TARGET Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-10 | native-sdk-image.bb: Use IMAGE_BASENAME = "native-sdk-image" | Khem Raj | 1 | |
Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-10 | sane-toolchain.inc: Default to gcc 4.4.1 | Khem Raj | 1 | |
* 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-10 | gcc-configure-common: Dont fiddle with NATIVE_SYSTEM_HEADER_DIR | Khem Raj | 2 | |
* This does not work on canadian cross build of target gcc. Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||||
2009-09-10 | binutils-cross: Do not install libibery.a in wrong place | Khem Raj | 2 | |
* 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> |