summaryrefslogtreecommitdiffstats
path: root/recipes-bsp
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-08-28 18:36:54 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:16 -0300
commit6eb2ad0da033885303fe61d856ed2d777dc2f17b (patch)
treea46f5a069f888d6928558ce02d581ef8c9bcf053 /recipes-bsp
parentdd2894a5cd0ee27a755ac577df27ed2d13eeed2d (diff)
downloadmeta-freescale-6eb2ad0da033885303fe61d856ed2d777dc2f17b.tar.gz
u-boot-qoriq: add quote mark to avoid build error when multiple u-boot configs are built
The the following build error: ./poky/p4080ds/tmp/work/p4080ds-poky-linux/u-boot-qoriq/2015.01+fslgit-r0/temp/run.do_deploy.16948: line 172: P4080DS_config: command not found UBOOT_MACHINES= P4080DS_config P4080DS_SECURE_BOOT_config P4080DS_SDCARD_config P4080DS_SPIFLASH_config Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
index f5b258d3..2ab2e139 100644
--- a/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
+++ b/recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb
@@ -154,7 +154,7 @@ do_install_append_qoriq-ppc() {
154 154
155do_deploy_append_qoriq-ppc() { 155do_deploy_append_qoriq-ppc() {
156 if [ "x${UBOOT_MACHINES}" = "x" ]; then 156 if [ "x${UBOOT_MACHINES}" = "x" ]; then
157 UBOOT_MACHINES=${UBOOT_MACHINE} 157 UBOOT_MACHINES="${UBOOT_MACHINE}"
158 fi 158 fi
159 159
160 for board in ${UBOOT_MACHINES}; do 160 for board in ${UBOOT_MACHINES}; do