aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
AgeCommit message (Collapse)Author
2011-04-29cmake: depends on libarchiveOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29libarchive: addOtavio Salvador
This library provides C library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29external-toolchain-csl: handle packaging of gdbserver based on ↵Denys Dmytriyenko
PREFERRED_PROVIDER Allow packaging independent copy of specific version of gdbserver with external-toolchain-csl by setting PREFERRED_PROVIDER. E.g. for GPLv2 gdbserver, add these lines to your distro/local.conf: PREFERRED_PROVIDER_gdbserver = "gdbserver" PREFERRED_VERSION_gdbserver = "6.6" Thanks to Ben Gardiner for providing valuable feedback. Signed-off-by: Denys Dmytriyenko <denys@ti.com> (cherry picked from commit a47c14c83cf97a2c90ee50ec7212ec33bdafb58b) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-29external-toolchain-csl: Drop do_stage, add gdbserverTom Rini
Based on work from Noor Ahsan, we merge the important part of do_stage into do_install and then set NATIVE_INSTALL_WORKS. We also add a function for getting the gdb version for packaging up gdbserver and ship that. Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit 207971b244ee6958dab1fb41d6f3cd94ac416b73) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-29external-toolchain-csl: allow linux-libc-headersBen Gardiner
If PREFERRED_PROVIDER_linux-libc-headers is defined as anything other than external-toolchain-csl then don't PROVIDE, install or stage the linux headers packaged with the CSL toolchain. (Updated by Tom Rini to not modify local.conf.sample yet and to use cp + rm -rf rather than rsync) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Tested-by: Andrea Galbusera <gizero@gmail.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> (cherry picked from commit 3116ad58e507c6e5dc7b7249f521c395db586b9f) Signed-off-by: Ben Gardiner <bengardiner@nanometrics.ca> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-29ti-pru-sw-example: fix building with new toolchain sysrootchase maupin
* Patch taken from Arago overlay where it was added by Denys Dmytriyenko * PR incremented by two to align recipe PR values between Arago and OE. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29matrix-gui: add support for dm386-evm machinechase maupin
* Add support for the dm368-evm machine type * Bump the PRs Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29dm368-evm: Add configuration for DM368 machinechase maupin
* Added the configuration for the dm368-evm machine type. * Updated the sort.sh script * Updated the Linux kernel and u-boot recipes to support this new device. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot.inc: allow variable make targetschase maupin
* Later versions of u-boot sometimes have top level make targets such as u-boot.imx, u-boot.kwb, and for upcoming TI devices u-boot.ti. * These targets define different calls to the mkimage tool to change the images created, such as changing the load address. * This change allows recipes to change the default make target of "all" to something like u-boot.ti or u-boot.imx by setting the UBOOT_MAKE_TARGET variable. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot git: update beagleboard u-boot to 2011.03-RCKoen Kooi
[Koen 20110317] Removed 0015-omap3_beagle-Switch-default-console-from-ttyS2-to-tt.patch since 2011.03-maintenance is still using the old 2.6.32 kernel for beagleboard Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29linux-omap-psp 2.6.32: bump PRKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29linux-omap-psp 2.6.32: add support for xM revision CKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29task-beagleboard*: add changes from latest round of feedbackKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29*beagleboard-validation: collection of tasks iand images to serve as basis ↵Koen Kooi
for beagleboard.org validation effort Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29task-omap-drivers: task for commonly needed drivers on omap chipsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29angstrom-version: catch up with release changes in parent commitsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Acked-by: Graeme Gregory <dp@xora.org.uk> Acked-by: Philip Balister <philip@balister.org>
2011-04-29xmms: bandaid some more host path leakageKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29x-load: fall back to xM when detecting beagleboard revisionsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-01linux-2.6.24: allow building kernel with newer GNU makeSteffen Sledz
GNU make >= 3.82 does not allow mixed implicit and normal rules Signed-off-by: Steffen Sledz <sledz@dresearch-fe.de> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-03-15net-snmp: disable libnl useSteffen Sledz
Fixes compile error | ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_destroy' | ./.libs/libnetsnmpmibs.so: undefined reference to `nl_handle_alloc' which occurred sometimes depending on build order (not in clean package only builds). Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-03-15linux-2.6.24: add support for AMIC flashes (e.g. A29L160AT)Steffen Sledz
Similar patch is on its way to the mainline kernel: http://thread.gmane.org/gmane.linux.kernel/1111144 Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2011-03-09net-snmp: Fix build error ./.libs/libnetsnmpmibs.so: undefined reference to ↵Khem Raj
`pthread_create' Do not override do_configure and pass endianness information in EXTRA_OECONF, also move common settings from EXTRA_OECONF in recipes to inc file. Let build go in parallel for svn recipe. It works ! Signed-off-by: Khem Raj <raj.khem@gmail.com>
2011-03-08gupnp_0.13.4/gupnp-av_0.5.9: disable introspectionSteffen Sledz
Introspection uses host tools within compile stage. Missing tools or tools of wrong version result in errors like | GEN GUPnP-1.0.gir | Couldn't find include 'Soup-2.4.gir' (search path: ...) or | GEN GUPnP-1.0.gir | /usr/share/gir-1.0/Soup-2.4.gir: Incompatible version 1.0 (supported: 1.2) Signed-off-by: Steffen Sledz <sledz@dresearch.de> Acked-by: Tom Rini <tom_rini@mentor.com> Acked-by: Koen Kooi <koen@dominion.thruhere.net>
2011-03-02libvpx: force arm mode to be able to link with ffmpeg where arm mode already ↵Martin Jansa
is forced * v2: updated INC_PR after 0478950960e5c600efc77c25559fc7eee311f686 Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02tsmd: install script to /usr/bin and not to /bin and bmp PRSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-02freesmartphone: bump SRCREV of several recipesSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-02elfe: bump SRCREVSimon Busch
Signed-off-by: Simon Busch <morphis@gravedo.de>
2011-03-02curl: fix native build when ldap-headers are installed on the hostHenning Heinold
* there were serval build error reported for curl-native, when ldap-dev stuff was installed on the build-host, so we explicit disable the build of ldap and ldaps protocls for native, nativesdk and sdk * put the BBCLASSEXTEND line into common.inc rather than into the versions packages it self * bump INC_PR
2011-03-02linux-2.6.31 config and patch files for pcm043Jan Kobler
These config and patch files are from the Phytec Linux BSP for phyCORE-i.MX35 PD10.1.1. They were taken from the archive ftp://ftp.phytec.de/pub/Products/phyCORE-iMX350/Linux/PD10.1.1/OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1.tar.gz The patch files are from the folder in this archive OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic The patch files have been shipped for linux-2.6.31.6 and are used here on linux-2.6.31.12. Because it seems to work, pcm043 is added to linux-2.6.31.bb. The sequence of the patches for pcm043 in linux-2.6.31.bb is derived from the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic/series The defconfig file is the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/kernelconfig These patch files from the folder OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic are NOT used: 0063-add-generic-platform-bus-based-sja1000-driver.patch 0076-mx3fb-pretty-printing-update.patch 0078-sja1000-driver-Fix-net-device-stats.patch patch-2.6.31.6-rt19.gz because they are not referenced by the file OSELAS.BSP-Phytec-phyCORE-i.MX35-PD10.1.1/configs/phyCORE-i.MX35-2010.08.0/patches/linux-2.6.31.6/generic/series Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02New machine pcm043 Phytec phyCORE-i.MX35Jan Kobler
The new machine pcm043 is the board Phytec phyCORE-i.MX35. The machine name pcm043 is chosen, because it is already used in the linux kernel for this board. BSP is derived from BSP of machine mx31ads. Linux kernel is based on Phytec Linux BSP for phyCORE-i.MX35 PD 10.1.1 Vendor page: http://www.phytec.com/products/rdk/ARM-XScale/phyCORE-ARM11-i.MX35.html Tutorial: http://en.gentoo-wiki.com/wiki/Phytec_phyCORE-iMX35/Openembedded Signed-off-by: Jan Kobler <eng1@koblersystems.de> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02netbase and opkg: reorder init scripts to make networking come up at first bootDenis Carikli
Without that fix, usb0 doesn't come up at first boot (tested on the bug machine, with Angstrom on a console-image). Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02freerdp: rdepends on xpropOtavio Salvador
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Acked-by: Phil Blundell <philb@gnu.org> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02qt-4.7.1: patch gstreamer phonon plugin to use host rgb endianessMarc Reilly
This patch was obtained from Nokia bug tracker. Without it, the R and B channels are wrong when playing on ARM system. Signed-off-by: Marc Reilly <marc@cpdesign.com.au> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02linux-ea3250-2.6.27.8: fix my stupid cut and paste in lpc32xx-spwm.patchHenning Heinold
2011-03-02avahi: Drop older versionsTom Rini
We drop a number of un-pinned older versions and clean up slightly the files directory. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-03-02linux-ea3250-2.6.27.8: refresh lpc32xx-spwm.patch, so it can apply cleanlyHenning Heinold
2011-03-02pulseaudio: add git versionKoen Kooi
armv4t/armv4t patches were not forward ported, so don't use this on those archs Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-02boost: fix rpath isusse with version 1.45 and add bzip do dependsHenning Heinold
* add a patch to rip out -Wl,R stuff from gcc jam defs * add bzip to depends as on the recipes before * remove the doubled icu depend * bump INC_PR und PR
2011-03-02libphone-ui: move config files back to libphone-ui repoMartin Jansa
* install right one in do_install_append if machine specific is available * this helps keeping OE config and libphone-ui sources consistent Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-02initscripts-shr: fix missing quoteMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-02SlugOS: opkg_svn.bb -- remove SlugOS-specific patch that no longer applies.Mike Westerhof
This patch has been pushed upstream. No PR bump required.
2011-03-02llvm.inc: Empty TOOLCHAIN_OPTIONS to fix the build.Stefan Schmidt
This fixes a problem introduced by ebd905685a339814c36bf658a8e58bf8f457f14e Signed-off-by: Stefan Schmidt <stefan@buglabs.net> Acked-by: Khem Raj <raj.khem@gmail.com>
2011-03-02opkg: move to r609Koen Kooi
This fixes a few segfaults Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-02libphone-ui: add libphone-ui-config to libphone-ui RDEPENDS instead of ↵Martin Jansa
task-shr-minimal-apps Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-03-02alsa-utils: add 1.0.24.2Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-02alsa-lib: add 1.0.24.1, gives us UCMKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-03-02linux-kexecboot.inc: fix CMDLINE_DEBUG tagAndrea Adami
* bump INC_PR Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-02linux-kexecboot: add initial 2.6.37 defconfig for ben-nanonoteAndrea Adami
* needs more test... Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-02kexecboot-cfg: add ben-nanonote cmdline.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
2011-03-02kexecboot: prefer uImage for ben-nanonote.Andrea Adami
Signed-off-by: Andrea Adami <andrea.adami@gmail.com>