]> code.ossystems Code Review - meta-freescale.git/commit
classes/u-boot: Update getVar syntax
authorZhenhua Luo <zhenhua.luo@nxp.com>
Thu, 3 Mar 2016 07:27:23 +0000 (15:27 +0800)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 19 Apr 2016 18:03:26 +0000 (15:03 -0300)
commit014b8024c49ec35c5a3eb6c5a03b6abf2b324e72
tree82ca9131b5204e432e0897f832873418e379d50f
parent62c8d8cc6500711464049662489729f208240be8
classes/u-boot: Update getVar syntax

This runs:

sed -e 's:\(\.getVar([^,()]*\)):\1, False):g' -i `grep -ril getVar *`

on the layer to update the getVar usages without an expand parameter,
This ensures the layer continues to work with bitbake master.

There is no functionality change although some of these sites
may benefit from expand=True.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Zhenhua Luo <zhenhua.luo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
classes/qoriq_build_64bit_kernel.bbclass
recipes-bsp/u-boot/u-boot-qoriq_2015.01.bb