diff options
| author | Mark Hatle <mark.hatle@xilinx.com> | 2021-06-22 17:44:52 -0700 |
|---|---|---|
| committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2021-09-27 21:34:01 -0700 |
| commit | 9f2a7171c092f0726684e1af671a7362e25bbca4 (patch) | |
| tree | 341df6b2843022789d92b7f2cf7ca32b2015b5d0 | |
| parent | a8545b13fcec0e0552d1334cbaa3cb04a5b37ea9 (diff) | |
| download | meta-xilinx-9f2a7171c092f0726684e1af671a7362e25bbca4.tar.gz | |
xilinx-bootbin: Support 'bitstream'
Unlike the other recipes, there is no 'bitstream' recipe, everything is
expected to provide "virtual/bitstream" instead. So allow this behavior.
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb b/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb index 4bd99bda..44c96887 100644 --- a/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb +++ b/meta-xilinx-bsp/recipes-bsp/bootbin/xilinx-bootbin_1.0.bb | |||
| @@ -13,7 +13,8 @@ PROVIDES = "virtual/boot-bin" | |||
| 13 | 13 | ||
| 14 | DEPENDS += "bootgen-native" | 14 | DEPENDS += "bootgen-native" |
| 15 | 15 | ||
| 16 | DEPENDS += "${BIF_PARTITION_ATTR}" | 16 | # There is no bitstream recipe, so really depend on virtual/bitstream |
| 17 | DEPENDS += "${@d.getVar('BIF_PARTITION_ATTR').replace('bitstream', 'virtual/bitstream')}" | ||
| 17 | 18 | ||
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 19 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 19 | 20 | ||
