blob: 9228ec24c8c36bd00cef6fbf2be9c1e3ebbb0f07 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require linux.inc
DESCRIPTION = "Linux kernel for Neuros OSD devices"
SRCREV = "465f0ba12501e1c4e048f0a3ca8182404aeb66fc"
PV = "2.6.30+2.6.31rc5-${PR}+gitr${SRCREV}"
PE = "1"
COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)"
SRC_URI = "git://github.com/vu3rdd/linux-davinci-osd2.git;protocol=git;branch=osd2 \
file://defconfig"
S = "${WORKDIR}/git"
|