From fec5cd3b7ca6e593d7bf8a28711fd4d876354f05 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 29 Oct 2015 11:39:10 +0100 Subject: rename the kernel config fragments variable For better readability Signed-off-by: Adrian Dudau --- recipes-kernel/linux/enea-common.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes-kernel') diff --git a/recipes-kernel/linux/enea-common.inc b/recipes-kernel/linux/enea-common.inc index 5de0749..192100c 100644 --- a/recipes-kernel/linux/enea-common.inc +++ b/recipes-kernel/linux/enea-common.inc @@ -1,12 +1,12 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" def format_file_uri(d): - substrlist = d.getVar("ENEA_KERN_FRAGMENTS").split() + substrlist = d.getVar("ENEA_KERNEL_FRAGMENTS").split() ostr = '' for substr in substrlist: ostr = ostr + " file://" + substr return ostr.lstrip() -ENEA_KERN_FRAGMENTS ??= "" +ENEA_KERNEL_FRAGMENTS ??= "" SRC_URI += "${@format_file_uri(d)}" -- cgit v1.2.3-54-g00ecf