All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Denys Dmytriyenko" <denis@denix.org>
To: Jon Mason <jdmason@kudzu.us>
Cc: meta-arm@lists.yoctoproject.org
Subject: Re: [meta-arm] [PATCH v3] arm-toolchain: merge binary toolchain recipes
Date: Fri, 5 Jun 2020 18:30:42 -0400	[thread overview]
Message-ID: <20200605223042.GO17660@denix.org> (raw)
In-Reply-To: <1615C4F109492695.2031@lists.yoctoproject.org>

On Fri, Jun 05, 2020 at 06:02:58PM -0400, Denys Dmytriyenko wrote:
> On Tue, Jun 02, 2020 at 08:11:55AM -0400, Jon Mason wrote:
> > Merge the majority of the binary toolchain recipes for building on an
> > x86 host into a common include file.
> > 
> > Also, found and fixed an error with both install commands where the name
> > was double nested on the copy.  For example,
> > /usr/share/arm-none-eabi/arm-none-eabi/ due to the way it was being
> > copied.
> > 
> > Signed-off-by: Jon Mason <jdmason@kudzu.us>
> > ---
> 
> Changes in v3?
> 
> >  .../gcc-aarch64-none-elf_9.2-2019.12.bb       | 27 ++-----------------
> >  .../gcc-arm-none-eabi_9-2019-q4-major.bb      | 27 ++-----------------
> >  .../external-arm-toolchain/gcc-x86host.inc    | 24 +++++++++++++++++
> >  3 files changed, 28 insertions(+), 50 deletions(-)
> >  create mode 100644 meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc
> > 
> > diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb
> > index 2ec0f9c..1e4689c 100644
> > --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb
> > +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-aarch64-none-elf_9.2-2019.12.bb
> > @@ -1,6 +1,8 @@
> >  # Copyright (C) 2020 Texas Instruments Inc.
> >  # Released under the MIT license (see COPYING.MIT for the terms)
> >  
> > +require gcc-x86host.inc
> > +
> >  SUMMARY = "Baremetal GCC for Aarch64 processors"
> >  LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
> >  
> > @@ -11,28 +13,3 @@ PROVIDES = "virtual/aarch64-none-elf-gcc"
> >  SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-a/9.2-2019.12/binrel/gcc-arm-${PV}-x86_64-aarch64-none-elf.tar.xz"
> >  
> >  SRC_URI[sha256sum] = "36d2cbe7c2984f2c20f562ac2f3ba524c59151adfa8ee10f1326c88de337b6d1"
> > -
> > -S = "${WORKDIR}/gcc-arm-${PV}-x86_64-aarch64-none-elf"
> 
> ^^^
> I see you dropped setting ${S} completely in the .inc - have you tried 
> gcc-aarch64-none-elf recipe, as default ${S} won't work from the first look

So, I see you merged this to master w/o testing...

ERROR: nativesdk-gcc-aarch64-none-elf-9.2-2019.12-r0 do_populate_lic: QA Issue: nativesdk-gcc-aarch64-none-elf: LIC_FILES_CHKSUM points to an invalid file:
.../nativesdk-gcc-aarch64-none-elf/9.2-2019.12-r0/gcc-aarch64-none-elf-9.2-2019.12/share/doc/gcc/GNU-Free-Documentation-License.html [license-checksum]

ERROR: gcc-aarch64-none-elf-native-9.2-2019.12-r0 do_populate_lic: QA Issue: gcc-aarch64-none-elf-native: LIC_FILES_CHKSUM points to an invalid file:
.../gcc-aarch64-none-elf-native/9.2-2019.12-r0/gcc-aarch64-none-elf-9.2-2019.12/share/doc/gcc/GNU-Free-Documentation-License.html [license-checksum]

And even if you suppress license-checksum QA, you'll get empty package/sysroot.


> > -COMPATIBLE_HOST = "x86_64.*-linux"
> > -
> > -do_install() {
> > -    install -d ${D}${datadir}/aarch64-none-elf/
> > -    cp -r ${S}/. ${D}${datadir}/aarch64-none-elf/
> > -
> > -    install -d ${D}${bindir}
> > -    # Symlink all executables into bindir
> > -    for f in ${D}${datadir}/aarch64-none-elf/bin/aarch64-none-elf-*; do
> > -        lnr $f ${D}${bindir}/$(basename $f)
> > -    done
> > -}
> > -
> > -FILES_${PN} = "${datadir} ${bindir}"
> > -
> > -INSANE_SKIP_${PN} = "already-stripped libdir staticdev file-rdeps"
> > -
> > -INHIBIT_SYSROOT_STRIP = "1"
> > -INHIBIT_PACKAGE_STRIP = "1"
> > -INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > -
> > -BBCLASSEXTEND = "native nativesdk"
> > diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb
> > index 84f6dba..a36f0aa 100644
> > --- a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb
> > +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-arm-none-eabi_9-2019-q4-major.bb
> > @@ -1,6 +1,8 @@
> >  # Copyright (C) 2019 Garmin Ltd. or its subsidiaries
> >  # Released under the MIT license (see COPYING.MIT for the terms)
> >  
> > +require gcc-x86host.inc
> > +
> >  SUMMARY = "Baremetal GCC for ARM-R and ARM-M processors"
> >  LICENSE = "GPL-3.0-with-GCC-exception & GPLv3"
> >  
> > @@ -12,28 +14,3 @@ SRC_URI = "https://developer.arm.com/-/media/Files/downloads/gnu-rm/9-2019q4/${B
> >  
> >  SRC_URI[md5sum] = "fe0029de4f4ec43cf7008944e34ff8cc"
> >  SRC_URI[sha256sum] = "bcd840f839d5bf49279638e9f67890b2ef3a7c9c7a9b25271e83ec4ff41d177a"
> > -
> > -S = "${WORKDIR}/${BPN}-${PV}"
> > -
> > -COMPATIBLE_HOST = "x86_64.*-linux"
> > -
> > -do_install() {
> > -    install -d ${D}${datadir}/arm-none-eabi/
> > -    cp -r ${S}/. ${D}${datadir}/arm-none-eabi/
> > -
> > -    install -d ${D}${bindir}
> > -    # Symlink all executables into bindir
> > -    for f in ${D}${datadir}/arm-none-eabi/bin/arm-none-eabi-*; do
> > -        lnr $f ${D}${bindir}/$(basename $f)
> > -    done
> > -}
> > -
> > -FILES_${PN} = "${datadir} ${bindir}"
> > -
> > -INSANE_SKIP_${PN} = "already-stripped libdir staticdev file-rdeps"
> > -
> > -INHIBIT_SYSROOT_STRIP = "1"
> > -INHIBIT_PACKAGE_STRIP = "1"
> > -INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > -
> > -BBCLASSEXTEND = "native nativesdk"
> > diff --git a/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc
> > new file mode 100644
> > index 0000000..f823f4f
> > --- /dev/null
> > +++ b/meta-arm-toolchain/recipes-devtools/external-arm-toolchain/gcc-x86host.inc
> > @@ -0,0 +1,24 @@
> > +COMPATIBLE_HOST = "x86_64.*-linux"
> > +
> > +FILES_${PN} = "${datadir} ${bindir}"
> > +
> > +BINNAME = "${@d.getVar("BPN").strip("gcc-")}"
> > +
> > +do_install() {
> > +    install -d ${D}${datadir}/${BINNAME}/
> > +    cp -r ${S}/. ${D}${datadir}/
> > +
> > +    install -d ${D}${bindir}
> > +    # Symlink all executables into bindir
> > +    for f in ${D}${datadir}/${BINNAME}/bin/${BINNAME}-*; do
> > +        lnr $f ${D}${bindir}/$(basename $f)
> > +    done
> > +}
> > +
> > +INSANE_SKIP_${PN} = "already-stripped libdir staticdev file-rdeps"
> > +
> > +INHIBIT_SYSROOT_STRIP = "1"
> > +INHIBIT_PACKAGE_STRIP = "1"
> > +INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> > +
> > +BBCLASSEXTEND = "native nativesdk"
> > -- 
> > 2.20.1
> > 
> 
> > 
> 

> 


      parent reply	other threads:[~2020-06-05 22:30 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-02 12:11 [PATCH v3] arm-toolchain: merge binary toolchain recipes Jon Mason
2020-06-02 12:15 ` Diego Sueiro
2020-06-05 22:02 ` [meta-arm] " Denys Dmytriyenko
     [not found] ` <1615C4F109492695.2031@lists.yoctoproject.org>
2020-06-05 22:30   ` Denys Dmytriyenko [this message]

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=20200605223042.GO17660@denix.org \
    --to=denis@denix.org \
    --cc=jdmason@kudzu.us \
    --cc=meta-arm@lists.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.