I am trying to build pmu-firmware for a zynqmp board

Using [dunfell] for yocto and meta-openembedded and [master] for meta-xilinx

=== local.conf ===

> 
> IMAGE_FSTYPES = "tar.gz"
> 
> DL_DIR = "/src/oe"
> 
> MACHINE = "zcu102-zynqmp"
> BBMULTICONFIG = "pmu"
> 
> DISTRO = "poky"
> PACKAGE_CLASSES = "package_ipk"
> 
> SDKMACHINE = "x86_64"
> EXTRA_IMAGE_FEATURES = "debug-tweaks"
> USER_CLASSES = "image-mklibs image-prelink"
> 
> PATCHRESOLVE = "noop"
> INHERIT += "rm_work"
> RM_OLD_IMAGE = "1"
> CONF_VERSION = "1"
> 

=== conf/multiconfig/pmu.conf

> 
> MACHINE = "microblaze-pmu"
> DISTRO = "xilinx-standalone"
> TMPDIR = "${TOPDIR}/pmutmp"
> 
> 

The config is similar to what I used with [zeus], with the MACHINE name changed 
for the pmu.

I get this error when newlib tries to build

> 
> WARNING: No recipes available for:
> /home/scott/poky-dunfell/meta-xilinx/meta-microblaze/recipes-core/newlib/libgloss_3.3.%.bbappend
> 
> /home/scott/poky-dunfell/meta-xilinx/meta-microblaze/recipes-core/newlib/newlib_3.3.%.bbappend
> 
> /home/scott/poky-dunfell/meta-xilinx/meta-microblaze/recipes-devtools/gcc/gcc-source_10.%.bbappend
> 
> /home/scott/poky-dunfell/meta-xilinx/meta-xilinx-standalone/recipes-core/newlib/libgloss_3.1.0.bbappend
> 
> /home/scott/poky-dunfell/meta-xilinx/meta-xilinx-standalone/recipes-core/newlib/newlib_3.1.0.bbappend
> 
> /home/scott/zynqmp/meta-zynqmp/recipes-standalone/pmu-firmware/pmu-firmware_2019.2.bbappend
> 
> ERROR: Nothing PROVIDES 'newlib'
> newlib was skipped: incompatible with host microblazeel-xilinx-elf (not in
> COMPATIBLE_HOST)
> newlib was skipped: incompatible with host aarch64-poky-linux (not in
> COMPATIBLE_HOST)
> 

What config setting am I missing?
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#4744): 
https://lists.yoctoproject.org/g/meta-xilinx/message/4744
Mute This Topic: https://lists.yoctoproject.org/mt/76413955/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub  
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to