summaryrefslogtreecommitdiffstats
path: root/meta/classes/uboot-config.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta/classes/uboot-config.bbclass')
-rw-r--r--meta/classes/uboot-config.bbclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/classes/uboot-config.bbclass b/meta/classes/uboot-config.bbclass
index e9e7148f0d..07a303d0a0 100644
--- a/meta/classes/uboot-config.bbclass
+++ b/meta/classes/uboot-config.bbclass
@@ -21,8 +21,8 @@ def removesuffix(s, suffix):
21UBOOT_SUFFIX ??= "bin" 21UBOOT_SUFFIX ??= "bin"
22UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}" 22UBOOT_BINARY ?= "u-boot.${UBOOT_SUFFIX}"
23UBOOT_BINARYNAME ?= "${@os.path.splitext(d.getVar("UBOOT_BINARY"))[0]}" 23UBOOT_BINARYNAME ?= "${@os.path.splitext(d.getVar("UBOOT_BINARY"))[0]}"
24UBOOT_IMAGE ?= "u-boot-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}" 24UBOOT_IMAGE ?= "${UBOOT_BINARYNAME}-${MACHINE}-${PV}-${PR}.${UBOOT_SUFFIX}"
25UBOOT_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_SUFFIX}" 25UBOOT_SYMLINK ?= "${UBOOT_BINARYNAME}-${MACHINE}.${UBOOT_SUFFIX}"
26UBOOT_MAKE_TARGET ?= "all" 26UBOOT_MAKE_TARGET ?= "all"
27 27
28# Output the ELF generated. Some platforms can use the ELF file and directly 28# Output the ELF generated. Some platforms can use the ELF file and directly