aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro/recipes-kernel/linux/linaro-lng-rt-x86-64_git.bb
blob: 548a932763da6b53cbb1cab2d37563cf6afbbda2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Linaro LNG Kernel For x86"
PV = "3.14+git${SRCPV}"

require linaro-lng.inc

SRC_URI = "git://git.linaro.org/kernel/linux-linaro-lng.git;branch=linux-linaro-lng-v3.14-rt"

do_configure_prepend() {
    cd ${S}
    scripts/kconfig/merge_config.sh -m arch/x86/configs/x86_64_defconfig \
     linaro/configs/hugepage.conf linaro/configs/preempt-rt.conf \
     linaro/configs/ovs.conf linaro/configs/kvm-host.conf \
     linaro/configs/no_hz_full.conf
    scripts/config -e CONFIG_DEVTMPFS
    scripts/config -e CONFIG_DEVTMPFS_MOUNT
    scripts/config -e CONFIG_E1000E
    scripts/config -e CONFIG_IXGBE
    cd ${B}
}