aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-gta04_git.bb
blob: 22dbb163224f1bdb5e0041891dfa06845289e7e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SRCREV="${AUTOREV}" 
PV = "2.6.37+${PR}+gitr${SRCREV}"
PR = "r1"

inherit kernel

COMPATIBLE_MACHINE = "beaglehyb"

SRC_URI = "git://projects.goldelico.com/gta04-kernel.git;protocol=git "
SRC_URI_append_beaglehyb = "file://omap3_beaglehyb_defconfig"

S = "${WORKDIR}/git"

do_configure_prepend_beaglehyb() {
	install -m 0644 ${WORKDIR}/omap3_beaglehyb_defconfig ${S}/.config
}