This is a very noob question, but can someone point me to what I'm doing wrong.
When I try to build core-image-minimal (or my derived layer) I get this
error
|
/yocto/warrior-zcu104/tmp/work/zcu104_zynqmp-poky-linux/u-boot-xlnx/v2019.01
-xilinx-v2019.1+gitAUTOINC+d895ac5e94-r0/git/Makefile:1653: recipe for
target 'spl/u-boot-spl' failed
| make[1]: *** [spl/u-boot-spl] Error 2
I've read there are multiple flows and I'm trying to follow the standard
yocto/non meta-xilinx-tools flow.
In my local.conf I have overwritten or added these settings:
MACHINE ??= "zcu104-zynqmp"
LICENSE_FLAGS_WHITELIST += "xilinx"
BBMULTICONFIG ?= "pmu"
In conf/multiconfig/pmu.conf I have:
MACHINE="zynqmp-pmu"
DISTRO="xilinx-standalone"
TMPDIR="${TOPDIR}/pmutmp"
In my bblayers.conf I have:
BBLAYERS ?= " \
/opt/oe/warrior/poky/meta \
/opt/oe/warrior/poky/meta-poky \
/opt/oe/warrior/poky/meta-yocto-bsp \
/opt/oe/warrior/meta-xilinx/meta-xilinx-bsp \
/opt/oe/warrior/meta-xilinx/meta-xilinx-standalone \
/opt/oe/warrior/meta-zcu104 \
"
Where my layer meta-zcu104 has my own core-image-zcu104.bb with:
DESCRIPTION = "Extend core-image by adding stuff we want"
inherit core-image
do_image[mcdepends] = "multiconfig::pmu:pmu-firmware:do_deploy"
any ideas?
smime.p7s
Description: S/MIME cryptographic signature
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#4575): https://lists.yoctoproject.org/g/meta-xilinx/message/4575 Mute This Topic: https://lists.yoctoproject.org/mt/67565968/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
