aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-04-29vim: Switch to patchdir rather than applying in do_configurehipoxTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29samba: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29xqt2: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29qscintilla: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29poboxserver: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29opie-sh: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29In a large number of patches, remove unneeded '..' in paths.Tom Rini
In most cases we had both ../foopkg/foopkg as the first path and this simply became foopkg (the second path was already correct for the default strip level which is why the patch applies normally). In a few cases the second path was '.' which is valid but not as clear as 'b' (which is what git shows for example) so update that while we're at it. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29xqt2: Rework the patches for xqt2 (vs the core part).Tom Rini
The way this package builds, xqt2 isn't the main place for ${S}. So we add in another task to apply the patches in that directory (as there's 4 of them). Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29poboxserver: Rework unicode.patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29qscintilla 1.65-gpl-1.6: Rework no-external-lexers.patchTom Rini
Also drop do_stage and update do_install while in here. Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29opie-sh 1.2.4: Rework opie-sh-fsmounter-name.patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29ftpd-topfield: Rework usb-header-name-2-6-23.patchTom Rini
While in here, clean up the recipe a bit. It's not autotools based and if we move the library in with an unpack2 the patch can be applied with striplevel=0. There are other problems with this recipe at present (CFLAGS/LDFLAGS in our env override the Makefile). Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29wpa-supplicant: Build from git sourcesEyal Reizer
* Builds a new version 0.8.x which is not released yet as a zip file. This version has new features like WIFI-direct used in new mac80211 versions * Add PV * Update defconfig Signed-off-by: Eyal Reizer <eyalr@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29hostap-daemon: build from git sourcesEyal Reizer
* Builds a new version 0.8.x which is not released yet as a zip file. This version has new features like WIFI-direct used in new mac80211 versions * As the recipe is very similar to the 0.7.3 version, I have created a common include file shared between the 0.7.3 version and the git version * Updated the 0.7.3 recipe to use this include file and bumped the PR * Add PV * Update defconfig Signed-off-by: Eyal Reizer <eyalr@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29ti-wifi-utils: update to a newer git commitEyal Reizer
* Change to a newer calibrator version supporting new wl12xx chips. * Add a PR number Signed-off-by: Eyal Reizer <eyalr@ti.com> Acked-by: Koen Kooi <k-kooi@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29db: Switch to patchdir rather than applying in do_configureTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29db: Rework arm-thumb-mutex_db5.patchTom Rini
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29libgles-omap3: abstract ES handling and share it across all targetsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ffmpeg: switch to libavKoen Kooi
cherry-picked Koen's mainline libav patch to fix invalid git.ffmpeg.org repo Signed-off-by: Koen Kooi <koen@openembedded.org> Signed-off-by: Matt Porter <mporter@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-29libgles-omap3: fix 81xx initscript ES detectionKoen Kooi
Even is the 125 core is marked ES5 im OMAP3 the 81xx SoCs use a different memorymap and init, so we tag it as ES6 Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29networkmanager-openvpn: added version 0.8.3.995Neil MacMunn
* Makes networkmanager-openvpn compatible with networkmanager version 0.8.3.999 * This recipe adapted from version 0.8.1 Signed-off-by: Neil MacMunn <neil@gumstix.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29Revert "libgles-omap3: Remove SGX Fixup for TI816x."Tom Rini
Please see http://permalink.gmane.org/gmane.comp.handhelds.openembedded/44660 This reverts commit 93645d2c00fe05e66f185ffd29ce3e2362f3a153. Signed-off-by: Tom Rini <tom_rini@mentor.com>
2011-04-29libgles-omap3: Remove SGX Fixup for TI816x.Siddharth Heroor
* Unlike OMAP3, the SGX core has not undergone revisions in TI816x. The libraries for TI816x are also fixed and do not need fixup based on revision of the SGX core. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29libgles-omap3: Correct libraries for TI816x.Siddharth Heroor
* Explicitly set ES6LOCATION. * Split OMAP3 and TI816x BINLOCATION. TI816x uses ES6.x libraries. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29omap3-sgx-modules: Update TI816x Module Location and Platform variables.Siddharth Heroor
* With Graphics SDK 4.03.00.02, TI816x module location and platform has been made more generic - ti81xx. This is to support TI814x which uses exactly the same SGX core as TI816x. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29ti-ipc: Add version 1.22.05.27Siddharth Heroor
Signed-off-by: Siddharth Heroor <heroor@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29matrix-gui: Bump up SRCREVJeff Lance
* Bump up SRCREV * add am389x platform support * am1808 add correct instructions for running profibus demo Signed-off-by: Jeff Lance <j-lance1@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29ncurses 5.7: put patch in OEKoen Kooi
The patch disappeared and apache on the sourcemirrors doesn't allow downloading of '.sh' files. This is *exactly* why we keep patches in OE instead downloading them from unreliable websites Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29lmbench: rename 'line' binary as 'lm_line'Carlos Hernandez
Both lmbench and util-linux-ng packages provide own /usr/bin/line binaries. Even though the binaries name is the same, their functionality is different. This patch renames lmbench's line binary as lm_line to avoid conflicts with util-linux-ng. script/config-run is also modified (patch) to call lm_line instead of line. Signed-off-By: Carlos Hernandez <c-hernandez8@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29am45x-evm: Add am45x-evm machine configurationchase maupin
* Added a new machine configuration for the am45x-evm device. * This machine currently mimics the omap4430-panda configuration during the prototyping phase but is expected to change as the hardware and software evolves. * The am45x-evm machine type is used to allow differentiating software components to be build and packaged (i.e. task lists) as well as to account for differences with the omap4430-panda device in the future. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29alsa-state: Add support for am45x-evm machine typeChase Maupin
* Added asound.conf file for am45x-evm machine type based on the omap4430-panda asound.conf file. Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29sort: Add support for am45x-evm machine typechase maupin
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot: Add support for am45x-evm machinechase maupin
* Added support for the am45x-evm machine type Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29linux-omap4: Add support for am45x-evm machinechase maupin
* Add the am45x-evm machine type to the COMPATIBLE_MACHINEs for this kernel version. * Add the defconfig file for am45x-evm machine type Signed-off-by: Chase Maupin <Chase.Maupin@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29u-boot: Add PSP version for ti816x devices.Siddharth Heroor
* Add TI PSP u-boot version for dm816x/c6a816x/am389x devices. * Based on PSP release 4.00.00.10. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29linux-omap3: Add PSP recipe for ti816x devices.Siddharth Heroor
* Add TI PSP kernel recipe for dm816x/c6a816x/am389x devices. * Add the defconfig for ti816x devices. * Based on PSP release 4.00.00.10. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ti-sysbios: Add version 6.31.04.27.Siddharth Heroor
Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ti-sysbios: Update Installer unpack commands.Siddharth Heroor
* New versions of TI Sys/Bios use a different installer unpack command. * Bump PR. Signed-off-by: Siddharth Heroor <heroor@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ti-sysbios: Copy installer unpack to recipe versions.Siddharth Heroor
* Newer versions of Sys/Bios have a different unpack sequence. This patch is in preparation for a new versions that use the new unpack sequence. Signed-off-by: Siddharth Heroor <heroor@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ti-sysbios: Add missing License field.Siddharth Heroor
* Sys/Bios is released under a BSD license. Signed-off-by: Siddharth Heroor <heroor@ti.com> Acked-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29base-files: write Angstrom as Ångström in the issue file.Michael Jones
spice up the ASCII art a bit Signed-off-by: Michael Jones <michael.jones@matrix-vision.de> Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29pixman: add 0.21.6 + fixesKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org> Acked-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-04-29angstrom 2011.03: remove networkmanager pinningsKoen Kooi
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-04-29angstrom: remove networkmanager pinningsKoen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29network-manager-applet git: move to 0.8.3.999Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29networkmanager git: bump to 0.8.3.999Koen Kooi
Signed-off-by: Koen Kooi <koen@openembedded.org>
2011-04-29ti-cgt6x: Add release 7.2.2Siddharth Heroor
Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29TI EDMA3LLD Sysbios: Add version 02.11.01.02Siddharth Heroor
Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29TI EDMA3LLD Sysbios: Update recipe for SRC_URISiddharth Heroor
* Add SRC_URI for tar.gz releases. * Bump PR. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
2011-04-29TI EDMA3LLD Sysbios: Move installer unpack to recipe versionSiddharth Heroor
* The EDMA3LLD for Sysbios, does not ship as an installer but as a tarball. The older release 02.10.03.04 used an installer and this patch is in preparation of upcoming patches for new releases of EDMA3LLD. Signed-off-by: Siddharth Heroor <heroor@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>