All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Jansa <martin.jansa@gmail.com>
To: Stefan Sonski <s.sonski@gmail.com>
Cc: openembedded-devel <openembedded-devel@lists.openembedded.org>,
	"Chris E. Rallis" <Chris.Rallis@ravenind.net>
Subject: Re: [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY
Date: Sat, 21 Oct 2017 00:54:26 +0200	[thread overview]
Message-ID: <CA+chaQcK6+mS9SgBTaNdzgLdDS=nhoHNj1crFtPeirxnK1m87Q@mail.gmail.com> (raw)
In-Reply-To: <20171017195649.8657-2-s.sonski@gmail.com>

Either this or the ptest change seems to cause:
http://errors.yoctoproject.org/Errors/Details/157417/

On Tue, Oct 17, 2017 at 9:56 PM, Stefan Sonski <s.sonski@gmail.com> wrote:

> From: "Chris E. Rallis" <Chris.Rallis@RavenInd.net>
>
> Signed-off-by: Stefan Sonski <s.sonski@gmail.com>
> ---
>  classes/qmake5_base.bbclass | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/classes/qmake5_base.bbclass b/classes/qmake5_base.bbclass
> index 8e1fe20..042008c 100644
> --- a/classes/qmake5_base.bbclass
> +++ b/classes/qmake5_base.bbclass
> @@ -28,6 +28,7 @@ EXTRA_OEMAKE = " \
>      OE_QMAKE_LINK='${OE_QMAKE_LINK}' \
>      OE_QMAKE_LDFLAGS='${OE_QMAKE_LDFLAGS}' \
>      OE_QMAKE_AR='${OE_QMAKE_AR}' \
> +    OE_QMAKE_OBJCOPY='${OE_QMAKE_OBJCOPY}' \
>      OE_QMAKE_STRIP='${OE_QMAKE_STRIP}' \
>      OE_QMAKE_WAYLAND_SCANNER='${OE_QMAKE_WAYLAND_SCANNER}' \
>      OE_QMAKE_INCDIR_QT='${STAGING_DIR_TARGET}/${OE_QMAKE_PATH_HEADERS}' \
> @@ -42,6 +43,7 @@ export OE_QMAKE_CXXFLAGS = "${CXXFLAGS}"
>  export OE_QMAKE_LINK = "${CXX}"
>  export OE_QMAKE_LDFLAGS = "${LDFLAGS}"
>  export OE_QMAKE_AR = "${AR}"
> +export OE_QMAKE_OBJCOPY = "${OBJCOPY}"
>  export OE_QMAKE_STRIP = "echo"
>  export OE_QMAKE_WAYLAND_SCANNER = "${STAGING_BINDIR_NATIVE}/
> wayland-scanner"
>
> --
> 2.14.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>


  reply	other threads:[~2017-10-20 22:54 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-17 19:56 [meta-qt5][PATCH 1/2] nativesdk-qtbase Enable objcopy for qmake Stefan Sonski
2017-10-17 19:56 ` [meta-qt5][PATCH 2/2] qmake5_base: add OE_QMAKE_OBJCOPY from OBJCOPY Stefan Sonski
2017-10-20 22:54   ` Martin Jansa [this message]
2017-10-24 13:33     ` Daniel Mack
2017-10-26 12:55       ` Denys Dmytriyenko
2017-10-26 13:00         ` Stefan Sonski
2017-10-26 13:07         ` Daniel Mack
2017-10-26 13:29           ` Stefan Sonski
2017-10-26 13:36           ` Denys Dmytriyenko
2017-10-26 13:47             ` Stefan Sonski
2017-10-26 13:49               ` Denys Dmytriyenko
2017-10-27  5:53             ` Daniel Mack
2017-10-27 19:05               ` Martin Jansa
2017-11-01 18:57                 ` Denys Dmytriyenko
2017-11-01 19:52                   ` Martin Jansa

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='CA+chaQcK6+mS9SgBTaNdzgLdDS=nhoHNj1crFtPeirxnK1m87Q@mail.gmail.com' \
    --to=martin.jansa@gmail.com \
    --cc=Chris.Rallis@ravenind.net \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=s.sonski@gmail.com \
    /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.