[PATCH meta-ti 0/4] linux-3.0 updates

The following changes since commit c6251231c603256eff6ccd0181c20bb182f9e03b:

  gstreamer-ti: use MEMARGS variable instead of hardcoding omap3 config (2011-09-16 16:04:42 +0200)

are available in the git repository at:
  git://github.com/jadonk/meta-texasinstruments.git for-koen

Jason Kridner (4):
  linux-3.0: added bbtoys ulcd support
  linux-3.0: fix BeagleBoard-xM eth mac using die id
  linux-3.0: patch.sh: manually update git remotes
  linux-3.0: patch.sh: adjusted tags and error handling

...add-cpu-id-register-to-MAC-address-helper.patch | 89 ++++++++
...BeagleBoard-Fix-up-random-or-missing-MAC-.patch | 156 +++++++++++++
recipes-kernel/linux/linux-3.0/patch.sh | 14 +-
...ix-build-break-caused-by-update_mode-remo.patch | 44 ++++
...ays-Add-support-for-ThreeFiveCorp-S9700-D.patch | 170 --------------
...-beagleboard-add-bbtoys-ulcd-lite-support.patch | 235 ++++++++++++++++++++
.../ulcd/0002-omap3-beagle-added-lcd-driver.patch | 72 ------
...d-Set-LCD-power-enable-GPIO-in-board-file.patch | 49 ----
...004-Make-fbset-show-correct-timing-values.patch | 40 ----
recipes-kernel/linux/linux_3.0.bb | 10 +-
10 files changed, 537 insertions(+), 342 deletions(-)
create mode 100644 recipes-kernel/linux/linux-3.0/beagle/0007-OMAP2-add-cpu-id-register-to-MAC-address-helper.patch
create mode 100644 recipes-kernel/linux/linux-3.0/beagle/0008-HACK-OMAP2-BeagleBoard-Fix-up-random-or-missing-MAC-.patch
mode change 100644 => 100755 recipes-kernel/linux/linux-3.0/patch.sh
create mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0001-OMAP_VOUT-Fix-build-break-caused-by-update_mode-remo.patch
delete mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0001-omap2-displays-Add-support-for-ThreeFiveCorp-S9700-D.patch
create mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0002-WIP-omap-beagleboard-add-bbtoys-ulcd-lite-support.patch
delete mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0002-omap3-beagle-added-lcd-driver.patch
delete mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0003-lcd-Set-LCD-power-enable-GPIO-in-board-file.patch
delete mode 100644 recipes-kernel/linux/linux-3.0/ulcd/0004-Make-fbset-show-correct-timing-values.patch

Signed-off-by: Jason Kridner <jdk@ti.com>

Signed-off-by: Jason Kridner <jdk@ti.com>

Not everyone names their origin or upstream as 'mainline'. This should be
something that can be done ahead of running the script.

Also marked the script as executable.

Signed-off-by: Jason Kridner <jdk@ti.com>

Set to stop on errors to avoid continuing to mess up the tree.

Adjusted tags to include the major tag first, ie. v3.0.4-sgx, rather
than sgx-3.0.

Signed-off-by: Jason Kridner <jdk@ti.com>

Thanks, applied!