summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot.inc
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2017-05-02 18:15:28 -0500
committerJohn Klug <john.klug@multitech.com>2017-06-09 09:09:19 -0500
commita1d3ae5963cef521815d6dadd327d45dbf1977ec (patch)
tree5be61bd8832bba425fe48c2c786680b200a2aefc /recipes-bsp/u-boot/u-boot.inc
parentedea6dc929f35a24a42dd74ce0bee236a8fe9f56 (diff)
downloadmeta-multitech-atmel-a1d3ae5963cef521815d6dadd327d45dbf1977ec.tar.gz
meta-multitech-atmel-a1d3ae5963cef521815d6dadd327d45dbf1977ec.tar.bz2
meta-multitech-atmel-a1d3ae5963cef521815d6dadd327d45dbf1977ec.zip
u-boot 2016.03 patches. Unfinished.
Diffstat (limited to 'recipes-bsp/u-boot/u-boot.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot.inc10
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes-bsp/u-boot/u-boot.inc b/recipes-bsp/u-boot/u-boot.inc
index 0694f92..2795dc3 100644
--- a/recipes-bsp/u-boot/u-boot.inc
+++ b/recipes-bsp/u-boot/u-boot.inc
@@ -49,10 +49,10 @@ UBOOT_ELF_SYMLINK ?= "u-boot-${MACHINE}.${UBOOT_ELF_SUFFIX}"
# should be packaged along with the u-boot binary as well as placed in the
# deploy directory. For those versions they can set the following variables
# to allow packaging the SPL.
-SPL_BINARY ?= ""
-SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY", True))}"
-SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}"
-SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}"
+#SPL_BINARY ?= ""
+#SPL_BINARYNAME ?= "${@os.path.basename(d.getVar("SPL_BINARY", True))}"
+#SPL_IMAGE ?= "${SPL_BINARYNAME}-${MACHINE}-${PV}-${PR}"
+#SPL_SYMLINK ?= "${SPL_BINARYNAME}-${MACHINE}"
# Additional environment variables or a script can be installed alongside
# u-boot to be used automatically on boot. This file, typically 'uEnv.txt'
@@ -90,7 +90,7 @@ do_compile () {
j=`expr $j + 1`;
if [ $j -eq $i ]
then
- oe_runmake O=${config} ${config}
+ oe_runmake O=${config} ${config} --defconfig mtconfig
oe_runmake O=${config} ${UBOOT_MAKE_TARGET}
cp ${S}/${config}/${UBOOT_BINARY} ${S}/${config}/u-boot-${type}.${UBOOT_SUFFIX}
fi