From: Zhenhua Luo Date: Fri, 28 Aug 2015 10:36:54 +0000 (+0800) Subject: u-boot-qoriq: add quote mark to avoid build error when multiple u-boot configs are... X-Git-Tag: 2.1~355 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6eb2ad0da033885303fe61d856ed2d777dc2f17b;p=meta-freescale.git 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 Signed-off-by: Otavio Salvador --- 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() { do_deploy_append_qoriq-ppc() { if [ "x${UBOOT_MACHINES}" = "x" ]; then - UBOOT_MACHINES=${UBOOT_MACHINE} + UBOOT_MACHINES="${UBOOT_MACHINE}" fi for board in ${UBOOT_MACHINES}; do