summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}"