From: "André Draszik" <git@andred.net>
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage
Date: Wed, 02 Nov 2016 14:44:47 +0000 [thread overview]
Message-ID: <1478097887.24374.8.camel@andred.net> (raw)
In-Reply-To: <20161102120724.30063-1-marex@denx.de>
On Wed, 2016-11-02 at 13:07 +0100, Marek Vasut wrote:
> The build failed on qemux86-64 because it couldn't execute
> tools/bin2header on a host due to it being compiled with target
> toolchain. Drop the incorrect EXTRA_OEMAKE and just use the one
> from u-boot-common*.inc . Moreover, since U-Boot buildsystem
> already strips the tools, add INSANE_SKIP = "already-stripped" .
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Ross Burton <ross.burton@intel.com>
> ---
> meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb
> b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb
> index 5025961..76b303e 100644
> --- a/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb
> +++ b/meta/recipes-bsp/u-boot/u-boot-mkimage_2016.09.01.bb
> @@ -3,8 +3,6 @@ require u-boot-common_${PV}.inc
> SUMMARY = "U-Boot bootloader image creation tool"
> DEPENDS = "openssl"
>
> -EXTRA_OEMAKE = 'CROSS_COMPILE="${TARGET_PREFIX}" CC="${CC} ${CFLAGS}
> ${LDFLAGS}" STRIP=true V=1'
Can we keep V=1, please? (Unless it's default anyway).
Cheers,
Andre'
> -
> do_compile () {
> oe_runmake sandbox_defconfig
> oe_runmake cross_tools NO_SDL=1
> @@ -17,3 +15,4 @@ do_install () {
> }
>
> BBCLASSEXTEND = "native nativesdk"
> +INSANE_SKIP_${PN} = "already-stripped"
> --
> 2.9.3
>
next prev parent reply other threads:[~2016-11-02 14:44 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-11-02 12:07 [PATCH] u-boot: mkimage: Fix build of u-boot-mkimage Marek Vasut
2016-11-02 14:44 ` André Draszik [this message]
2016-11-02 14:48 ` Burton, Ross
2016-11-02 19:40 ` Marek Vasut
2016-11-02 23:06 ` Burton, Ross
2016-11-04 11:06 ` Stefan Müller-Klieser
-- strict thread matches above, loose matches on Subject: below --
2016-11-07 18:20 Marek Vasut
2016-11-07 20:15 ` Burton, Ross
2016-11-07 20:21 ` Burton, Ross
2016-11-12 18:31 ` Marek Vasut
2016-11-14 14:45 ` Burton, Ross
2016-11-14 14:48 ` Marek Vasut
2016-11-07 20:43 ` Jussi Kukkonen
2016-11-08 14:49 ` Marek Vasut
2016-11-09 0:15 ` Burton, Ross
2016-11-09 0:43 ` Khem Raj
2016-11-09 0:45 ` Burton, Ross
2016-11-09 2:22 ` Gary Thomas
2016-11-12 18:31 ` Marek Vasut
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=1478097887.24374.8.camel@andred.net \
--to=git@andred.net \
--cc=openembedded-core@lists.openembedded.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox