diff options
| author | Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com> | 2022-02-22 19:13:29 -0700 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@xilinx.com> | 2022-03-28 13:48:34 -0700 |
| commit | 85aa92bbcb85b561e2bfd93523c9968f21d8617e (patch) | |
| tree | 21f73aa2a31bd52f4a277b6d397d536ed9b19b7c | |
| parent | 3e9b6e6cce4bb2fc88cf9446b939c97be7363061 (diff) | |
| download | meta-xilinx-85aa92bbcb85b561e2bfd93523c9968f21d8617e.tar.gz | |
embeddedsw: Update fsbl image name
Update FSBL_IMAGE_NAME to align with expected file name to be
fsbl-${MACHINE}.
Signed-off-by: Sandeep Gundlupet Raju <sandeep.gundlupet-raju@xilinx.com>
Signed-off-by: Mark Hatle <mark.hatle@xilinx.com>
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | 2 | ||||
| -rw-r--r-- | meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-fw-cfg.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc index 99101d09..dd87ff31 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc | |||
| @@ -57,7 +57,7 @@ do_install() { | |||
| 57 | PACKAGES = "" | 57 | PACKAGES = "" |
| 58 | 58 | ||
| 59 | # This is the default in most BSPs. A MACHINE.conf can override this! | 59 | # This is the default in most BSPs. A MACHINE.conf can override this! |
| 60 | FSBL_IMAGE_NAME ??= "fsbl" | 60 | FSBL_IMAGE_NAME ??= "fsbl-${MACHINE}" |
| 61 | 61 | ||
| 62 | inherit image-artifact-names | 62 | inherit image-artifact-names |
| 63 | 63 | ||
diff --git a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-fw-cfg.inc b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-fw-cfg.inc index 5499befd..ebd9e00a 100644 --- a/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-fw-cfg.inc +++ b/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-fw-cfg.inc | |||
| @@ -4,4 +4,4 @@ | |||
| 4 | FSBL_DEPENDS ?= "" | 4 | FSBL_DEPENDS ?= "" |
| 5 | FSBL_MCDEPENDS ?= "mc::fsbl-fw:fsbl-firmware:do_deploy" | 5 | FSBL_MCDEPENDS ?= "mc::fsbl-fw:fsbl-firmware:do_deploy" |
| 6 | FSBL_DEPLOY_DIR ?= "${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}" | 6 | FSBL_DEPLOY_DIR ?= "${TOPDIR}/tmp-fsbl-fw/deploy/images/${MACHINE}" |
| 7 | FSBL_IMAGE_NAME ?= "fsbl" | 7 | FSBL_IMAGE_NAME ?= "fsbl-${MACHINE}" |
