summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/u-boot')
-rw-r--r--meta/recipes-bsp/u-boot/u-boot.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-bsp/u-boot/u-boot.inc b/meta/recipes-bsp/u-boot/u-boot.inc
index afe3fe91f2..4a55fd6b4a 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -42,7 +42,7 @@ UBOOT_ELF_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_ELF_SUFFIX}"
42# deploy directory. For those versions they can set the following variables 42# deploy directory. For those versions they can set the following variables
43# to allow packaging the SPL. 43# to allow packaging the SPL.
44SPL_BINARY ?= "" 44SPL_BINARY ?= ""
45SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY", True))}" 45SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY"))}"
46SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}" 46SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}"
47SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}" 47SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}"
48 48