]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/meta-arago-glsdk.git/commitdiff
ti-tisdk-setup: Update to latest source revision
authorChase Maupin <Chase.Maupin@ti.com>
Fri, 12 Apr 2013 20:59:45 +0000 (15:59 -0500)
committerDenys Dmytriyenko <denys@ti.com>
Thu, 18 Apr 2013 00:47:59 +0000 (20:47 -0400)
Signed-off-by: Chase Maupin <Chase.Maupin@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
meta-arago-distro/recipes-tisdk/ti-tisdk-setup/ti-tisdk-setup.bb

index 21c53741271cc19151a0f48ab1595416afd45ae4..8c0d36da99d008c68e4d776fb4db7968e8ea9732 100644 (file)
@@ -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 = "r9"
+PR = "r11"
 
 BRANCH ?= "master"
-SRCREV = "e0e3916a1d128e3ee5ac76bc4fdf708f704cd6d7"
+SRCREV = "6674b32cc9a2752f7ff9405e2afa01ce0a6b2d7f"
 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_omap5-evm = "setup-uboot-env-omap5.sh"
 UBOOT_ENV = "setup-uboot-unknown.sh"
 
 do_install () {