From: Denys Dmytriyenko <denys@ti.com>
To: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
Cc: meta-ti@yoctoproject.org
Subject: Re: [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update
Date: Tue, 12 Mar 2019 19:15:10 -0400 [thread overview]
Message-ID: <20190312231510.GE28041@beryl> (raw)
In-Reply-To: <1552355028-25739-3-git-send-email-m-radhakrishnan2@ti.com>
On Mon, Mar 11, 2019 at 09:43:43PM -0400, Mahesh Radhakrishnan wrote:
> License has been changed to include a few new licenses such as
> Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh,
> Regents of Univ of California, Digital Equipment Corporation, John
> Baldwin,WIDE project, Jeffrey Roberson, ARM Ltd, NetBSD,Michael R Nelly,
> and CYGWIN license
> Signed-off-by: Mahesh Radhakrishnan <m-radhakrishnan2@ti.com>
> ---
> ....bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} | 17 +++++++++++------
> 1 file changed, 11 insertions(+), 6 deletions(-)
> rename recipes-ti/devtools/{gcc-arm-none-eabi-native_6-2017-q1-update.bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} (47%)
>
> diff --git a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> similarity index 47%
> rename from recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
> rename to recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> index 1140f27..c5f76aa 100644
> --- a/recipes-ti/devtools/gcc-arm-none-eabi-native_6-2017-q1-update.bb
> +++ b/recipes-ti/devtools/gcc-arm-none-eabi-native_7-2018-q2-update.bb
> @@ -1,17 +1,20 @@
> 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=c224e429f53a1a6ce70bf8986ea2990b"
> +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/6_1-2017q1/gcc-arm-none-eabi-6-2017-q1-update-linux.tar.bz2;name=gcc-arm-none"
> +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] = "30004c24f4632bc594952462bb0cd1c9"
> -SRC_URI[gcc-arm-none.sha256sum] = "e7aad2579f02e3b095c6d7899ca5e6a70cfa9b8a8cbd6abd868da849d416c2eb"
> +SRC_URI[gcc-arm-none.md5sum] = "299ebd3f1c2c90930d28ab82e5d8d6c0"
> +SRC_URI[gcc-arm-none.sha256sum] = "bb17109f0ee697254a5d4ae6e5e01440e3ea8f0277f2e8169bf95d07c7d5fe69"
>
> -S = "${WORKDIR}/gcc-arm-none-eabi-6-2017-q1-update"
> +S = "${WORKDIR}/gcc-arm-none-eabi-7-2018-q2-update"
> +
> +# only x86_64 is supported
> +COMPATIBLE_HOST = "x86_64.*-linux"
>
> do_install() {
> install -d ${D}${GCC_ARM_NONE_TOOLCHAIN_RECIPE}
> @@ -20,4 +23,6 @@ do_install() {
>
> FILES_${PN} = "${GCC_ARM_NONE_TOOLCHAIN_RECIPE}/*"
>
> -INSANE_SKIP_${PN} = "already-stripped"
> +INSANE_SKIP_${PN} = "already-stripped libdir staticdev"
> +
> +BBCLASSEXTEND = "native nativesdk"
This patch will not apply, as these changes are already in rocko.
> --
> 1.9.1
>
> --
> _______________________________________________
> meta-ti mailing list
> meta-ti@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-ti
next prev parent reply other threads:[~2019-03-12 23:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-12 1:43 [rocko/master][PATCH 0/7] Tools update for RTOS 5.3 release Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 1/7] ti-ndk: Correcting the SRC_URI link Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update Mahesh Radhakrishnan
2019-03-12 23:15 ` Denys Dmytriyenko [this message]
2019-03-12 1:43 ` [rocko/master][PATCH 3/7] ti-cg-xml: Update to version 2.61.00 Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2 Mahesh Radhakrishnan
2019-03-12 23:09 ` Denys Dmytriyenko
2019-03-12 1:43 ` [rocko/master][PATCH 5/7] ti-xdctools: Update to version 3.51.01.18 Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 6/7] ti-cgt-arm: Update to version 18.1.5 LTS Mahesh Radhakrishnan
2019-03-12 1:43 ` [rocko/master][PATCH 7/7] ti-sysbios: Update to version 6.75.02.00 Mahesh Radhakrishnan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190312231510.GE28041@beryl \
--to=denys@ti.com \
--cc=m-radhakrishnan2@ti.com \
--cc=meta-ti@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.