summaryrefslogtreecommitdiff
path: root/packages/linux/linux-neuros_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/linux/linux-neuros_git.bb')
-rw-r--r--packages/linux/linux-neuros_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/packages/linux/linux-neuros_git.bb b/packages/linux/linux-neuros_git.bb
new file mode 100644
index 0000000000..c798def1b7
--- /dev/null
+++ b/packages/linux/linux-neuros_git.bb
@@ -0,0 +1,16 @@
+require linux.inc
+
+DESCRIPTION = "Linux kernel for Neuros OSD devices"
+
+SRCREV = "11c1e25ec8b9c6e1bef53d776ef3462aaacbd0a0"
+
+PV = "2.6.23-${PR}+git${SRCREV}"
+PR = "r2"
+
+COMPATIBLE_MACHINE = "(neuros-osd|neuros-osd2)"
+
+SRC_URI = "git://git.neurostechnology.com/git/linux-davinci-2.6;protocol=git;branch=neuros \
+ file://binutils-buildid-arm.patch;patch=1 \
+ file://defconfig"
+
+S = "${WORKDIR}/git"