diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 12:07:41 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 16:38:06 -0700 |
| commit | edf1b5f64b77fffeac0d43aaa41f5484382b4e06 (patch) | |
| tree | 9419ede026e0a1cb5f6856585d99dfdeccfe546e | |
| parent | becd730ab1c683d0b960b6e80518a778a390c9fa (diff) | |
| download | meta-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.inc | 2 | ||||
| -rw-r--r-- | meta-xilinx-core/recipes-bsp/bootbin/machine-xilinx-zynqmp.inc | 2 |
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" | |||
| 21 | BIF_PARTITION_IMAGE[device-tree] ?= "${RECIPE_SYSROOT}/boot/devicetree/system-top.dtb" | 21 | BIF_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) |
| 24 | BIF_PARTITION_IMAGE[bitstream] ?= "${DEPLOY_DIR_IMAGE}/download-${MACHINE}.bit" | 24 | BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit" |
| 25 | BIF_PARTITION_DEPENDS[bitstream] ?= "virtual/bitstream:do_deploy" | 25 | BIF_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) |
| 50 | BIF_PARTITION_ATTR[bitstream] ?= "destination_device=pl" | 50 | BIF_PARTITION_ATTR[bitstream] ?= "destination_device=pl" |
| 51 | BIF_PARTITION_IMAGE[bitstream] ?= "${DEPLOY_DIR_IMAGE}/download-${MACHINE}.bit" | 51 | BIF_PARTITION_IMAGE[bitstream] ?= "${RECIPE_SYSROOT}/boot/bitstream/download-${MACHINE}.bit" |
