From: Ioan-Adrian Ratiu <adi@adirat.com>
To: Juro Bystricky <juro.bystricky@intel.com>, yocto@yoctoproject.org
Subject: Re: [meta-mingw][PATCH 0/7] Updates for krogoth/master
Date: Wed, 28 Sep 2016 17:06:05 +0300 [thread overview]
Message-ID: <87r3845dbm.fsf@adirat.com> (raw)
In-Reply-To: <1471716241-7010-1-git-send-email-juro.bystricky@intel.com>
On Sat, 20 Aug 2016, Juro Bystricky <juro.bystricky@intel.com> wrote:
> Krogoth recipes fail to cross-compile for Windows using meta-mingw layer.
> In particular, the following should/used to work (jethro with meta-mingw layer):
>
> SDKMACHINE="i686-mingw32"
> MACHINE="qemux86"
> TCLIBC="baremetal"
> bitbake gcc-cross-canadian-i586
>
> SDKMACHINE="i686-mingw32"
> MACHINE="qemux86"
> bitbake meta-toolchain
>
> This patchset updates meta-mingw layer so the above work for krogoth as well.
> There is no "krogoth" branch for meta-mingw, these patches should go there once the
> branch exists.
> FWIW, I tested these patches with the current poky master as well, and succeed in cross-compiling
> of the most common recipes (for both SDKMACHINE=i686-mingw32 and SDKMACHINE=x86_64-mingw32)
> such as:
> bitbake gcc-cross-canadian-i586
> bitbake gdb-cross-canadian-i586
> bitbake meta-toolchain
> bitbake core-image-minimal -c populate_sdk
>
> [YOCTO#10143]
Ping? Any info when this series will be integrated?
Thank you,
Ionel
>
>
>
> Juro Bystricky (7):
> *-mingw32.conf: Upgrade for krogoth
> gettext_0.19.4.bbappend: Update for later versions
> binutils-cross-canadian_2.25%.bbappend: Work with all 2.2* versions
> gcc-runtime: Drop libitm for mingw32 runtime
> gmp_6.0.0.bbappend: Removed
> mpfr_3.1.3.bbappend: Work with all 3.1.% versions
> gdb-cross-canadian_7.9.1: Work with all 7.% versions
>
> conf/machine-sdk/i686-mingw32.conf | 7 ++++++-
> conf/machine-sdk/x86_64-mingw32.conf | 7 ++++++-
> recipes-core/gettext/gettext_0.19.%.bbappend | 6 ++++++
> recipes-core/gettext/gettext_0.19.4.bbappend | 2 --
> recipes-devtools/binutils/binutils-cross-canadian_2.2%.bbappend | 5 +++++
> recipes-devtools/binutils/binutils-cross-canadian_2.25%.bbappend | 5 -----
> recipes-devtools/gcc/gcc-runtime_%.bbappend | 1 +
> recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend | 7 +++++++
> recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend | 5 -----
> recipes-support/gmp/gmp_6.0.0.bbappend | 3 ---
> recipes-support/mpfr/mpfr_3.1.%.bbappend | 1 +
> recipes-support/mpfr/mpfr_3.1.3.bbappend | 1 -
> 12 files changed, 32 insertions(+), 18 deletions(-)
> create mode 100644 recipes-core/gettext/gettext_0.19.%.bbappend
> delete mode 100644 recipes-core/gettext/gettext_0.19.4.bbappend
> create mode 100644 recipes-devtools/binutils/binutils-cross-canadian_2.2%.bbappend
> delete mode 100644 recipes-devtools/binutils/binutils-cross-canadian_2.25%.bbappend
> create mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.%.bbappend
> delete mode 100644 recipes-devtools/gdb/gdb-cross-canadian_7.9.1.bbappend
> delete mode 100644 recipes-support/gmp/gmp_6.0.0.bbappend
> create mode 100644 recipes-support/mpfr/mpfr_3.1.%.bbappend
> delete mode 100644 recipes-support/mpfr/mpfr_3.1.3.bbappend
>
> --
> 2.7.4
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
next prev parent reply other threads:[~2016-09-28 14:07 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-20 18:03 [meta-mingw][PATCH 0/7] Updates for krogoth/master Juro Bystricky
2016-08-20 18:03 ` [meta-mingw][PATCH 1/7] *-mingw32.conf: Upgrade for krogoth Juro Bystricky
2016-08-20 18:03 ` [meta-mingw][PATCH 2/7] gettext_0.19.4.bbappend: Update for later versions Juro Bystricky
2016-08-20 18:03 ` [meta-mingw][PATCH 3/7] binutils-cross-canadian_2.25%.bbappend: Work with all 2.2* versions Juro Bystricky
2016-08-20 18:03 ` [meta-mingw][PATCH 4/7] gcc-runtime: Drop libitm for mingw32 runtime Juro Bystricky
2016-08-20 18:03 ` [meta-mingw][PATCH 5/7] gmp_6.0.0.bbappend: Removed Juro Bystricky
2016-08-20 18:04 ` [meta-mingw][PATCH 6/7] mpfr_3.1.3.bbappend: Work with all 3.1.% versions Juro Bystricky
2016-08-20 18:04 ` [meta-mingw][PATCH 7/7] gdb-cross-canadian_7.9.1: Work with all 7.% versions Juro Bystricky
2016-08-20 18:38 ` [meta-mingw][PATCH 0/7] Updates for krogoth/master Khem Raj
2016-09-28 14:06 ` Ioan-Adrian Ratiu [this message]
2016-09-28 15:15 ` Richard Purdie
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=87r3845dbm.fsf@adirat.com \
--to=adi@adirat.com \
--cc=juro.bystricky@intel.com \
--cc=yocto@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.