[meta-ti] [rocko/master][PATCH] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update
Denys Dmytriyenko
denys at ti.com
Mon Mar 4 16:31:21 PST 2019
Thanks!
Please replace existing version 6 of the recipe. Also, please note it has been
converted from pure native to native+nativesdk version.
On Mon, Mar 04, 2019 at 07:23:12PM -0500, Mahesh Radhakrishnan wrote:
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2 at ti.com>
> ---
> .../gcc-arm-none-eabi-native_7-2018-q2-update.bb | 23 ++++++++++++++++++++++
> 1 file changed, 23 insertions(+)
> create mode 100644 recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
>
> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> new file mode 100644
> index 0000000..41dff5b
> --- /dev/null
> +++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> @@ -0,0 +1,23 @@
> +DESCRIPTION = "Baremetal GCC for ARM"
> +LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
> +
> +LIC_FILES_CHKSUM = "file://share/doc/gcc-arm-none-eabi/license.txt;md5=f77466c63f5787f4bd669c402aabe061"
> +
> +inherit native
> +require recipes-ti/includes/ti-paths.inc
> +
> +SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2018q2/gcc-arm-none-eabi-7-2018-q2-update-linux.tar.bz2;name=gcc-arm-none"
> +
> +SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
> +SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
> +
> +S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
> +
> +do_install() {
> + install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> + cp -r ${S}/. ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> +}
> +
> +FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
> +
> +INSANE_SKIP_${PN} = "already-stripped"
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
More information about the meta-ti
mailing list