[meta-xilinx] Patching u-boot by adding custom defconfig files

Oleg K Dzhimiev oleg at elphel.com
Fri Feb 16 12:37:17 PST 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-xilinx/attachments/20180216/d810ae92/attachment.html>


More information about the meta-xilinx mailing list