summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/enea-common.inc
diff options
context:
space:
mode:
authorAdrian Calianu <adrian.calianu@enea.com>2017-03-08 13:58:04 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2017-03-09 15:33:50 +0100
commit0ad35fda8924b89f571f0437c3fd67ab768b823e (patch)
treed41f9c284e3480d15f25fceb5ed8b9cb295b1b09 /recipes-kernel/linux/enea-common.inc
parente16a715b2c78602ae3c394c2c3731bbe34c817f9 (diff)
downloadmeta-enea-bsp-common-0ad35fda8924b89f571f0437c3fd67ab768b823e.tar.gz
remove all kernel config fragmentsHEADmaster
From now on Enea Linux will use Yocto kernel config style using a separate meta data repo. Signed-off-by: Adrian Calianu <adrian.calianu@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/enea-common.inc')
-rw-r--r--recipes-kernel/linux/enea-common.inc12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-kernel/linux/enea-common.inc b/recipes-kernel/linux/enea-common.inc
deleted file mode 100644
index c928f46..0000000
--- a/recipes-kernel/linux/enea-common.inc
+++ /dev/null
@@ -1,12 +0,0 @@
1FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
2
3def format_file_uri(d):
4 substrlist = d.getVar("ENEA_KERNEL_FRAGMENTS", False).split()
5 ostr = ''
6 for substr in substrlist:
7 ostr = ostr + " file://" + substr
8 return ostr.lstrip()
9
10ENEA_KERNEL_FRAGMENTS ??= ""
11
12SRC_URI += "${@format_file_uri(d)}"