[meta-ti] [EXTERNAL] [rocko/master][PATCH] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update

Jacob Stiffler j-stiffler at ti.com
Mon Mar 4 16:34:21 PST 2019


NAK

Please update this so that it matches recent changes so that nativesdk 
is supported.

There's also been some discussion on the list in regards to other 
changes. See 
http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=rocko&id=fb48c2fbfd422e00b27c0f1c097063f317fcc46a 
, https://lists.yoctoproject.org/pipermail/meta-ti/2019-March/011600.html

And do we still need the old versions?


- Jake

On 3/4/2019 7:23 PM, 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"


More information about the meta-ti mailing list