aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-igep2_2.6.33.7-0.bb
blob: e5d76bbf31e225b795dbb221e33eff705a298def (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
require linux.inc

DESCRIPTION = "2.6 Linux Kernel for IGEP based platforms"
KERNEL_IMAGETYPE = "uImage"

COMPATIBLE_MACHINE = "(igep0020|igep0030)"

DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_igep0020 = "1"
DEFAULT_PREFERENCE_igep0030 = "1"

SRC_URI = "git://git.igep.es/pub/scm/linux-omap-2.6.git;protocol=git;tag=v${PV} \
	   file://defconfig"

S = "${WORKDIR}/git"