From 64d65a7eaabb605f8a7c39332e8eb282abbb4019 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Tue, 1 Feb 2022 11:37:12 -0800 Subject: xilinx-bootbin: Ensure do_configure pays attention to all of the values do_configure processes the BIF_PARTITION_ATTR based on python getVar. This prevents the system from automatically discovering the variables needed for hash calculations to determine if something has changed. Manually add in the list of standard variables processed to ensure the hash updates. Signed-off-by: Mark Hatle --- meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-xilinx-core') diff --git a/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb b/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb index 2595f2c4..f914675e 100644 --- a/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb +++ b/meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb @@ -126,6 +126,7 @@ python do_configure() { } do_configure[vardeps] += "BIF_PARTITION_ATTR BIF_PARTITION_IMAGE BIF_COMMON_ATTR" +do_configure[vardeps] += "BIF_FSBL_ATTR BIF_BITSTREAM_ATTR BIF_ATF_ATTR BIF_DEVICETREE_ATTR BIF_SSBL_ATTR" do_compile() { cd ${WORKDIR} -- cgit v1.2.3-54-g00ecf