aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-kernel/linux/linux-aarch64-kvm_git.bb
blob: 79a08ee519ef2c3bd24a258a3cf2dca464c49a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require linux-linaro.inc

SRC_URI = " \
           git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms.git;branch=kvm-arm64/kvm;name=kernel \
           git://git.linaro.org/arm/models/boot-wrapper-aarch64.git;branch=master;name=bootwrapper;destsuffix=bootwrapper \
"

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " file://kvm-config"

DEFAULT_PREFERENCE = "-1"

do_configure_prepend() {
    ARCH=arm64 make defconfig
    cat ../kvm-config >> .config
    ARCH=arm64 make oldconfig

}