On 19 March 2018 at 03:38, Giordon Stark <[email protected]> wrote: > Here are two machines I've tried this one where I receive the above > warnings: > > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/conf/machine/gfex-prototype3a.conf > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/conf/machine/gfex-prototype4.conf > > Both of these include my tune-gfex-zynqmp.inc (inspired by how meta-xilinx > does it) here: > > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/conf/machine/include/tune-gfex-zynqmp.inc > > This zynqmp tune includes the one from meta-xilinx (tune-zynqmp.inc). > > The example image I'm building is here: > https://github.com/kratsg/meta-l1calo/blob/bumpToRocko/recipes-core/images/zynq-base.bb > > Giordon > > On Sun, Mar 18, 2018 at 12:27 PM Giordon Stark <[email protected]> wrote: >> >> Hi Manju, >> >> Just running something like bitbake zynq-base which is just an image >> inheriting from core-image plus 2 other python packages I've written (added >> as an install). >> >> I'm still running into lots of issues with my images with the change to >> rocko, so I'm not sure where I'm going wrong... >> >> G >> >> On Sun, Mar 18, 2018 at 12:24 PM Manjukumar Harthikote Matha >> <[email protected]> wrote: >>> >>> >>> >>> > -----Original Message----- >>> > From: [email protected] [mailto:meta-xilinx- >>> > [email protected]] On Behalf Of Giordon Stark >>> > Sent: Sunday, March 18, 2018 10:20 AM >>> > To: [email protected] >>> > Subject: [meta-xilinx] wic creation manifest warnings with zynqmp-pmu >>> > recipe in >>> > rocko? >>> > >>> > Hi, >>> > >>> > I'm switching over to rocko, trying to get my images to compile again, >>> > and I see >>> > these warnings? >>> > >>> > >>> > WARNING: zynq-base-1.0-r0 do_image_wic: Manifest >>> > /local/d4/gstark/poky/build/tmp/sstate-control/manifest-x86_64_aarch64- >>> > zynqmp-pmu-gcc-cross-microblazeel.populate_sysroot not found? >>> > WARNING: zynq-base-1.0-r0 do_image_wic: Manifest >>> > /local/d4/gstark/poky/build/tmp/sstate-control/manifest-x86_64_aarch64- >>> > zynqmp-pmu-binutils-cross-microblazeel.populate_sysroot not found? >>> > WARNING: zynq-base-1.0-r0 do_image_complete: Manifest >>> > /local/d4/gstark/poky/build/tmp/sstate-control/manifest-x86_64_aarch64- >>> > zynqmp-pmu-gcc-cross-microblazeel.populate_sysroot not found? >>> > WARNING: zynq-base-1.0-r0 do_image_complete: Manifest >>> > /local/d4/gstark/poky/build/tmp/sstate-control/manifest-x86_64_aarch64- >>> > zynqmp-pmu-binutils-cross-microblazeel.populate_sysroot not found? >>> > >>> > Is this expected? I'm not sure I can safely ignore these, but I'm also >>> > not sure these >>> > come from something I did.
Some of the sstate signature / manifest code was changed in more recently. So the cross target arch parts of zynqmp-pmu are exposed a bit more. These warnings can be ignored. They was also apparent in previous releases of meta-xilinx but it was only exposed on SDK build dependencies. https://lists.yoctoproject.org/pipermail/meta-xilinx/2017-May/002934.html Regards, Nathan -- _______________________________________________ meta-xilinx mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-xilinx
