diff options
-rw-r--r-- | recipes/ti/ti-cgt6x_6.0.21.bb | 3 | ||||
-rw-r--r-- | recipes/ti/ti-cgt6x_6.1.9.bb | 4 |
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" |