From 6eb2ad0da033885303fe61d856ed2d777dc2f17b Mon Sep 17 00:00:00 2001 From: Zhenhua Luo Date: Fri, 28 Aug 2015 18:36:54 +0800 Subject: [PATCH] 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 --- recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.1