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-04 13:28:20 -0800
commit1ec5b7ffc2d4e2272bc51182ff3c5707a0c8f8b0 (patch)
tree5f230f68f06001483e9c95ebb8647dfc320ec0ec /meta-xilinx-core
parentb23ccd5bd3b35a1a937290054215de9cb1500db6 (diff)
downloadmeta-xilinx-1ec5b7ffc2d4e2272bc51182ff3c5707a0c8f8b0.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}