summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMahesh Radhakrishnan <m-radhakrishnan2@ti.com>2019-09-16 21:09:05 +0000
committerDenys Dmytriyenko <denys@ti.com>2019-09-17 17:31:48 +0000
commit84a4b39128c9d23e61f2e0fbe8fc612c5baf2bc5 (patch)
treecb5cfd5c3834be91a9ee7567f72825cac38a578d
parent381c4ab4353fda8da96f8771a58f08e08fb9bf46 (diff)
downloadmeta-ti-84a4b39128c9d23e61f2e0fbe8fc612c5baf2bc5.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>
-rw-r--r--recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb19
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
20CLEANBROKEN = "1" 20CLEANBROKEN = "1"
21 21
22BRANCH = "master" 22IBL_BOOT_GIT_URI = "git://git.ti.com/keystone-rtos/ibl.git"
23SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}" 23IBL_BOOT_GIT_PROTOCOL = "git"
24SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6" 24IBL_BOOT_GIT_BRANCH = "master"
25PR = "r1" 25IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75"
26
27BRANCH = "${IBL_BOOT_GIT_BRANCH}"
28SRC_URI = "${IBL_BOOT_GIT_URI};protocol=${IBL_BOOT_GIT_PROTOCOL};branch=${BRANCH}"
29SRCREV = "${IBL_BOOT_SRCREV}"
30
31
32PR = "r2"
26 33
27S = "${WORKDIR}/git" 34S = "${WORKDIR}/git"
28 35
@@ -33,8 +40,8 @@ IBLTARGETS_c665x-evm = "evm_c6657_i2c"
33IBLTARGETS_c667x-evm = "evm_c6678_i2c" 40IBLTARGETS_c667x-evm = "evm_c6678_i2c"
34 41
35IBLENDIAN = "" 42IBLENDIAN = ""
36IBLENDIAN_c665x-evm = "little big" 43IBLENDIAN_c665x-evm = "little"
37IBLENDIAN_c667x-evm = "little big" 44IBLENDIAN_c667x-evm = "little"
38 45
39export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}" 46export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}"
40export TOOLSC6X="${C6X_BASE_DIR}" 47export TOOLSC6X="${C6X_BASE_DIR}"