Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] u-boot-xilinx: Update inc file path after oe-core change
@ 2011-12-15 11:01 Stefan Schmidt
  2011-12-15 11:14 ` Stefan Schmidt
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Stefan Schmidt @ 2011-12-15 11:01 UTC (permalink / raw)
  To: Adrian Alonso; +Cc: openembedded-core

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
---
 recipes-bsp/uboot/u-boot-xilinx_git.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes-bsp/uboot/u-boot-xilinx_git.bb b/recipes-bsp/uboot/u-boot-xilinx_git.bb
index 255f3b5..016a0bb 100644
--- a/recipes-bsp/uboot/u-boot-xilinx_git.bb
+++ b/recipes-bsp/uboot/u-boot-xilinx_git.bb
@@ -1,5 +1,5 @@
 inherit xilinx-boot xilinx-utils
-require recipes-bsp/uboot/u-boot.inc
+require recipes-bsp/u-boot/u-boot.inc
 
 PR = "r14"
 PV = "v2009.11"
-- 
1.7.7.3




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

* Re: [PATCH] u-boot-xilinx: Update inc file path after oe-core change
  2011-12-15 11:01 [PATCH] u-boot-xilinx: Update inc file path after oe-core change Stefan Schmidt
@ 2011-12-15 11:14 ` Stefan Schmidt
  2011-12-16 16:10 ` Richard Purdie
  2011-12-16 17:56 ` Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2011-12-15 11:14 UTC (permalink / raw)
  To: Stefan Schmidt; +Cc: openembedded-core

Hello.

As JaMa pointed out it missing a layer prefix. Sorry for that.

The layer does not contain a README where to send patches so I figured
sending it to Adrian and cc'ing oe-core would make sense.

regards
Stefan Schmidt



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

* Re: [PATCH] u-boot-xilinx: Update inc file path after oe-core change
  2011-12-15 11:01 [PATCH] u-boot-xilinx: Update inc file path after oe-core change Stefan Schmidt
  2011-12-15 11:14 ` Stefan Schmidt
@ 2011-12-16 16:10 ` Richard Purdie
  2011-12-16 17:56 ` Saul Wold
  2 siblings, 0 replies; 5+ messages in thread
From: Richard Purdie @ 2011-12-16 16:10 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On Thu, 2011-12-15 at 12:01 +0100, Stefan Schmidt wrote:
> Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
> ---
>  recipes-bsp/uboot/u-boot-xilinx_git.bb |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)

I've merged this to the repository.

Cheers,

Richard




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

* Re: [PATCH] u-boot-xilinx: Update inc file path after oe-core change
  2011-12-15 11:01 [PATCH] u-boot-xilinx: Update inc file path after oe-core change Stefan Schmidt
  2011-12-15 11:14 ` Stefan Schmidt
  2011-12-16 16:10 ` Richard Purdie
@ 2011-12-16 17:56 ` Saul Wold
  2011-12-16 18:14   ` Stefan Schmidt
  2 siblings, 1 reply; 5+ messages in thread
From: Saul Wold @ 2011-12-16 17:56 UTC (permalink / raw)
  To: Patches and discussions about the oe-core layer

On 12/15/2011 03:01 AM, Stefan Schmidt wrote:
> Signed-off-by: Stefan Schmidt<stefan@datenfreihafen.org>
> ---
>   recipes-bsp/uboot/u-boot-xilinx_git.bb |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
Does this directory need to be renamed also?

Sau!

> diff --git a/recipes-bsp/uboot/u-boot-xilinx_git.bb b/recipes-bsp/uboot/u-boot-xilinx_git.bb
> index 255f3b5..016a0bb 100644
> --- a/recipes-bsp/uboot/u-boot-xilinx_git.bb
> +++ b/recipes-bsp/uboot/u-boot-xilinx_git.bb
> @@ -1,5 +1,5 @@
>   inherit xilinx-boot xilinx-utils
> -require recipes-bsp/uboot/u-boot.inc
> +require recipes-bsp/u-boot/u-boot.inc
>
>   PR = "r14"
>   PV = "v2009.11"



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

* Re: [PATCH] u-boot-xilinx: Update inc file path after oe-core change
  2011-12-16 17:56 ` Saul Wold
@ 2011-12-16 18:14   ` Stefan Schmidt
  0 siblings, 0 replies; 5+ messages in thread
From: Stefan Schmidt @ 2011-12-16 18:14 UTC (permalink / raw)
  To: Saul Wold; +Cc: Patches and discussions about the oe-core layer

Hello.

On Fri, 2011-12-16 at 09:56, Saul Wold wrote:
> On 12/15/2011 03:01 AM, Stefan Schmidt wrote:
> >Signed-off-by: Stefan Schmidt<stefan@datenfreihafen.org>
> >---
> >  recipes-bsp/uboot/u-boot-xilinx_git.bb |    2 +-
> >  1 files changed, 1 insertions(+), 1 deletions(-)
> >
> Does this directory need to be renamed also?

Good point. Also a patch is named uboot instead of u-boot. All changed
in a new patch just send to the ml.

regards
Stefan Schmidt



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

end of thread, other threads:[~2011-12-16 18:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-15 11:01 [PATCH] u-boot-xilinx: Update inc file path after oe-core change Stefan Schmidt
2011-12-15 11:14 ` Stefan Schmidt
2011-12-16 16:10 ` Richard Purdie
2011-12-16 17:56 ` Saul Wold
2011-12-16 18:14   ` Stefan Schmidt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox