| Submitter | Stefan Schmidt |
|---|---|
| Date | Dec. 15, 2011, 11:01 a.m. |
| Message ID | <1323946873-28584-1-git-send-email-stefan@datenfreihafen.org> |
| Download | mbox | patch |
| Permalink | /patch/17003/ |
| State | New |
| Headers | show |
Comments
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
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
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"
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
Patch
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"
Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> --- recipes-bsp/uboot/u-boot-xilinx_git.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)