summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@xilinx.com>2021-06-22 17:44:52 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2021-09-27 21:34:01 -0700
commit9f2a7171c092f0726684e1af671a7362e25bbca4 (patch)
tree341df6b2843022789d92b7f2cf7ca32b2015b5d0
parenta8545b13fcec0e0552d1334cbaa3cb04a5b37ea9 (diff)
downloadmeta-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.bb3
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
14DEPENDS += "bootgen-native" 14DEPENDS += "bootgen-native"
15 15
16DEPENDS += "${BIF_PARTITION_ATTR}" 16# There is no bitstream recipe, so really depend on virtual/bitstream
17DEPENDS += "${@d.getVar('BIF_PARTITION_ATTR').replace('bitstream', 'virtual/bitstream')}"
17 18
18PACKAGE_ARCH = "${MACHINE_ARCH}" 19PACKAGE_ARCH = "${MACHINE_ARCH}"
19 20