summaryrefslogtreecommitdiffstats
path: root/meta/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-bsp/u-boot/u-boot.inc')
-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 700d5d39f4..0445c343d3 100644
--- a/meta/recipes-bsp/u-boot/u-boot.inc
+++ b/meta/recipes-bsp/u-boot/u-boot.inc
@@ -32,7 +32,7 @@ UBOOT_MAKE_TARGET ?= "all"
32# deploy directory. For those versions they can set the following variables 32# deploy directory. For those versions they can set the following variables
33# to allow packaging the SPL. 33# to allow packaging the SPL.
34SPL_BINARY ?= "" 34SPL_BINARY ?= ""
35SPL_IMAGE ?= "${SPL_BINARY}-${PV}-${PR}" 35SPL_IMAGE ?= "${SPL_BINARY}-${MACHINE}-${PV}-${PR}"
36SPL_SYMLINK ?= "${SPL_BINARY}-${MACHINE}" 36SPL_SYMLINK ?= "${SPL_BINARY}-${MACHINE}"
37 37
38do_compile () { 38do_compile () {