From: Tom Rini <tom_rini@mentor.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox
Date: Fri, 14 Jan 2011 08:46:45 -0700 [thread overview]
Message-ID: <4D306FE5.8020608@mentor.com> (raw)
In-Reply-To: <1295019241-5145-1-git-send-email-tom_rini@mentor.com>
On 01/14/2011 08:34 AM, Tom Rini wrote:
> Update FILESPATHPKG so that busybox-static could have its own
> starting defconfig.
>
> Signed-off-by: Tom Rini<tom_rini@mentor.com>
> ---
> recipes/busybox/busybox-static_1.18.1.bb | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/busybox/busybox-static_1.18.1.bb b/recipes/busybox/busybox-static_1.18.1.bb
> index 58aca93..27d4121 100644
> --- a/recipes/busybox/busybox-static_1.18.1.bb
> +++ b/recipes/busybox/busybox-static_1.18.1.bb
> @@ -1,6 +1,6 @@
> require busybox_${PV}.bb
>
> -FILESPATHPKG =. "busybox-${PV}:"
> +FILESPATHPKG =. "${P}:${BPN}:busybox-${PV}:"
> S = "${WORKDIR}/busybox-${PV}"
>
> do_configure_append() {
The use here is if you have external layers/collections that want to
build a busybox-static that's rather different from the regular busybox.
--
Tom Rini
Mentor Graphics Corporation
next prev parent reply other threads:[~2011-01-14 15:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-14 15:34 [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox Tom Rini
2011-01-14 15:46 ` Tom Rini [this message]
2011-01-14 20:12 ` Khem Raj
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=4D306FE5.8020608@mentor.com \
--to=tom_rini@mentor.com \
--cc=openembedded-devel@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 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.