Koen Kooi
5a0cf7c32c
libgles-omap3: merge in updates from arago
...
* ES3.x do_install fix
* AM335x support
And one non-arago fix: break dependency on 'initscripts' package
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-26 10:01:47 +01:00
Koen Kooi
98ea84b1f8
libgles-omap3: split support for ES revisions into subpackages where possible
...
This allows deinstalling ES revisions which aren't wanted on your target.
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-26 10:01:47 +01:00
Koen Kooi
7049f8e77c
linux-3.0: fix beagleboard DSI PLL regression
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-25 17:36:52 +01:00
Koen Kooi
7b09dfe646
linux-ti335x-psp 3.1: enable support for beaglebone cape EEPROM based detection
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-25 17:36:27 +01:00
Joshua Lock
bf35c54771
alsa-state: add beagleboard specific asound.state
...
Signed-off-by: Joshua Lock <josh@linux.intel.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-25 11:31:54 +01:00
Koen Kooi
febfb01c9d
linux-ti33x-psp 3.1: re-enable MUSB DMA for beaglebone
...
The production tester breaks with DMA disabled, so enable it again. Any breakage due to this should get reported to TI PSP so they can fix it.
This effectively reverts aa209df889
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-24 16:04:00 +01:00
Koen Kooi
294c589cd7
u-boot 2011.12: fix L2 cache on non-omap4 platforms
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
Acked-by: Tom Rini <trini@ti.com >
2012-01-23 09:39:54 +01:00
Khem Raj
3b9c2d238b
linux-3.0: Fix perf compile failure with eglibc 2.15
...
There is a conflict with eglibc headers since
new headers added the defines that compiler.h
was redefining without undefining them
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-20 12:15:37 +01:00
Koen Kooi
8c36bbe150
ti-hw-bringup-image: base on systemd-image to avoid duplication
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-16 22:25:58 +01:00
Koen Kooi
f4383b324b
dmai: point license checksum to the correct file
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-13 20:35:15 +01:00
Koen Kooi
18ff66cb77
linux 3.0: update to 3.0.17
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-13 20:35:15 +01:00
Koen Kooi
97b5ee17d3
task-ti-drivers: add task for TI related drivers
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-13 20:35:15 +01:00
Koen Kooi
4a1b4b419c
beaglebone-tester: bump SRCREV for usb fix
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-13 20:35:15 +01:00
Khem Raj
bc98f6f230
u-boot_2011.09, u-boot_2011.12: Always use gnu ld for LD
...
u-boot wants GNU ld and cant link with gold
so when default linker is gold we make sure
that it still uses good old GNU ld
Signed-off-by: Khem Raj <raj.khem@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-13 12:30:50 +01:00
Koen Kooi
d0076873ee
beaglebone-tester: update runtime dependencies
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-10 11:47:05 +01:00
Koen Kooi
a4bc237c17
beaglebone-tester: clarify GPIO naming and print more EEPROM data
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-06 16:33:44 +01:00
Koen Kooi
bca3912ee3
linux-ti33x-psp 3.1: register all cape/daugherboard EEPROM permutation in the boardfile for am335x
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-06 11:22:49 +01:00
Koen Kooi
9338a2600f
bonescript: make git config a CONFFILE to protect user updates
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-04 12:19:49 +01:00
Koen Kooi
f9f283ea3c
bonescript: update to latest git
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2012-01-03 15:55:52 +01:00
Christopher Larson
32d77d9fcf
linux.inc: don't choke on missing defconfig in lzop dep
...
When a recipe is being parsed which will be skipped due to an incompatible
machine, no local defconfig will exist for the current machine. It seems that
the fetch localpath code doesn't error in that case, so we need to check for an
IOError on the attempted open. Without this, we can hit parse errors.
Signed-off-by: Christopher Larson <chris_larson@mentor.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-30 19:52:53 +01:00
Peter A. Bigot
845be4c1d3
u-boot 2011.12: OMAP MMC: Add delay before waiting for status
...
Pending upstream patch from http://patchwork.ozlabs.org/patch/132795/ is
required to successfully boot on xM.
Signed-off-by: Peter A. Bigot <bigotp@acm.org >
Acked-by: Tom Rini <tom.rini@gmail.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-29 15:44:26 +01:00
Koen Kooi
97dc8eee97
Merge branch 'master' of git.angstrom-distribution.org:meta-texasinstruments
2011-12-29 15:44:19 +01:00
Koen Kooi
226db03f4c
ti-codec-engine: move PR_append into recipe
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-29 10:03:11 +01:00
Peter A. Bigot
47eebd3472
ti-codec-engine: work around XDC runtime error
...
do_compile produces:
js: "/prj/oe/bb/build/tmp-eglibc/work/beagleboard-angstrom-linux-gnueabi/ti-codec-engine-2_26_02_11-r114a/codec_engine_2_26_02_11/packages/ti/sdo/ce/osal/linux/package.xs", line 50: XDC runtime error: gnu.targets.arm.GCArmv5T: '$used' is sealed
Fix comments out the conditional check per suggestion in
http://e2e.ti.com/support/dsp/omap_applications_processors/f/447/t/110920.aspx
Signed-off-by: Peter A. Bigot <bigotp@acm.org >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-29 10:03:11 +01:00
Koen Kooi
104b1fca33
ti-codec-engine: move license checksum to recipe
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-29 10:03:11 +01:00
Koen Kooi
b93e7658be
u-boot 2011.12RC: move to 2011.12 final
...
Also fix the beagleboard expansionboard patch as reported by Peter Bigot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-29 10:03:06 +01:00
Koen Kooi
1f50621799
u-boot 2011.12rc1: add beagleboard and pandaboard patches
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:19:25 +01:00
Koen Kooi
a500a970d7
u-boot 2011.12: add 2011.12rc1
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:19:25 +01:00
Koen Kooi
03f4a9211e
pandaboard: new machine config to support both omap4430 and omap4460 based pandaboards
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:19:25 +01:00
Koen Kooi
1102184b6c
u-boot: cleanup
...
Set compatible machine in all recipes, remove deprecated versions for some machines
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:19:25 +01:00
Koen Kooi
6520fb816e
ti-dsplink: fix build with make 3.85 (e.g. fedora)
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:17:56 +01:00
Koen Kooi
97ce302366
ti-dmai: clean up recipe
...
* remove DP = -1, there's only one recipe
* remove unused files
* add git patch header to remaining patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-24 16:17:44 +01:00
Koen Kooi
e62a63e5ff
linux 3.0: update to 3.0.14
...
Also make oprofile a module to workaround an oprofile bug highlighted in 3.0.13
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 19:13:42 +01:00
Koen Kooi
6d60a3e0d2
ti-cgt6x: add 7.2.7
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 19:13:10 +01:00
Koen Kooi
1294eebad3
ti-cgt6x: update to 6.1.20
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 19:13:10 +01:00
Koen Kooi
ff247a13f3
ti-linuxutils: fix LICENSE syntax
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-22 19:13:10 +01:00
Koen Kooi
c00b5df3b8
linux-ti335x-psp 3.1: disable whiteheat firmware to unbreak build with make 3.85
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-21 15:33:36 +01:00
Koen Kooi
c84b0511b3
linux-ti81xx-psp 2.6.37: update to match latest *SDK
...
Boot Tested on DM8148 EVM
Acked-by: Roger Monk <r-monk@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-20 17:39:48 +01:00
Koen Kooi
bf3813c19b
linux 3.1: set COMPATIBLE_MACHINE to beagleboard for the time being to work around linux.inc problems
...
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-20 13:57:29 +01:00
Koen Kooi
7ffe55ce3f
ti-sysbios: add 6.33.00.19
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 21:11:51 +01:00
Koen Kooi
375bd39bca
ti-ipc: update to 1_24_00_16
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 21:11:50 +01:00
Koen Kooi
975808de62
ti-dspbios: update to 5.41.11.38
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 21:11:50 +01:00
Koen Kooi
dfc70fc8b5
ti-xdctools: update to 3.23.00.32
...
Acked-by: Denys Dmytriyenko <denys@ti.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 21:11:50 +01:00
Christopher Larson
b72cb13fcf
linux.inc: If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop' utility to do the lzo compression, but we should not be relying on that utility being installed on the build machine.
...
This currently affects the linux-omap4 build for omap4430-panda.
Signed-off-by: Christopher Larson <chris_larson@mentor.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-19 21:11:50 +01:00
Christopher Larson
58ea76fd64
If the kernel has CONFIG_KERNEL_LZO=y, it may well attempt to use the 'lzop'
...
utility to do the lzo compression, but we should not be relying on that utility
being installed on the build machine.
This currently affects the linux-omap4 build for omap4430-panda.
Signed-off-by: Christopher Larson <chris_larson@mentor.com >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-17 16:36:07 +01:00
Otavio Salvador
018824ece4
matrix-tui.inc: drop 'PRIORITY = "optional"' as it is the default
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2011-12-14 01:05:59 +00:00
Otavio Salvador
877f2c278f
x-load.inc: drop 'PRIORITY = "optional"' as it is the default
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2011-12-14 01:05:59 +00:00
Otavio Salvador
998d37f464
u-boot.inc: drop 'PRIORITY = "optional"' as it is the default
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2011-12-14 01:05:59 +00:00
Otavio Salvador
b314943d95
am-sysinfo_svn.bb: drop 'PRIORITY = "optional"' as it is the default
...
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br >
2011-12-14 01:05:59 +00:00
Koen Kooi
487e6c1867
beaglebone-getting-started: fix LICENSE, update to latest git
...
Acked-by: Otavio Salvador <otavio@ossystems.com.br >
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net >
2011-12-09 14:39:27 +01:00