aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend')
-rw-r--r--meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
index 7d2241a..10c176f 100644
--- a/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
+++ b/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
@@ -2,11 +2,14 @@
FILESEXTRAPATHS_append := ":${THISDIR}/${PN}"
# Kernel configs
-SRC_URI_append_beagleboard = " file://beagle_qemu.cfg"
SRC_URI_append_vexpressa9 = " file://vexpress_a9.cfg"
SRC_URI_append_qemux86 = " file://qemux86.cfg"
SRC_URI_append_qemux86-64 = " file://qemux86_64.cfg"
# vexpress-a9 support
-KMACHINE_vexpressa9 = "beagleboard"
+KMACHINE_vexpressa9 = "qemuarma9"
COMPATIBLE_MACHINE_vexpressa9 = "vexpressa9"
+KERNEL_DEVICETREE_vexpressa9 = "vexpress-v2p-ca9.dtb"
+
+# no warning message during do_kernel_configcheck
+KCONF_AUDIT_LEVEL = "0"