Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-11 Thread Jek F.
Hi, i have solved like this: - i created a bbappend under my layer: meta-mylayer/recipes-bsp/platform-init/platform-init.bbappend COMPATIBLE_MACHINE_microzed-zynq7 = "microzed-zynq7" FILESEXTRAPATHS_prepend := "${THISDIR}/files:" do_install_append() { install -m 06444 ${THISD

Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-09 Thread Jek F.
Great! I'll try your advice as soon as i can. For now thanks you all. Il mar 9 lug 2019, 15:35 Jean-Francois Dagenais ha scritto: > Hi Nathan, > > > On Jul 9, 2019, at 09:23, Nathan Rossi wrote: > > > > You should not need to do this change to xilinx-init-platform.bbclass, > > however you will

Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-09 Thread Jean-Francois Dagenais
Hi Nathan, > On Jul 9, 2019, at 09:23, Nathan Rossi wrote: > > You should not need to do this change to xilinx-init-platform.bbclass, > however you will need to make sure you recipe populates into the > sysroot correctly. By default /usr/src is not populated into the > sysroot (not to be confuse

Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-09 Thread Nathan Rossi
On Tue, 9 Jul 2019 at 23:12, Jean-Francois Dagenais wrote: > > Hi Jek, Xilinx people, > > > On Jul 7, 2019, at 12:51, Jek F. wrote: > > > > i'm a newbie and i'm tring to build an image for microzed with a custom > > ps7_init_gpl created in Vivado. I tried to create a custom layer > > (meta-myla

Re: [meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-09 Thread Jean-Francois Dagenais
Hi Jek, Xilinx people, > On Jul 7, 2019, at 12:51, Jek F. wrote: > > i'm a newbie and i'm tring to build an image for microzed with a custom > ps7_init_gpl created in Vivado. I tried to create a custom layer > (meta-mylayer/recipes-bsp/platform-init/platform-init.bbappend) to append > ps7_ini

[meta-xilinx] Custom ps7_init_gpl in Yocto Project

2019-07-07 Thread Jek F.
Hi, i'm a newbie and i'm tring to build an image for microzed with a custom ps7_init_gpl created in Vivado. I tried to create a custom layer ( meta-mylayer/recipes-bsp/platform-init/platform-init.bbappend) to append ps7_init_gpl files but this didn't work. Which is the right way to Insert ps7_init