Hi David!
Hope all you guys are staying safe and doing what you can to help in this
latest human challenge.
> On Mar 18, 2020, at 00:50, David Marec <[email protected]> wrote:
>
>
> Starting with 2019.2, `boot-gen` has been added as a dependency into
> `xilinx-bootbin_1.0` recipe for *zynq* and *zynqmp* targets.
>
> This way, parsing recipes with one these machines in the setup fails on :
> "Nothing PROVIDES 'bootgen-native' … Required by /xilinx-bootbin_1.0"
>
> What should be done to provide this `bootgen` requirement ?
Not sure if your error is what I experienced, but it rings a bell... Here's
what I had to do to make it work on 2019.2:
diff --cc recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
index 76c4409,e6f4808..6c86887
--- a/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
+++ b/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
@@@ -14,7 -11,8 +14,9 @@@ inherit deplo
PROVIDES = "virtual/boot-bin"
+B = "${WORKDIR}/build"
+ DEPENDS_zynq += "bootgen-native"
+ DEPENDS_zynqmp += "bootgen-native"
do_configure[depends] += "${@get_bootbin_depends(d)}"
And you can find bootgen at
meta-xilinx/meta-xilinx-bsp/recipes-bsp/bootgen/bootgen_1.0.b
I don't know how Xilinx makes it work without this change I made. Perhaps has
to do with the fact that I don't use meta-petalinux.
Cheers!-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#4679):
https://lists.yoctoproject.org/g/meta-xilinx/message/4679
Mute This Topic: https://lists.yoctoproject.org/mt/72046244/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-xilinx/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-