summaryrefslogtreecommitdiff
path: root/recipes/ti
diff options
context:
space:
mode:
authorKoen Kooi <k-kooi@ti.com>2010-01-12 21:11:46 +0100
committerKoen Kooi <koen@openembedded.org>2010-04-12 19:43:09 +0200
commitdd038000b0e2d7d45926d0a9000ef28a3ec061fe (patch)
treed892f768d460102869fc71dfa39a7c5da3d1cd94 /recipes/ti
parent8d1d206e265b802024672cdab8dfdaaa1c71f977 (diff)
ti-cgt6x: fix versioning
Signed-off-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'recipes/ti')
-rw-r--r--recipes/ti/ti-cgt6x_6.0.21.bb3
-rw-r--r--recipes/ti/ti-cgt6x_6.1.9.bb4
2 files changed, 5 insertions, 2 deletions
diff --git a/recipes/ti/ti-cgt6x_6.0.21.bb b/recipes/ti/ti-cgt6x_6.0.21.bb
index 16a5547b1f..9c7f1956f5 100644
--- a/recipes/ti/ti-cgt6x_6.0.21.bb
+++ b/recipes/ti/ti-cgt6x_6.0.21.bb
@@ -9,7 +9,8 @@ BINFILE="ti_cgt_c6000_6.0.21_setup_linux_x86.bin"
S = "${WORKDIR}/cgt"
# Yes, the xdc stuff still breaks with a '.' in PWD
-PV = "6021"
+PE = "1"
+PV = "6_0_21"
PR = "r3"
diff --git a/recipes/ti/ti-cgt6x_6.1.9.bb b/recipes/ti/ti-cgt6x_6.1.9.bb
index 594bca2fef..c93bf89823 100644
--- a/recipes/ti/ti-cgt6x_6.1.9.bb
+++ b/recipes/ti/ti-cgt6x_6.1.9.bb
@@ -9,7 +9,9 @@ BINFILE = "ti_cgt_c6000_6.1.9_setup_linux_x86.bin"
S = "${WORKDIR}/cgt"
# Yes, the xdc stuff still breaks with a '.' in PWD
-PV = "6190"
+
+PE = "1"
+PV = "6_1_9"
PR = "r1"