summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend
diff options
context:
space:
mode:
authorDragos Motrea <Dragos.Motrea@enea.com>2018-01-04 10:49:12 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2018-01-08 10:15:16 +0100
commitc60243465f61d8a76069ebba2e756fbee0e117dd (patch)
tree789f6714dfd909d3d0220ca84ad61affbbef6cf1 /recipes-kernel/linux/linux-raspberrypi_4.9.bbappend
parent392d5cf13e4a8cd1ac70f56f95b5b598b25b65e1 (diff)
downloadmeta-enea-bsp-arm-c60243465f61d8a76069ebba2e756fbee0e117dd.tar.gz
kernel-devsrc: fix do_install
The kernel-devsrc install task was failing because of wrong overlays directory path from Makefile. Signed-off-by: Dragos Motrea <Dragos.Motrea@enea.com> Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'recipes-kernel/linux/linux-raspberrypi_4.9.bbappend')
-rw-r--r--recipes-kernel/linux/linux-raspberrypi_4.9.bbappend4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend
index 424aa53..619a263 100644
--- a/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend
+++ b/recipes-kernel/linux/linux-raspberrypi_4.9.bbappend
@@ -1,5 +1,9 @@
1require recipes-kernel/linux/linux-deploy-kconfig.inc 1require recipes-kernel/linux/linux-deploy-kconfig.inc
2 2
3FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
4
5SRC_URI += "file://0001-Changed-overlays-directory-path.patch"
6
3# Inhibits warnings printed during do_kernel_configcheck 7# Inhibits warnings printed during do_kernel_configcheck
4KCONF_AUDIT_LEVEL = "0" 8KCONF_AUDIT_LEVEL = "0"
5 9