All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox
@ 2011-01-14 15:34 Tom Rini
  2011-01-14 15:46 ` Tom Rini
  2011-01-14 20:12 ` Khem Raj
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2011-01-14 15:34 UTC (permalink / raw)
  To: openembedded-devel

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() {
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox
  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
  2011-01-14 20:12 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Tom Rini @ 2011-01-14 15:46 UTC (permalink / raw)
  To: openembedded-devel

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



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] busybox-static: Look in ${P}:${BPN} before the main busybox
  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
@ 2011-01-14 20:12 ` Khem Raj
  1 sibling, 0 replies; 3+ messages in thread
From: Khem Raj @ 2011-01-14 20:12 UTC (permalink / raw)
  To: openembedded-devel

On Fri, Jan 14, 2011 at 7:34 AM, Tom Rini <tom_rini@mentor.com> wrote:
> Update FILESPATHPKG so that busybox-static could have its own
> starting defconfig.

OK looks fine
>
> 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() {
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-01-14 20:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2011-01-14 20:12 ` Khem Raj

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.