summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc')
-rw-r--r--meta-xilinx-standalone/recipes-bsp/embeddedsw/fsbl-firmware.inc2
1 files changed, 1 insertions, 1 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() {
57PACKAGES = "" 57PACKAGES = ""
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!
60FSBL_IMAGE_NAME ??= "fsbl" 60FSBL_IMAGE_NAME ??= "fsbl-${MACHINE}"
61 61
62inherit image-artifact-names 62inherit image-artifact-names
63 63