summaryrefslogtreecommitdiff
path: root/packages/linux/linux-davinci_2.6.27.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2008-12-03 11:10:19 -0800
committerKhem Raj <raj.khem@gmail.com>2008-12-03 11:10:19 -0800
commit846d89a9426c72f2fd6cd9902bef77ad913b028e (patch)
tree2f8884d80715e7df9ec4a1ef1cb9af19164d9ef0 /packages/linux/linux-davinci_2.6.27.bb
parent7ddac101f96f89fc2ff1aebc742821c062bede0d (diff)
parentd0f918a9c252614185b71ef21e449a2e87b2d9a3 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'packages/linux/linux-davinci_2.6.27.bb')
-rw-r--r--packages/linux/linux-davinci_2.6.27.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/packages/linux/linux-davinci_2.6.27.bb b/packages/linux/linux-davinci_2.6.27.bb
new file mode 100644
index 0000000000..1af7996a20
--- /dev/null
+++ b/packages/linux/linux-davinci_2.6.27.bb
@@ -0,0 +1,19 @@
+require linux-omap.inc
+
+# uncomment the below to get the latest and greatest and avoid a full reparse
+# or override in it local.conf like this: DAVINCI_SRCREV_pn-linux-davinci = "${@bb.fetch.get_srcrev(d)}"
+#DAVINCI_SRCREV = "${@bb.fetch.get_srcrev(d)}"
+DAVINCI_SRCREV ?= "9d6ed804d27b9452fb96d68b16ee5f124a07e4f9"
+SRCREV = "${DAVINCI_SRCREV}"
+
+PV = "2.6.27"
+PR = "r0"
+
+COMPATIBLE_MACHINE = "(davinci-dvevm|davinci-sffsdr)"
+
+SRC_URI = "git://source.mvista.com/git/linux-davinci-2.6.git;protocol=git \
+ file://defconfig"
+
+SRC_URI_append_davinci-sffsdr = " file://sffsdr.patch;patch=1"
+
+S = "${WORKDIR}/git"