From: "Anuj Mittal" <anuj.mittal@intel.com>
To: poky@lists.yoctoproject.org
Subject: [honister][meta-yocto][PATCH 2/2] gcsections: add nativesdk-cairo to exclude list
Date: Mon, 14 Mar 2022 10:01:37 +0800 [thread overview]
Message-ID: <20220314020137.9783-3-anuj.mittal@intel.com> (raw)
In-Reply-To: <20220314020137.9783-1-anuj.mittal@intel.com>
From: Christian Eggers <ceggers@arri.de>
configure fails with the following error if gcsections is active during
build of nativesdk-cairo:
| checking whether float word ordering is bigendian... unknown
| configure: error:
|
| Unknown float word ordering. You need to manually preset
| ax_cv_c_float_words_bigendian=no (or yes) according to your system.
Signed-off-by: Christian Eggers <ceggers@arri.de>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 45f97f55ae181b3fe5436276b36f5ed48d7437de)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
---
meta-poky/conf/distro/include/gcsections.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta-poky/conf/distro/include/gcsections.inc b/meta-poky/conf/distro/include/gcsections.inc
index 886a005..a1f8651 100644
--- a/meta-poky/conf/distro/include/gcsections.inc
+++ b/meta-poky/conf/distro/include/gcsections.inc
@@ -16,6 +16,8 @@ LDFLAGS_SECTION_REMOVAL:pn-grub = ""
# SDK packages with build problems using sections
CFLAGS_SECTION_REMOVAL:pn-nativesdk-glibc = ""
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-glibc = ""
+CFLAGS_SECTION_REMOVAL:pn-nativesdk-cairo = ""
+LDFLAGS_SECTION_REMOVAL:pn-nativesdk-cairo = ""
CFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = ""
LDFLAGS_SECTION_REMOVAL:pn-nativesdk-mingw-w64-runtime = ""
CFLAGS_SECTION_REMOVAL:pn-nativesdk-perl = ""
--
2.35.1
prev parent reply other threads:[~2022-03-14 2:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-14 2:01 [honister][meta-yocto][PATCH 0/2] Pull request Anuj Mittal
2022-03-14 2:01 ` [honister][meta-yocto][PATCH 1/2] linux-yocto/5.10: update genericx86* machines to v5.10.99 Anuj Mittal
2022-03-14 2:01 ` Anuj Mittal [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=20220314020137.9783-3-anuj.mittal@intel.com \
--to=anuj.mittal@intel.com \
--cc=poky@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.