Hi,

You could replace patches with the files then (to
u-boot-xlnx_2017.1.bbappend) add do_patch_append(){...} in which you do the
copying, something like this:

> do_patch_append(){
>   cp ${WORKDIR}/file1 ${S}/configs/
>
  cp ${WORKDIR}/file2 ${S}/includes/

}


Regards,
Oleg
-- 
_______________________________________________
meta-xilinx mailing list
meta-xilinx@yoctoproject.org
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to