aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-neuros_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-neuros_git.bb')
-rw-r--r--recipes/linux/linux-neuros_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/linux/linux-neuros_git.bb b/recipes/linux/linux-neuros_git.bb
new file mode 100644
index 0000000000..57d144ec76
--- /dev/null
+++ b/recipes/linux/linux-neuros_git.bb
@@ -0,0 +1,16 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for Neuros OSD devices"
+
+SRCREV = "d29d662688b79d833c99cdcdcb7fb0f5b9d7fba0"
+
+PV = "2.6.23-${PR}+gitr${SRCREV}"
+PR = "r14"
+PE = "1"
+
+COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)"
+
+SRC_URI = "git://github.com/neuros/linux-davinci-2.6.git;protocol=git;branch=master \
+ file://defconfig"
+
+S = "${WORKDIR}/git"