[meta-xilinx] trying to build core-image-zynq with yocto exposes conflicting patch files

Elvis Dowson elvis.dowson at gmail.com
Mon Apr 1 08:48:37 PDT 2013


On Apr 1, 2013, at 6:30 PM, "Robert P. J. Day" <rpjday at crashcourse.ca> wrote:

> ERROR: Command Error: exit status: 1  Output:
> Applying patch no-gtk.patch
> patching file Makefile
> Hunk #1 FAILED at 1.
> 1 out of 1 hunk FAILED -- rejects in file Makefile
> Patch no-gtk.patch does not apply (enforce with -f)
> ERROR: Function failed: patch_do_patch
> 
>  this is not surprising since oe-core supplies a recipe for
> latencytop that includes the patch latencytop-makefile.patch which
> includes:
> 
> -HAS_GTK_GUI = 1
> 
>  while the meta-zynq layer appends to the latencytop recipe by adding
> the no-gtk.patch which does exactly the same thing:
> 
> -HAS_GTK_GUI = 1
> 
> so, predictably, the full patch phase fails. how should that be
> properly resolved?

BTW, Robert, the proper way to resolve this would be to remove the patch
from the meta-zynq repo and rely on the patch from oe-core.

Elvis Dowson



More information about the meta-xilinx mailing list