From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv4 0/6] Add dummy tools to help identify needed dependencies
Date: Fri, 3 Mar 2017 22:38:57 +0100 [thread overview]
Message-ID: <cover.1488577082.git.pkj@axis.com> (raw)
After the introduction of RSS, I still found it hard to get
dependencies on some common tools that are typically installed on the
build host correct. Using the wrong version of tools like pkg-config,
gdbus-codegen and dbus-binding-tool can cause build failures.
To circumvent this, I created dummy versions of the tools that always
fail and placed them in the scripts directory. Thus, if the real tool
has not been installed in the RSS, the dummy version is used and the
build fails. For good measures I even output a message that says what
needs to be corrected in the recipe.
Included is also an update to linux-libc-headers as it apparently
needs to inherit pkgconfig, which the introduction of the dummy
version of pkg-config showed.
PATCHv2: Also inherit pkgconfig in module.bbclass since pkg-config
is needed for the make_scripts task.
PATCHv3: Add a missing Signed-off-by footer.
PATCHv4: Move the dummy scripts to scripts/blacklisted and add it to
PATH in bitbake.conf.
//Peter
The following changes since commit 2e5181e510f3fffee53cfeab0380e8ad9b5ae60c:
testsdk: Fix lockfile patch (2017-03-03 12:21:09 +0000)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib pkj/dummy_tools
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=pkj/dummy_tools
Peter Kjellerstedt (6):
module.bbclass: Add inherit of pkgconfig
linux-libc-headers: Add inherit of pkgconfig
blacklisted/dbus-binding-tool: Add a dummy version that always fails
blacklisted/gdbus-codegen: Add a dummy version that always fails
blacklisted/pkg-config: Add a dummy version that always fails
bitbake.conf: Add ${COREBASE}/scripts/blacklisted to ${PATH}
meta/classes/module.bbclass | 2 +-
meta/conf/bitbake.conf | 2 +-
.../linux-libc-headers/linux-libc-headers.inc | 2 +-
scripts/blacklisted/dbus-binding-tool | 11 +++++++++++
scripts/blacklisted/gdbus-codegen | 11 +++++++++++
scripts/blacklisted/pkg-config | 16 ++++++++++++++++
6 files changed, 41 insertions(+), 3 deletions(-)
create mode 100755 scripts/blacklisted/dbus-binding-tool
create mode 100755 scripts/blacklisted/gdbus-codegen
create mode 100755 scripts/blacklisted/pkg-config
--
2.9.0
next reply other threads:[~2017-03-03 21:39 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-03-03 21:38 Peter Kjellerstedt [this message]
2017-03-03 21:38 ` [PATCHv4 1/6] module.bbclass: Add inherit of pkgconfig Peter Kjellerstedt
2017-03-03 21:38 ` [PATCHv4 2/6] linux-libc-headers: " Peter Kjellerstedt
2017-03-03 21:39 ` [PATCHv4 3/6] blacklisted/dbus-binding-tool: Add a dummy version that always fails Peter Kjellerstedt
2017-03-03 21:39 ` [PATCHv4 4/6] blacklisted/gdbus-codegen: " Peter Kjellerstedt
2017-03-03 21:39 ` [PATCHv4 5/6] blacklisted/pkg-config: " Peter Kjellerstedt
2017-03-03 21:39 ` [PATCHv4 6/6] bitbake.conf: Add ${COREBASE}/scripts/blacklisted to ${PATH} Peter Kjellerstedt
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=cover.1488577082.git.pkj@axis.com \
--to=peter.kjellerstedt@axis.com \
--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