diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-25 12:07:41 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-11-10 15:04:42 -0800 |
| commit | 51ecf4c682844d0f9318edc70d82e65e656e83d9 (patch) | |
| tree | a176d4731a15f5a010553fc466ecc0e6fb078c8a | |
| parent | 026bdf782e825a88759caafdc1cb3614613589c4 (diff) | |
| download | meta-xilinx-51ecf4c682844d0f9318edc70d82e65e656e83d9.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" |
