* .master/dunfell] ti-tisdk-makefile: update Rules.mk armv7 toolchain for R5 use
@ 2020-06-30 23:48 prao
2020-07-01 17:26 ` Denys Dmytriyenko
0 siblings, 1 reply; 2+ messages in thread
From: prao @ 2020-06-30 23:48 UTC (permalink / raw)
To: meta-arago, denys; +Cc: Praveen Rao
From: Praveen Rao <prao@ti.com>
Update the Rules.make addition for the R5 use of the armv7 toolchain.
Signed-off-by: Praveen Rao <prao@ti.com>
---
.../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
index a698dd34..a441d4b1 100644
--- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
+++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
@@ -368,7 +368,7 @@ do_install_append_k3() {
cat >> ${D}/Rules.make << __EOF__
# Add CROSS_COMPILE and UBOOT_MACHINE for the R5
-export CROSS_COMPILE_ARMV7=\$(LINUX_DEVKIT_PATH)/sysroots/${SDKMACHINE}-arago-linux/usr/bin/arm-linux-gnueabihf-
+export CROSS_COMPILE_ARMV7=\$(LINUX_DEVKIT_PATH)/sysroots/${SDKMACHINE}-arago-linux/usr/bin/arm-none-linux-gnueabihf-
UBOOT_MACHINE_R5=${K3_UBOOT_MACHINE_R5}
__EOF__
}
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: .master/dunfell] ti-tisdk-makefile: update Rules.mk armv7 toolchain for R5 use
2020-06-30 23:48 .master/dunfell] ti-tisdk-makefile: update Rules.mk armv7 toolchain for R5 use prao
@ 2020-07-01 17:26 ` Denys Dmytriyenko
0 siblings, 0 replies; 2+ messages in thread
From: Denys Dmytriyenko @ 2020-07-01 17:26 UTC (permalink / raw)
To: prao; +Cc: meta-arago
Same comment as with the previous patch - please fix the prefix so it doesn't
go into the git history.
On Tue, Jun 30, 2020 at 06:48:52PM -0500, prao@ti.com wrote:
> From: Praveen Rao <prao@ti.com>
>
> Update the Rules.make addition for the R5 use of the armv7 toolchain.
>
> Signed-off-by: Praveen Rao <prao@ti.com>
> ---
> .../recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> index a698dd34..a441d4b1 100644
> --- a/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> +++ b/meta-arago-distro/recipes-tisdk/ti-tisdk-makefile/ti-tisdk-makefile_1.0.bb
> @@ -368,7 +368,7 @@ do_install_append_k3() {
> cat >> ${D}/Rules.make << __EOF__
>
> # Add CROSS_COMPILE and UBOOT_MACHINE for the R5
> -export CROSS_COMPILE_ARMV7=\$(LINUX_DEVKIT_PATH)/sysroots/${SDKMACHINE}-arago-linux/usr/bin/arm-linux-gnueabihf-
> +export CROSS_COMPILE_ARMV7=\$(LINUX_DEVKIT_PATH)/sysroots/${SDKMACHINE}-arago-linux/usr/bin/arm-none-linux-gnueabihf-
> UBOOT_MACHINE_R5=${K3_UBOOT_MACHINE_R5}
> __EOF__
> }
> --
> 2.17.1
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-07-01 17:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-30 23:48 .master/dunfell] ti-tisdk-makefile: update Rules.mk armv7 toolchain for R5 use prao
2020-07-01 17:26 ` Denys Dmytriyenko
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.