From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/8] linux: use the depmod built in HOST_DIR
Date: Wed, 1 Feb 2012 09:12:57 +0100 [thread overview]
Message-ID: <20120201091257.636dc684@skate> (raw)
In-Reply-To: <87pqdzijxv.fsf@macbook.be.48ers.dk>
Le Tue, 31 Jan 2012 23:30:36 +0100,
Peter Korsgaard <jacmet@uclibc.org> a ?crit :
> >>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
>
> Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> Thomas> ---
> Thomas> linux/linux.mk | 3 ++-
> Thomas> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> Thomas> diff --git a/linux/linux.mk b/linux/linux.mk
> Thomas> index 5c5a1d2..dbe1ad7 100644
> Thomas> --- a/linux/linux.mk
> Thomas> +++ b/linux/linux.mk
> Thomas> @@ -40,7 +40,8 @@ LINUX_MAKE_FLAGS = \
> Thomas> ARCH=$(KERNEL_ARCH) \
> Thomas> INSTALL_MOD_PATH=$(TARGET_DIR) \
> Thomas> CROSS_COMPILE="$(CCACHE) $(TARGET_CROSS)" \
> Thomas> - LZMA="$(LZMA)"
> Thomas> + LZMA="$(LZMA)" \
> Thomas> + DEPMOD=$(HOST_DIR)/usr/sbin/depmod
>
> Committed, thanks. Not released to this patch, but is the LZMA stuff
> still used/needed?
It has been added by
http://git.buildroot.net/buildroot/commit/target/linux/Makefile.in?id=ea8b1fa6a60705eedc5bd4f405f45c8f531c2126,
which is a bit limited in details on why it was needed. I guess the
goal was to tell the Linux build process to use the lzma utility built
for the host by Buildroot, in case the Linux kernel is built (or the
initramfs) with LZMA compression. But that remains to be verified.
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-02-01 8:12 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-31 19:39 [Buildroot] [pull request v3] Pull request for branch for-2012.02/lttng Thomas Petazzoni
2012-01-31 19:39 ` [Buildroot] [PATCH 1/8] linux: use the depmod built in HOST_DIR Thomas Petazzoni
2012-01-31 22:30 ` Peter Korsgaard
2012-02-01 8:12 ` Thomas Petazzoni [this message]
2012-02-01 11:49 ` Peter Korsgaard
2012-02-09 22:54 ` Arnout Vandecappelle
2012-02-10 9:43 ` Peter Korsgaard
2012-02-09 22:58 ` Arnout Vandecappelle
2012-01-31 19:40 ` [Buildroot] [PATCH 2/8] liburcu: new package Thomas Petazzoni
2012-01-31 22:33 ` Peter Korsgaard
2012-01-31 22:43 ` Michael S. Zick
2012-01-31 19:40 ` [Buildroot] [PATCH 3/8] lttng-modules: " Thomas Petazzoni
2012-01-31 22:43 ` Peter Korsgaard
2012-01-31 19:40 ` [Buildroot] [PATCH 4/8] lttng-libust: " Thomas Petazzoni
2012-01-31 22:43 ` Peter Korsgaard
2012-01-31 19:40 ` [Buildroot] [PATCH 5/8] lttng-tools: " Thomas Petazzoni
2012-01-31 22:46 ` Peter Korsgaard
2012-01-31 19:40 ` [Buildroot] [PATCH 6/8] popt: add host variant for host-lttng-babeltrace Thomas Petazzoni
2012-01-31 22:49 ` Peter Korsgaard
2012-01-31 19:40 ` [Buildroot] [PATCH 7/8] util-linux: " Thomas Petazzoni
2012-01-31 22:50 ` Peter Korsgaard
2012-01-31 19:40 ` [Buildroot] [PATCH 8/8] lttng-babeltrace: new package Thomas Petazzoni
2012-01-31 22:52 ` Peter Korsgaard
2012-02-01 8:13 ` Thomas Petazzoni
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=20120201091257.636dc684@skate \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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