diff options
author | Mahesh Radhakrishnan <m-radhakrishnan2@ti.com> | 2019-09-16 21:09:05 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2019-09-17 04:35:14 +0000 |
commit | 44a979c52659ac997fc2ed4602a82b7bb97d33f2 (patch) | |
tree | 4daf73697c27b5f90e81de842d8ac0ef3a7a69b9 /recipes-bsp | |
parent | 1a59e32aabbf74b149d82fc8373c98a256ae738a (diff) | |
download | meta-ti-44a979c52659ac997fc2ed4602a82b7bb97d33f2.tar.gz |
ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windows
Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb index b70ea6c4..59b75b3a 100644 --- a/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb +++ b/recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | |||
@@ -19,10 +19,17 @@ COMPATIBLE_MACHINE = "c66x" | |||
19 | 19 | ||
20 | CLEANBROKEN = "1" | 20 | CLEANBROKEN = "1" |
21 | 21 | ||
22 | BRANCH = "master" | 22 | IBL_BOOT_GIT_URI = "git://git.ti.com/keystone-rtos/ibl.git" |
23 | SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}" | 23 | IBL_BOOT_GIT_PROTOCOL = "git" |
24 | SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6" | 24 | IBL_BOOT_GIT_BRANCH = "master" |
25 | PR = "r1" | 25 | IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75" |
26 | |||
27 | BRANCH = "${IBL_BOOT_GIT_BRANCH}" | ||
28 | SRC_URI = "${IBL_BOOT_GIT_URI};protocol=${IBL_BOOT_GIT_PROTOCOL};branch=${BRANCH}" | ||
29 | SRCREV = "${IBL_BOOT_SRCREV}" | ||
30 | |||
31 | |||
32 | PR = "r2" | ||
26 | 33 | ||
27 | S = "${WORKDIR}/git" | 34 | S = "${WORKDIR}/git" |
28 | 35 | ||
@@ -33,8 +40,8 @@ IBLTARGETS_c665x-evm = "evm_c6657_i2c" | |||
33 | IBLTARGETS_c667x-evm = "evm_c6678_i2c" | 40 | IBLTARGETS_c667x-evm = "evm_c6678_i2c" |
34 | 41 | ||
35 | IBLENDIAN = "" | 42 | IBLENDIAN = "" |
36 | IBLENDIAN_c665x-evm = "little big" | 43 | IBLENDIAN_c665x-evm = "little" |
37 | IBLENDIAN_c667x-evm = "little big" | 44 | IBLENDIAN_c667x-evm = "little" |
38 | 45 | ||
39 | export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}" | 46 | export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}" |
40 | export TOOLSC6X="${C6X_BASE_DIR}" | 47 | export TOOLSC6X="${C6X_BASE_DIR}" |