summaryrefslogtreecommitdiffstats
path: root/meta-kernel-dev/recipes-kernel/linux/linux-korg.bb
blob: ced876c6c894d91b5d2a0e0b9d043f24b4a493c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
inherit kernel
require recipes-kernel/linux/linux-yocto.inc

SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git;protocol=git;nocheckout=1"
SRCREV="${AUTOREV}"

LINUX_VERSION ?= "3.4"
LINUX_VERSION_EXTENSION = "-yoctized-${LINUX_KERNEL_TYPE}"

PR = "r0"
PV = "${LINUX_VERSION}+git${SRCPV}"

COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemux86-64)"