diff options
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-rw-r--r-- | meta/recipes-bsp/u-boot/u-boot.inc | 2 |
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. |
44 | SPL_BINARY ?= "" | 44 | SPL_BINARY ?= "" |
45 | SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY", True))}" | 45 | SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY"))}" |
46 | SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}" | 46 | SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}" |
47 | SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}" | 47 | SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}" |
48 | 48 | ||