summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-10-25 12:07:41 -0700
committerMark Hatle <mark.hatle@amd.com>2022-10-25 16:38:06 -0700
commitedf1b5f64b77fffeac0d43aaa41f5484382b4e06 (patch)
tree9419ede026e0a1cb5f6856585d99dfdeccfe546e
parentbecd730ab1c683d0b960b6e80518a778a390c9fa (diff)
downloadmeta-xilinx-edf1b5f64b77fffeac0d43aaa41f5484382b4e06.tar.gz
xilinx-bootbin: Update Zynq and ZynqMP bitstream to use RECIPE_SYSROOT
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc2
-rw-r--r--meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc
index a9428d5c..e9933fd8 100644
--- a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc
+++ b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynq.inc
@@ -21,5 +21,5 @@ BIF_PARTITION_ATTR[device-tree] ?= "load=0x100000"
21BIF_PARTITION_IMAGE[device-tree] ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" 21BIF_PARTITION_IMAGE[device-tree] ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb"
22 22
23# enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR) 23# enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR)
24BIF_PARTITION_IMAGE[bitstream] ?= "${DEPLOY_DIR_IMAGE}/download-${MACHINE}.bit" 24BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit"
25BIF_PARTITION_DEPENDS[bitstream] ?= "virtual/bitstream:do_deploy" 25BIF_PARTITION_DEPENDS[bitstream] ?= "virtual/bitstream:do_deploy"
diff --git a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc
index ab2ee1d7..c5c4e385 100644
--- a/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc
+++ b/meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc
@@ -48,4 +48,4 @@ BIF_PARTITION_IMAGE[device-tree] ?= "${RECIPE_SYSROOT}/boot/devicetree/system-to
48 48
49# enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR) 49# enable bitstream-Note this is not enabled by default (missing in BIF_PARTITION_ATTR)
50BIF_PARTITION_ATTR[bitstream] ?= "destination_device=pl" 50BIF_PARTITION_ATTR[bitstream] ?= "destination_device=pl"
51BIF_PARTITION_IMAGE[bitstream] ?= "${DEPLOY_DIR_IMAGE}/download-${MACHINE}.bit" 51BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit"