]> code.ossystems Code Review - meta-freescale.git/commitdiff
u-boot-qoriq: add quote mark to avoid build error when multiple u-boot configs are...
authorZhenhua Luo <zhenhua.luo@freescale.com>
Fri, 28 Aug 2015 10:36:54 +0000 (18:36 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:16 +0000 (15:03 -0300)
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>
recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb

index f5b258d3ba5a5ad165fe9a521cc3bd4c53bcd8b0..2ab2e13936acc4da390c55d1d8cb0ed35885f001 100644 (file)
@@ -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