From 399ca5f775a0d2147e4734b7c77c88cc8338d463 Mon Sep 17 00:00:00 2001 From: Nora Bjorklund Date: Tue, 1 Mar 2016 10:39:56 +0100 Subject: linux-common: update d.getVar syntax MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update to include an expand parameter for d.getVar to comply with bitbake master. Signed-off-by: Nora Björklund --- recipes-kernel/linux/enea-common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/enea-common.inc b/recipes-kernel/linux/enea-common.inc index 192100c..c928f46 100644 --- a/recipes-kernel/linux/enea-common.inc +++ b/recipes-kernel/linux/enea-common.inc @@ -1,7 +1,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" def format_file_uri(d): - substrlist = d.getVar("ENEA_KERNEL_FRAGMENTS").split() + substrlist = d.getVar("ENEA_KERNEL_FRAGMENTS", False).split() ostr = '' for substr in substrlist: ostr = ostr + " file://" + substr -- cgit v1.2.3-54-g00ecf