Hi Oleg, How can I do this with overrides correctly? I have 3 different machines and each have their own config, etc... are you just suggesting I copy *all* the appends/defconfigs and not do any overrides?
G On Fri, Feb 16, 2018 at 2:37 PM Oleg K Dzhimiev <[email protected]> wrote: > 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 > -- Giordon Stark
-- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
