aboutsummaryrefslogtreecommitdiff
path: root/recipes-kernel/linux/linux-yocto_3.2.bbappend
blob: 16ad9f6fd606c59fd409b280919ae42eb5a0af75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
KMACHINE_qemuarmv7a  = "arm-versatile-926ejs"
KBRANCH_qemuarmv7a = "standard/default/arm-versatile-926ejs"

COMPATIBLE_MACHINE_qemuarmv7a = "qemuarmv7a"

# To find the defconfig in case of "qemuarmv7a" BitBake searches the
# $MACHINE subdir automatically. Therefore it is sufficient to add the
# location of this bbappend file to the FILESEXTRAPATHS variable.
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

DEFCONFIG = ""
DEFCONFIG_qemuarmv7a = "file://defconfig"
SRC_URI += "${DEFCONFIG}"