All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device
@ 2014-01-20 23:16 Franklin S. Cooper Jr
  2014-01-20 22:43 ` Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Franklin S. Cooper Jr @ 2014-01-20 23:16 UTC (permalink / raw)
  To: meta-arago; +Cc: Franklin S. Cooper Jr

* Add support for ti43x.
* Update script to work with 3.12 kernel and U-boot 2013.10.

Signed-off-by: Franklin S. Cooper Jr <fcooper@ti.com>
---
 .../recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
index 0084005..af10101 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb
@@ -2,10 +2,10 @@ DESCRIPTION = "Package containing scripts to setup the development host and targ
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://setup.sh;beginline=3;endline=31;md5=fc4b04a33df6d892c9f4d4a9d92b945e"
 
-PR = "r17"
+PR = "r18"
 
 BRANCH ?= "master"
-SRCREV = "01f88ec0391f00860bac1648dc95fc0eec0b8b99"
+SRCREV = "3e3e750153147f789dee5d59f45abcd14d001c64"
 SRC_URI = "git://arago-project.org/git/projects/tisdk-setup-scripts.git;protocol=git;branch=${BRANCH}"
 
 S = "${WORKDIR}/git/"
@@ -17,6 +17,7 @@ UBOOT_ENV_beagleboard = "setup-uboot-env-beagleboard.sh"
 UBOOT_ENV_am3517-evm = "setup-uboot-env-am3517.sh"
 UBOOT_ENV_am180x-evm = "setup-uboot-env-am18x.sh"
 UBOOT_ENV_ti33x = "setup-uboot-env-am335x.sh"
+UBOOT_ENV_ti43x = "setup-uboot-env-am43x.sh"
 UBOOT_ENV_omap5-evm = "setup-uboot-env-omap5.sh"
 UBOOT_ENV = "setup-uboot-unknown.sh"
 
-- 
1.7.0.4



^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2014-01-28 21:51 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-20 23:16 [PATCH 1/3] ti-tisdk-setup: Update to support new u-boot, kernel and device Franklin S. Cooper Jr
2014-01-20 22:43 ` Denys Dmytriyenko
2014-01-20 23:16 ` [PATCH 2/3] stress: Pull stress into meta-arago-extras Franklin S. Cooper Jr
2014-01-20 22:15   ` Denys Dmytriyenko
2014-01-21  3:32     ` Cooper Jr., Franklin
2014-01-24 15:20       ` Cooper Jr., Franklin
2014-01-24 19:23         ` Denys Dmytriyenko
2014-01-20 23:16 ` [PATCH 3/3] packagegroup-arago-test: Add useful testing tools Franklin S. Cooper Jr
2014-01-20 22:45   ` Denys Dmytriyenko
2014-01-28 20:27     ` Denys Dmytriyenko
2014-01-28 21:51     ` Cooper Jr., Franklin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.