From: Rolf Eike Beer <eb@emlix.com>
To: "Masahiro Yamada" <masahiroy@kernel.org>,
"Michal Marek" <michal.lkml@markovi.net>,
linux-kbuild@vger.kernel.org,
"open list" <linux-kernel@vger.kernel.org>,
"Daniel Díaz" <daniel.diaz@linaro.org>
Cc: stable@vger.kernel.org, Naresh Kamboju <naresh.kamboju@linaro.org>
Subject: Re: [PATCH] scripts: Fix linking extract-cert against libcrypto
Date: Fri, 12 Feb 2021 08:44:46 +0100 [thread overview]
Message-ID: <5043253.pljLzkpU8D@mobilepool36.emlix.com> (raw)
In-Reply-To: <3314666.Em9qtOGRgX@mobilepool36.emlix.com>
[-- Attachment #1: Type: text/plain, Size: 1133 bytes --]
Am Donnerstag, 11. Februar 2021, 11:29:33 CET schrieb Rolf Eike Beer:
> I'm just guessing, but your build error looks like you are also
> cross-building the tools, which is wrong. You want them to be host-tools.
> So don't export PKG_CONFIG_SYSROOT_DIR, it would then try to link target
> libraries into a host binary.
I have looked again how I do it:
# this is for additional _host_ .pc files
export PKG_CONFIG_PATH=${prefix}/lib/pkgconfig
Then have a target-pkg-config, so this code inside several kernel Makefiles
will work:
PKG_CONFIG ?= $(CROSS_COMPILE)pkg-config
And then export your PKG_CONFIG_SYSROOT_DIR and the like inside that. I bet
you have all of this already in place, so just remove the SYSROOT_DIR from
your kernel build script and things should work.
Eike
--
Rolf Eike Beer, emlix GmbH, http://www.emlix.com
Fon +49 551 30664-0, Fax +49 551 30664-11
Gothaer Platz 3, 37083 Göttingen, Germany
Sitz der Gesellschaft: Göttingen, Amtsgericht Göttingen HR B 3160
Geschäftsführung: Heike Jordan, Dr. Uwe Kracke – Ust-IdNr.: DE 205 198 055
emlix - smart embedded open source
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 313 bytes --]
next prev parent reply other threads:[~2021-02-12 7:46 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 4:59 [PATCH] scripts: Fix linking extract-cert against libcrypto Daniel Díaz
2021-02-09 8:44 ` Rolf Eike Beer
2021-02-11 8:23 ` Rolf Eike Beer
2021-02-11 10:29 ` Rolf Eike Beer
2021-02-12 7:44 ` Rolf Eike Beer [this message]
2021-02-16 23:53 ` Daniel Díaz
2021-02-11 7:11 ` Masahiro Yamada
2021-02-16 23:51 ` Daniel Díaz
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=5043253.pljLzkpU8D@mobilepool36.emlix.com \
--to=eb@emlix.com \
--cc=daniel.diaz@linaro.org \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=masahiroy@kernel.org \
--cc=michal.lkml@markovi.net \
--cc=naresh.kamboju@linaro.org \
--cc=stable@vger.kernel.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