1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-07 03:49:20 +00:00
Commit Graph

391 Commits

Author SHA1 Message Date
Koen Kooi 955b40d36a x-load: sync deploy layout with u-boot SPL
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14 10:46:31 +01:00
Koen Kooi 2de08fa6d4 u-boot: enhance deploy symlinking logic
It will now deploy:

u-boot-<machine>-<version>.suffix
u-boot-<machine>.suffix (symlink)
u-boot.suffix (symlink)

And additionally for SPL builds:

MLO-<machine>-<version>
MLO-<machine> (symlink)
MLO (symlink)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14 10:43:14 +01:00
Koen Kooi eceb8e05b9 sdcard_image bbclass: run genex2fs directly on the loop device
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-14 10:34:04 +01:00
Koen Kooi 4ec169d7d0 beaglebone-getting-started: disable bone101 autostart, it takes 100% cpu all the time
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-13 19:21:10 +01:00
Koen Kooi 183915d2bc beaglebone-getting-started: update to latest SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-13 17:11:05 +01:00
Joel A Fernandes c4310e7216 linux-ti33x-psp: Check if scheduling is required after DMA
After processing one DMA completion, checking if rescheduling is
required instead of scheduling another completion request if the
FIFO is non empty.

This fixes high CPU load issue seen with g_mass_storage on a beaglebone
and could potentially fix similar issues seen with other gadget drivers

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-13 16:19:46 +01:00
Koen Kooi 77208efef6 beaglebone-getting-started: active bone101 webserver on boot
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-13 14:12:42 +01:00
Koen Kooi 46a11dce85 beaglebone-getting-started: add systemd unit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-12 13:42:06 +01:00
Koen Kooi 34acedac29 beaglebone-getting-started: update to latest git
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-12 10:25:59 +01:00
Koen Kooi 632425ddd8 linux 3.0: update to 3.0.9
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-12 09:28:38 +01:00
Koen Kooi d7b177672b beaglebone-getting-started: add windows installer, update README, etc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-12 09:12:15 +01:00
Koen Kooi af6d0ade7d beaglebone getting started: bump SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 20:04:54 +01:00
Koen Kooi 05f7c72ebc cloud9-image: add nodejs-dev
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 17:21:24 +01:00
Koen Kooi 6e51674f6e bonescript: fixup git repo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 17:16:49 +01:00
Koen Kooi 7c1509e70e Merge branch 'master' of git.angstrom-distribution.org:meta-texasinstruments 2011-11-11 16:12:24 +01:00
Joel A Fernandes 77e4288231 udhcpd: Fixes and new udev rule
This moves the logic to configure and start dhcp to a udev rule which
is a better place than a systemd service

Also fixes a bug where stopping and starting network service would
cause dhcp to fail.

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 16:11:19 +01:00
Koen Kooi 3a1403b4f2 ti-hw-bringup-image: add timestamp service
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-11 15:37:39 +01:00
Koen Kooi 245e5c80ca beaglebone-getting-started: update to latest SRCREV
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 16:17:44 +01:00
Koen Kooi 7915ef6f0e linux-ti335x-psp 3.1: add CAN bus patches
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 15:43:47 +01:00
Koen Kooi 0839c9df6a linux-ti335x-psp 3.1: backport some PSP patches, add beaglebone bootlogo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 13:02:57 +01:00
Koen Kooi 0194f1b289 gadget-init: minor logic cleanups
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 12:42:14 +01:00
Koen Kooi 1c97b98f36 gadget-init: also package activation symlinks
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 08:29:06 +01:00
Joel A Fernandes 89c54f502b gadget-init: Add network-gadget services and other fixes
* Add rule to start network-gadget when mass storage is ejected
* Add network-gadget-init service and scripts to switch to g_ether
* Add DHCP service / conf
* Update to storage-gadget: rmmod on stop

v2 changes:
* Fix g-ether MAC address by reading from mac_id
* Split into multiple packages

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-10 08:23:08 +01:00
Peter A. Bigot 2cd35f07bf sdcard_image: add dependency on native ext2 utilities
Signed-off-by: Peter A. Bigot <bigotp@acm.org>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 20:25:02 +01:00
Koen Kooi 6bee403cac linux-ti33x-psp 3.1: add custom beaglebone bootlogo
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 16:16:08 +01:00
Koen Kooi 0a50f041b2 cloud9-image: add tar, gdb and gdbserver
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 15:56:47 +01:00
Koen Kooi f1c2dd0ae5 linux-omap4: add experimental 3.0.0 version
also clean up stale files

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 15:33:44 +01:00
Koen Kooi 31c407823d linux-omap4 2.6.35.x: update to glp1.4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 15:16:17 +01:00
Koen Kooi 8c5b4be7e8 cloud9-image: add gateone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 10:55:51 +01:00
Koen Kooi 28e95d0306 cloud9-image: add hicolor-icon-theme
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-09 10:20:50 +01:00
Koen Kooi 953f835540 cloud9-image: switch to ntpdate+cron instead of ntpd
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 20:39:13 +01:00
Koen Kooi 34bbf4d9ce cloud9-image: add more stuff
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 15:40:37 +01:00
Koen Kooi 3bce82727a u-boot 2011.10rc: fatload does not set loadaddr, so be explicit
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 15:34:39 +01:00
Jason Kridner 25abc3e86d cloud9-image: added ntp
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 13:51:26 +01:00
Koen Kooi 5cf947e941 u-boot 2011.10rc: uboot extX loading is 20 times slower than vfat loading :(
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 13:50:43 +01:00
Koen Kooi 4402447bb4 sdcard_image bbclass: reinstate vfat copy of uImage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 13:34:12 +01:00
Koen Kooi 116a42e504 sdcard_image bbclass: switch to vfat layout
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 13:23:16 +01:00
Koen Kooi 424830eb54 u-boot 2011.10rc: turn on dcache for beaglebone
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 08:10:43 +01:00
Joel A Fernandes 3bb013a145 beaglebone-tester: Update to latest, add quiet option to bootargs
Changes:
* Fix a bug where I was removing g_mass_storage causing the storage-gadget service
to appear to not work

* Add quiet option

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-08 07:33:30 +01:00
Koen Kooi b39d261640 cloud9-image: switch beaglebone to ext4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 21:43:30 +01:00
Koen Kooi 9f35f73c46 u-boot 2011.10rc: move beaglebone to ext4
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 21:34:56 +01:00
Koen Kooi d51ebcf4b4 sdcard_image bbclass: add proper ext4 support, fix inode calculations, etc, etc
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 18:07:55 +01:00
Koen Kooi bea48dbf4f cloud9-image: remove matrix2, it may return when it actually works
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 16:03:37 +01:00
Koen Kooi 13fd8f04ac cloud9-image: add opencv headers and libs
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 12:42:09 +01:00
Koen Kooi ded88c51bc sdcard_image bbclass: add ext4 support note
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 10:19:59 +01:00
Koen Kooi f02297a2a6 matrix-gui: depend on matrix-lighttpd-config
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 09:58:50 +01:00
Koen Kooi 741104c6f7 matrix-lighttpd-config: enable matrix in lighttpd
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-07 09:50:36 +01:00
Jason Kridner f370f7606a beaglebone-getting-started: Update Mac driver
This still isn't complete, but I wanted to push the latest Mac drivers
to be certain they are in the next build.

Signed-off-by: Jason Kridner <jdk@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-06 19:42:06 +01:00
Joel A Fernandes 789d252a9b beaglebone-tester: Update to latest with fixes
Hopefully the last round of minor fixes:
    * only leds 3 and 4 are touched, 1 and 2 are for system use
    * halt after test fail so that the user doesn't accidentaly corrupt the card
    * remove all usb gadget modules before test start

Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-06 10:26:21 +01:00
Koen Kooi 87abedf129 sdcard_image bbclass: increas inode count again
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
2011-11-05 15:18:04 +01:00