diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-03 20:00:33 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-03 20:00:33 +0100 |
commit | d0f918a9c252614185b71ef21e449a2e87b2d9a3 (patch) | |
tree | ac5685df961de6915605db86ffeb7fd98210d5f2 /packages/linux/linux-davinci_2.6.27.bb | |
parent | b67b6a1938a059b615a1b5ac7062e855fb25e1d2 (diff) |
linux-davinci: updates:
* add 2.6.25
* add 2.6.27 <- default
* update git recipe to 2.6.28rc6
Diffstat (limited to 'packages/linux/linux-davinci_2.6.27.bb')
-rw-r--r-- | packages/linux/linux-davinci_2.6.27.bb | 19 |
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" |