summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* linux-am335x-3.2.0-psp04.06.00.08: Add PSP v04.06.00.08 of the Linux kernelFranklin S. Cooper Jr2012-10-1723-0/+16322
| | | | | | | | | | * Add the PSP release version of the Linux kernel for the am335x-evm * Include a variable called KERNEL_PATCHES which can be used to add patches on top of the PSP release of the Linux kernel. Currently used to apply various patches that add functionality or fixes bugs. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: Fix ti-eula-unpack issue. Tweak sgx modules and libgles recipes.Franklin S. Cooper Jr2012-10-105-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | * Commit d8fc4a686262c50fd0053afa7240020909ec430b addressed an issue where too many newlines characters were being sent since print by default already sends a newline character. This commit however resulted in bin files being installed in the WORKDIR and broke other recipes which commit a94f765b9867abefd5f0bd262b5dddb8782b3187 addressed. This lead to a very cluttered WORKDIR. * This patch updates ti-eula-unpack.inc to switch from using a print to a write. Since write doesn't automatically send newlines it is a bit more obvious when newlines are sent. * Part of the reason that bin files were being installed in the WORKDIR was due to TI_BIN_UNPK_WDEXT being blank for some recipes. For instance in the libgles-omap3 recipes, when the workdir command is set in TI_BIN_UNPK_CMDS the directory that the Graphics SDK will be installed into is workdir+TI_BIN_UNPK_WDEXT. A blank TI_BIN_UNPK_WDEXT means the SDK will be installed in WORKDIR. By setting TI_BIN_UNPK_WDEXT to a proper value the recipes can be sure it is installed in the proper directory. * Determine which file to download based on the defined BINFILE and not a hardcoded value. This idea was taken from arago. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Acked-by: Chase Maupin <chase.maupin@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2011.09-psp04.06.00.08: Add PSP v04.06.00.08 of u-bootFranklin S. Cooper Jr2012-10-101-0/+29
| | | | | | | * Add the PSP release version 04.06.00.08 of u-boot. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3.inc: Tweak PLATFORM variable.Franklin S. Cooper Jr2012-09-261-20/+21
| | | | | | | | | * Newer versions of libgles-omap3 utilize a different PLATFORM value. This patch allows the PLATFORM variable to be easily overridden if needed. * Replace the hardcoded usage of LinuxOMAP3 with the PLATFORM variable. Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-hw-bringup-image: remove duplicate timestamp-service, as it's in ↵Denys Dmytriyenko2012-09-181-1/+0
| | | | | | | | | systemd-image Since systemd-image from meta-angstrom already includes timestamp-service, remove the duplicate from ti-hw-bringup-image recipe, which uses the former as a base. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* layer.conf: lower layer priority from 10 to 6Denys Dmytriyenko2012-09-181-1/+1
| | | | | | | Lowering layer priority from 10 to 6 aligns meta-ti with other BSP layers and also allows distributions to override our recipes. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* libgles-omap3: fix for latest oe-core mesa changesAndreas Müller2012-09-181-2/+6
| | | | | | | | * add virtual/libgles1 virtual/libgles2 to PROVIDES * add RREPLACES_{PN}* for mesa's libegl* libgles1* libgles2* Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* mesa: add appends to avoid providing conflictsAndreas Müller2012-09-183-0/+9
| | | | | | | | | | For libgles-omap3 compatible machines mesa should only provide libgl. Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Rebased to squash removal of mesa-xlib. Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: FTDI eeprom test, v2Koen Kooi2012-09-141-2/+2
| | | | | | | Check descriptor instead of VID/PID Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone tester: bump SRCREV for FTDI testKoen Kooi2012-09-141-2/+2
| | | | | | | An extra test for the FTDI eeprom was added to catch programming errors that would break CCS. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: ship testaudio, fix dependsKoen Kooi2012-09-141-3/+7
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update beaglebone defconfigKoen Kooi2012-09-142-65/+65
| | | | | | | | * Add more RTC modules * Disable cgroup controllers with a lot of overhead Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline: update to 3.2.28Koen Kooi2012-09-142-5/+5
| | | | Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.28 and add motorcape supportKoen Kooi2012-09-14121-12/+9365
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti335x-psp 3.2: mux orientation detect for camera sensor to gpio ↵Koen Kooi2012-09-142-1/+37
| | | | | | | instead of gpmc Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.25Koen Kooi2012-09-14184-3/+16831
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: LCD7 A3 support, eMMC cape support, camera cape ↵Koen Kooi2012-09-145-1/+610
| | | | | | | improvements Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* recipes: Use 'packagegroup' instead of 'task'Khem Raj2012-09-146-6/+6
| | | | | | | | | | bring recipes in sync with OE-Core, task bbclass is now replaced by packagegroup. and task recipes are now called packagegroup_something Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot_2011.09[.10rc]: Always use gnu ld for LDRoger Monk2012-08-071-1/+2
| | | | | | | | - Pull in gnu ld patch for 2011.10rc recipe - Bump PR Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09+git: update to latest version of Tom Rini's treeKoen Kooi2012-08-071-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* ti-dmai.inc: fix 'proto='-warning on recipe parsingAndreas Müller2012-08-071-1/+1
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* am-sysinfo: switch 'proto' to 'protocol' in SRC_URIRoger Monk2012-08-071-1/+1
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* gstreamer-ti: convert proto to protocol in SRC_URIRoger Monk2012-08-071-1/+1
| | | | | Signed-off-by: Roger Monk <r-monk@ti.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.23Koen Kooi2012-07-25172-323/+6825
| | | | | | | Regenerate all beaglebone patches and add one vfs tracer patch for powertop Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: enable more tracing features for beagleboneKoen Kooi2012-07-252-7/+15
| | | | | | | This makes powertop 2.0 happy Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: add fixed for cssp, fbset and OPP50Koen Kooi2012-07-258-30/+1936
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* u-boot 2011.09+git: update to latest version of Tom Rini's treeKoen Kooi2012-07-2518-382/+137
| | | | | | | All patches have been rediffed and boot tested Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: add support for audio cape and disable LBO gpio for ↵Koen Kooi2012-07-253-1/+101
| | | | | | | battery cape Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: add camera driver for beagleboneKoen Kooi2012-07-252-16/+30
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: use backlight hack for all LCD4 variantsKoen Kooi2012-07-253-4/+4
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: fix audio/spidev clash on beagleboneKoen Kooi2012-07-252-1/+27
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: update to 3.2.21, add libertas fixesKoen Kooi2012-07-25419-357/+21742
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: re-enable pmic testKoen Kooi2012-07-251-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: bump SRCREV to fix serial console raceKoen Kooi2012-07-251-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* netbase: follow oe-core to v5.0Andreas Müller2012-07-132-0/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux.inc: remove unused variable RPSRCAndreas Müller2012-06-211-2/+0
| | | | | Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux.inc: remove require linux-tools.incAndreas Müller2012-06-211-3/+0
| | | | | | | | | linux-tools.inc was removed in oe-core (perf has own package) [1]. [1] http://cgit.openembedded.org/openembedded-core/commit/?id=b485f3e0e55ad62079ed0913970ff0620f4808ea Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-tester: bump SRCREV to fix failure reportingKoen Kooi2012-06-111-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: turn on CONFIG_USB_SUSPEND to fix usb mass storageKoen Kooi2012-06-112-2/+2
| | | | | | | | Many thanks to Arkadiusz Karas <arkkar13@googlemail.com> for figuring that out and sharing the info. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: add support for weatherstation capeKoen Kooi2012-06-112-1/+7
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* beaglebone-capes: add support for 4.3" LCD capeKoen Kooi2012-06-113-1/+8
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: backport PM and USB fixes from PSPKoen Kooi2012-06-1119-1/+2163
| | | | | | | | The complete patchset will get rebased to the tip of the PSP tree soon, but the conflicts take a lot of time to resolve. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: fix buttons on LCD capesKoen Kooi2012-06-113-1/+187
| | | | | | | | One patch to add button layout for the a1 revision of the 3.5" LCD cape and another patch to stop spidev from loading when SPI1_D1 is used as gpio Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp: enable TSL2550 driver for beaglebone weatherstation capeKoen Kooi2012-06-112-2/+2
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: switch ADC to 16x averaging, disable 275MHz, add 4.3" ↵Koen Kooi2012-06-115-1/+225
| | | | | | | | | | | | | LCD support * The switch to 16x averaging is done to combat the excessive noise in the signal. It's still *very* bad, but the TS cursor jitter has decreased a bit * The OPP for 275MHz was disabled due to all the errata. Both the EMIF and MUSB don't seem to like that OPP. * The resistive touch version of the 4.3" LCD cape is supported in 24 bit mode. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-mainline 3.2.18: build in usbhid and tsc2007 and run 'make oldconfig'Koen Kooi2012-05-311-11/+5
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: set PV accordingly, when not using tipspkernelDenys Dmytriyenko2012-05-311-0/+3
| | | | | | | | | The patchset in PATCHES_OVER_PSP updates the kernel to 3.2.x, so make PV match. This doesn't need PR or MACHINE_KERNEL_PR bumps since both the kernel ABI and file locations remain the same. Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <koen@circuitco.com>
* tipspkernel: add extra level to FILESPATH with major version in the nameDenys Dmytriyenko2012-05-311-2/+17
| | | | | | | | | | | Add PMV variable to contain major version by extracting first 2 numbers from PV Insert new level to FILESPATH - PN-PV-PR:PN-PV:PN-PMV:PN:files:. Allow keeping patches and configs generic for the series (i.e. 3.2) while incrementing stable releases (i.e. 3.2.18) Drop use of BP and BPN, as they don't change for the kernel Signed-off-by: Denys Dmytriyenko <denys@ti.com> Acked-by: Koen Kooi <koen@circuitco.com>
* linux-ti33x-psp 3.2: fix pin free check once and for allKoen Kooi2012-05-302-1/+70
| | | | | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
* linux-ti33x-psp 3.2: sgx fix from PSP + dvi cape audio fixKoen Kooi2012-05-304-44/+360
| | | | | | | Also move more things to modules to speed up boot. Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Denys Dmytriyenko <denys@ti.com>