[RFC PATCH openbmc v3 4/8] linux-obmc: Allow processing of multiple device trees

Andrew Jeffery andrew at aj.id.au
Wed Mar 23 19:03:31 AEDT 2016


Signed-off-by: Andrew Jeffery <andrew at aj.id.au>
---
 meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
index 3e74f7c..05dff55 100644
--- a/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
+++ b/meta-phosphor/common/recipes-kernel/linux/linux-obmc_4.3.bb
@@ -20,7 +20,7 @@ inherit kernel
 require recipes-kernel/linux/linux-yocto.inc
 
 do_patch_append() {
-        for DTB in "${KERNEL_DEVICETREE}"; do
+        for DTB in ${KERNEL_DEVICETREE}; do
 		DT=`basename ${DTB} .dtb`
                 if [ -r "${WORKDIR}/${DT}.dts" ]; then
                         cp ${WORKDIR}/${DT}.dts \
-- 
2.5.0



More information about the openbmc mailing list