From: "Wold, Saul" <saul.wold@intel.com>
To: "openembedded-core@lists.openembedded.org"
<openembedded-core@lists.openembedded.org>,
"richard.purdie@linuxfoundation.org"
<richard.purdie@linuxfoundation.org>,
"akuster@mvista.com" <akuster@mvista.com>
Subject: Re: [PATCH][pyro] mkelfimage: Fix broken patch when building native
Date: Mon, 12 Jun 2017 16:54:24 +0000 [thread overview]
Message-ID: <1497286463.20768.57.camel@intel.com> (raw)
In-Reply-To: <1496702876-32494-2-git-send-email-sgw@linux.intel.com>
Armin,
This should be a 2.3.1 candidate, it's now merged in master
Sau!
On Mon, 2017-06-05 at 15:47 -0700, Saul Wold wrote:
> A change occured about a year ago that broke the native build, fix
> that patch
>
> [YOCTO #11590]
>
> Signed-off-by: Saul Wold <sgw@linux.intel.com>
> ---
> .../mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch | 15
> +++++++++------
> 1 file changed, 9 insertions(+), 6 deletions(-)
>
> diff --git a/meta/recipes-devtools/mkelfimage/mkelfimage/fix-
> makefile-to-find-libz.patch b/meta/recipes-
> devtools/mkelfimage/mkelfimage/fix-makefile-to-find-libz.patch
> index 756a65c..be54754 100644
> --- a/meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-
> find-libz.patch
> +++ b/meta/recipes-devtools/mkelfimage/mkelfimage/fix-makefile-to-
> find-libz.patch
> @@ -3,8 +3,11 @@ Let makefile find libz and zlib.h by CFLAGS and
> LDFLAGS.
> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> Upstream-Status: Pending
> ---
> + configure.ac | 4 ++--
> + 1 file changed, 2 insertions(+), 2 deletions(-)
> +
> diff --git a/configure.ac b/configure.ac
> -index d1acc36..6f865b0 100644
> +index 0f2ac72..f9099a2 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -62,7 +62,7 @@ AC_CHECK_PROG([RPM], rpm, rpm, [], [$PATH])
> @@ -16,15 +19,15 @@ index d1acc36..6f865b0 100644
>
> dnl Find the default programs
> if test "with_default" != no ; then
> -@@ -175,7 +175,7 @@ fi
> -
> +@@ -176,7 +176,7 @@ fi
> dnl ---Output variables...
>
> --HOST_CFLAGS="$HOST_CFLAGS -O2 -Wall \$(HOST_CPPFLAGS)"
> -+HOST_CFLAGS="$HOST_CFLAGS -O2 -Wall \$(HOST_CPPFLAGS) $CFLAGS"
> + CFLAGS="${CFLAGS:--O2} -Wall \$(CPPFLAGS)"
> +-HOST_CFLAGS="${HOST_CFLAGS:--O2} -Wall \$(HOST_CPPFLAGS)"
> ++HOST_CFLAGS="${HOST_CFLAGS:--O2} -Wall \$(HOST_CPPFLAGS) $CFLAGS"
>
> dnl TODO: figure out how to set these appropriately for compilers
> other than gcc
> I386_CFLAGS="$I386_CFLAGS -Os -ffreestanding -Wall -W -Wno-format
> \$(I386_CPPFLAGS)"
> --
> -1.7.10.4
> +2.7.4
>
> --
> 2.7.4
>
prev parent reply other threads:[~2017-06-12 16:54 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-05 22:47 [PATCH] Fix mkelfimage native target Saul Wold
2017-06-05 22:47 ` [PATCH] mkelfimage: Fix broken patch when building native Saul Wold
2017-06-12 16:54 ` Wold, Saul [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=1497286463.20768.57.camel@intel.com \
--to=saul.wold@intel.com \
--cc=akuster@mvista.com \
--cc=openembedded-core@lists.openembedded.org \
--cc=richard.purdie@linuxfoundation.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.