From: Mark Hatle <mark.hatle@windriver.com>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 0/3] Suppress Texinfo utilities invoked at build time for -cross & native recipes (revised)
Date: Tue, 10 Jun 2014 16:06:51 -0500 [thread overview]
Message-ID: <5397736B.5000301@windriver.com> (raw)
In-Reply-To: <cover.1402431641.git.max.eliaser@intel.com>
On 6/10/14, 3:24 PM, Max Eliaser wrote:
> Hello list,
>
> As per discussion with Richard Purdie and others, I'm submitting a patch to
> suppress some unnecessary invocations of utilities from the Texinfo suite during
> Yocto builds. Specifically, it targets -native and -cross recipes that inherit
> texinfo.bbclass. This series is revised to fix issues that came up on the
> autobuilder when I first tried submitting it.
>
> The Texinfo utilities are suppressed by supplying doppelgänger executables which
> understand the same command-line options as the genuine Texinfo utilites, and
> which can create blank output files where expected, but which do no actual
> processing, formatting, or markup. To see how this is done, look in the
> texinfo-dummy-native recipe (under meta/recipes-extended,) added in this patch
> series, as well as the modifications to texinfo.bbclass, also in this patch
> series.
>
> Suppressing the Texinfo utilities for -native and -cross recipes does provide a
> noticable performance gain, as documented in bug 2421. [1] You could make the
> case that this patch series still does not completely address bug 2421, as there
> are other utilities not from the Texinfo suite (groff, pod2man, etc) which are
> not suppressed by these changes.
There are a few cases, where I've wanted texinfo processed files to be shipped
as part of an SDK. Specifically nativesdk and the SDK cross compiler packages.
Will this affect either of those cases?
(Looking at the code, I don't think it will, but I wanted to check.)
> Target-architecture recipes continue to use the host system's Texinfo utilities
> as before, so that dependency is not eliminated by this patch series.
--Mark
> Regards,
> -Max Eliaser
>
> [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=2421
> The following changes since commit e7114046be6e71fb326477dc882adb814ef6a751:
>
> busybox: fix meta-yocto's bbappend's FILESEXTRAPATH (2014-06-03 17:53:13 +0100)
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib meliaser/texinfo-build-2
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=meliaser/texinfo-build-2
>
> Max Eliaser (3):
> texinfo: Use texinfo-replacement-native as an alias for
> texinfo-native.
> texinfo-dummy-native: Create recipe w/ scripts to stand in for Texinfo
> utils.
> texinfo.bbclass: native/cross uses dummy texinfo; target uses host's
> Texinfo.
>
> meta/classes/texinfo.bbclass | 15 ++-
> meta/conf/bitbake.conf | 1 +
> .../texinfo-dummy-native/texinfo-dummy-native.bb | 30 +++++
> .../texinfo-dummy-native/texinfo-dummy/COPYING | 19 ++++
> .../texinfo-dummy-native/texinfo-dummy/template.py | 122 +++++++++++++++++++++
> meta/recipes-extended/texinfo/texinfo_5.2.bb | 4 +-
> 6 files changed, 189 insertions(+), 2 deletions(-)
> create mode 100644 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy-native.bb
> create mode 100644 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/COPYING
> create mode 100644 meta/recipes-extended/texinfo-dummy-native/texinfo-dummy/template.py
>
next prev parent reply other threads:[~2014-06-10 21:06 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-10 20:24 [PATCH 0/3] Suppress Texinfo utilities invoked at build time for -cross & native recipes (revised) Max Eliaser
2014-06-10 20:24 ` [PATCH 1/3] texinfo: Use texinfo-replacement-native as an alias for texinfo-native Max Eliaser
2014-06-10 20:24 ` [PATCH 2/3] texinfo-dummy-native: Create recipe w/ scripts to stand in for Texinfo utils Max Eliaser
2014-06-10 20:24 ` [PATCH 3/3] texinfo.bbclass: native/cross uses dummy texinfo; target uses host's Texinfo Max Eliaser
2014-06-13 11:32 ` Richard Purdie
2014-06-10 21:06 ` Mark Hatle [this message]
2014-06-10 21:52 ` [PATCH 0/3] Suppress Texinfo utilities invoked at build time for -cross & native recipes (revised) Eliaser, MaX
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=5397736B.5000301@windriver.com \
--to=mark.hatle@windriver.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