diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-01 11:37:12 -0800 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-02-04 13:28:20 -0800 |
| commit | 1ec5b7ffc2d4e2272bc51182ff3c5707a0c8f8b0 (patch) | |
| tree | 5f230f68f06001483e9c95ebb8647dfc320ec0ec /meta-xilinx-core | |
| parent | b23ccd5bd3b35a1a937290054215de9cb1500db6 (diff) | |
| download | meta-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.bb | 1 |
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 | ||
| 128 | do_configure[vardeps] += "BIF_PARTITION_ATTR BIF_PARTITION_IMAGE BIF_COMMON_ATTR" | 128 | do_configure[vardeps] += "BIF_PARTITION_ATTR BIF_PARTITION_IMAGE BIF_COMMON_ATTR" |
| 129 | do_configure[vardeps] += "BIF_FSBL_ATTR BIF_BITSTREAM_ATTR BIF_ATF_ATTR BIF_DEVICETREE_ATTR BIF_SSBL_ATTR" | ||
| 129 | 130 | ||
| 130 | do_compile() { | 131 | do_compile() { |
| 131 | cd ${WORKDIR} | 132 | cd ${WORKDIR} |
