summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2013-10-31 13:08:19 -0400
committerDenys Dmytriyenko <denys@ti.com>2013-10-31 13:08:19 -0400
commit39d7d9de237557a8227fb10266c381adeacfa047 (patch)
tree38eabe322b0b4abe7d71dbeac4c08ef2c2e98aef
parent7e054d1277cfe3b8d59725930cd42177cef1d9f0 (diff)
downloadmeta-ti-39d7d9de237557a8227fb10266c381adeacfa047.tar.gz
am33x-cm3: update to specify correct tag and branch
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-rw-r--r--recipes-bsp/ti/am33x-cm3_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-bsp/ti/am33x-cm3_git.bb b/recipes-bsp/ti/am33x-cm3_git.bb
index 3be46b6a..cfde2cf1 100644
--- a/recipes-bsp/ti/am33x-cm3_git.bb
+++ b/recipes-bsp/ti/am33x-cm3_git.bb
@@ -4,11 +4,11 @@ LICENSE = "TI-BSD"
4LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91" 4LIC_FILES_CHKSUM = "file://License.txt;md5=858099c817e47ea63559fc6b67ae8d91"
5 5
6PV = "05.00.00.00" 6PV = "05.00.00.00"
7PR = "r0" 7PR = "r1"
8 8
9# SRCREV corresponds to the tip of next3 branch 9# SRCREV corresponds to tag v05.00.00.00
10SRCREV = "1628306779c05ee45f09d1d3131e722ddd3a5e2e" 10SRCREV = "1628306779c05ee45f09d1d3131e722ddd3a5e2e"
11BRANCH ?= "next3" 11BRANCH ?= "master"
12 12
13INITSCRIPT_NAME = "am335x-pm-firmware-load" 13INITSCRIPT_NAME = "am335x-pm-firmware-load"
14INITSCRIPT_PARAMS = "defaults 96" 14INITSCRIPT_PARAMS = "defaults 96"