Hey All,

Just bumping my tools up to 2018.3 and has just one issue with
meta-xilinx-tools (actually using rel-v2019.1 because 2018.3 depended on
peta-linux....)

I'm overriding my bootbin partitions by providing BIF_PARTITION_* in my
machine.conf, but it appears xilinx-bootbin no longer allows me to add
partitions.  I've added a patch below to allow my expected behaviour, and
I've removed the zynqmp override.

Given the README mentions overriding this variable I feel like I may have
miss-understood something, as I wouldn't expect it to work as documented...

Curious to hear any thoughts.

Ben

diff --git a/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
b/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
index 1fb8d99..cdef4dd 100644
--- a/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
+++ b/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb
@@ -19,7 +19,7 @@ BIF_FILE_PATH ?= "${B}/bootgen.bif"

 BOOTGEN_EXTRA_ARGS ?= ""

-BIF_PARTITION_ATTR_zynqmp = "${@'fsbl pmu atf u-boot' if
d.getVar('FPGA_MNGR_RECONFIG_ENABLE') == '1' else 'fsbl bitstream pmu atf
u-boot'}"
+BIF_PARTITION_ATTR ?= "${@'fsbl pmu atf u-boot' if
d.getVar('FPGA_MNGR_RECONFIG_ENABLE') == '1' else 'fsbl bitstream pmu atf
u-boot'}"

 do_fetch[noexec] = "1"
 do_unpack[noexec] = "1"

-- 
*Ben Coughlan*
VP Software Engineering
Canberra, Australia
O: +61 2 6171 9730 <+61261719730>
W: liquidinstruments.com <http://www.liquidinstruments.com/>
-- 
_______________________________________________
meta-xilinx mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/meta-xilinx

Reply via email to