From a5ecd90543b0842555662ea92e129d78e6f8c08b Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Tue, 10 Jul 2018 07:06:01 +0000 Subject: meta-ti: cleanup use of d.getVar() 1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ipumm-fw/ipumm-fw_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp') diff --git a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb index 761210e7..22a8c4f8 100644 --- a/recipes-bsp/ipumm-fw/ipumm-fw_git.bb +++ b/recipes-bsp/ipumm-fw/ipumm-fw_git.bb @@ -1,5 +1,5 @@ python __anonymous() { - features = d.getVar("MACHINE_FEATURES", d, 1) + features = d.getVar("MACHINE_FEATURES") if not features: return if "mmip" not in features: -- cgit v1.2.3-54-g00ecf