summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2022-02-01 11:37:12 -0800
committerMark Hatle <mark.hatle@xilinx.com>2022-02-02 07:06:22 -0800
commit64d65a7eaabb605f8a7c39332e8eb282abbb4019 (patch)
tree17fbbb3d4dd87ae4360d11bfa3bad50c016de70b /meta-xilinx-core
parent0bf58e804f55f7fa13fb91c394fe9ef719f23091 (diff)
downloadmeta-xilinx-64d65a7eaabb605f8a7c39332e8eb282abbb4019.tar.gz
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 <mark.hatle@xilinx.com>
Diffstat (limited to 'meta-xilinx-core')
-rw-r--r--meta-xilinx-core/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb1
1 files changed, 1 insertions, 0 deletions
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() {
126} 126}
127 127
128do_configure[vardeps] += "BIF_PARTITION_ATTR BIF_PARTITION_IMAGE BIF_COMMON_ATTR" 128do_configure[vardeps] += "BIF_PARTITION_ATTR BIF_PARTITION_IMAGE BIF_COMMON_ATTR"
129do_configure[vardeps] += "BIF_FSBL_ATTR BIF_BITSTREAM_ATTR BIF_ATF_ATTR BIF_DEVICETREE_ATTR BIF_SSBL_ATTR"
129 130
130do_compile() { 131do_compile() {
131 cd ${WORKDIR} 132 cd ${WORKDIR}