summaryrefslogtreecommitdiffstats
path: root/meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend')
-rw-r--r--meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend b/meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend
new file mode 100644
index 0000000..f2bdba1
--- /dev/null
+++ b/meta-vib4-extras/recipes/linux-libc-headers/linux-libc-headers_4.1.bbappend
@@ -0,0 +1,7 @@
1# Use our kernel instead of yocto which defaults to mainline 3.18
2SRC_URI = "file://${KERN_DIR}/linux.tar.bz2"
3PV = "3.18"
4
5# Extracting linux.tar.bz2 creates directories
6# <top>/vibrante-oss-src/kernel
7S = "${WORKDIR}/vibrante-oss-src/kernel"