aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi-bsp/recipes-kernel/linux/linux-yocto_%.bbappend
blob: 7d2241a7a7fddc33510b019638c31d652f7446d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Find defconfig path
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"
COMPATIBLE_MACHINE_vexpressa9 = "vexpressa9"