All of lore.kernel.org
 help / color / mirror / Atom feed
* [thud/master][PATCH] ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windows
@ 2019-09-16 15:09 Mahesh Radhakrishnan
  2019-09-17 14:07 ` [EXTERNAL] " Jacob Stiffler
  0 siblings, 1 reply; 2+ messages in thread
From: Mahesh Radhakrishnan @ 2019-09-16 15:09 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
---
 recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | 19 +++++++++++++------
 1 file 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 b70ea6c..59b75b3 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"
 
 CLEANBROKEN = "1"
 
-BRANCH = "master"
-SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}"
-SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6"
-PR = "r1"
+IBL_BOOT_GIT_URI = "git://git.ti.com/keystone-rtos/ibl.git"
+IBL_BOOT_GIT_PROTOCOL = "git"
+IBL_BOOT_GIT_BRANCH = "master"
+IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75"
+
+BRANCH = "${IBL_BOOT_GIT_BRANCH}"
+SRC_URI = "${IBL_BOOT_GIT_URI};protocol=${IBL_BOOT_GIT_PROTOCOL};branch=${BRANCH}"
+SRCREV = "${IBL_BOOT_SRCREV}"
+
+
+PR = "r2"
 
 S = "${WORKDIR}/git"
 
@@ -33,8 +40,8 @@ IBLTARGETS_c665x-evm = "evm_c6657_i2c"
 IBLTARGETS_c667x-evm = "evm_c6678_i2c"
 
 IBLENDIAN = ""
-IBLENDIAN_c665x-evm = "little big"
-IBLENDIAN_c667x-evm = "little big"
+IBLENDIAN_c665x-evm = "little"
+IBLENDIAN_c667x-evm = "little"
 
 export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}"
 export TOOLSC6X="${C6X_BASE_DIR}"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [EXTERNAL] [thud/master][PATCH] ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windows
  2019-09-16 15:09 [thud/master][PATCH] ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windows Mahesh Radhakrishnan
@ 2019-09-17 14:07 ` Jacob Stiffler
  0 siblings, 0 replies; 2+ messages in thread
From: Jacob Stiffler @ 2019-09-17 14:07 UTC (permalink / raw)
  To: Mahesh Radhakrishnan, meta-ti

Denys,

Please backport this to ti2019.03.


Thanks,

Jake

On 9/16/2019 11:09 AM, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
>   recipes-bsp/ibl-boot/ibl-boot-rtos_git.bb | 19 +++++++++++++------
>   1 file 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 b70ea6c..59b75b3 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"
>   
>   CLEANBROKEN = "1"
>   
> -BRANCH = "master"
> -SRC_URI = "git://git.ti.com/keystone-rtos/ibl.git;protocol=git;branch=${BRANCH}"
> -SRCREV = "8a3c14da3f0808854367cae38afe9d47ab80dce6"
> -PR = "r1"
> +IBL_BOOT_GIT_URI = "git://git.ti.com/keystone-rtos/ibl.git"
> +IBL_BOOT_GIT_PROTOCOL = "git"
> +IBL_BOOT_GIT_BRANCH = "master"
> +IBL_BOOT_SRCREV = "ed3f0989d8cdc813b7ca1ed899c4d84b63de3a75"
> +
> +BRANCH = "${IBL_BOOT_GIT_BRANCH}"
> +SRC_URI = "${IBL_BOOT_GIT_URI};protocol=${IBL_BOOT_GIT_PROTOCOL};branch=${BRANCH}"
> +SRCREV = "${IBL_BOOT_SRCREV}"
> +
> +
> +PR = "r2"
>   
>   S = "${WORKDIR}/git"
>   
> @@ -33,8 +40,8 @@ IBLTARGETS_c665x-evm = "evm_c6657_i2c"
>   IBLTARGETS_c667x-evm = "evm_c6678_i2c"
>   
>   IBLENDIAN = ""
> -IBLENDIAN_c665x-evm = "little big"
> -IBLENDIAN_c667x-evm = "little big"
> +IBLENDIAN_c665x-evm = "little"
> +IBLENDIAN_c667x-evm = "little"
>   
>   export C6X_BASE_DIR="${TI_CGT6X_7_INSTALL_DIR}"
>   export TOOLSC6X="${C6X_BASE_DIR}"


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-17 14:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-16 15:09 [thud/master][PATCH] ibl-boot-rtos: SRCREV bump to address b2ccs utils packaging issue on windows Mahesh Radhakrishnan
2019-09-17 14:07 ` [EXTERNAL] " Jacob Stiffler

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.