diff options
-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}" |