aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-04-01 13:20:51 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-04-02 00:27:35 +0200
commit926280dac03410f8c535afc948dabfd73ce10463 (patch)
treee696db026d1dc2015943ee46ba14563226e11a58 /recipes/linux
parent82b394467d9142edf2721176244c3a7eb26ba69a (diff)
downloadopenembedded-926280dac03410f8c535afc948dabfd73ce10463.tar.gz
sane-srcrevs: move SRCREVs to recipes
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/linux')
-rw-r--r--recipes/linux/linux-bfin_svn.bb1
-rw-r--r--recipes/linux/linux-hackndev-2.6_git.bb3
-rw-r--r--recipes/linux/linux-ixp4xx.inc1
3 files changed, 5 insertions, 0 deletions
diff --git a/recipes/linux/linux-bfin_svn.bb b/recipes/linux/linux-bfin_svn.bb
index 9b1b4e1a46..192bd22472 100644
--- a/recipes/linux/linux-bfin_svn.bb
+++ b/recipes/linux/linux-bfin_svn.bb
@@ -2,6 +2,7 @@ require linux.inc
COMPATIBLE_HOST = 'bfin.*-uclinux'
+SRCREV = "3758"
PV = "2.6.22.10+svnr${SRCPV}"
SRC_URI = "svn://sources.blackfin.uclinux.org/linux-kernel/;module=trunk \
diff --git a/recipes/linux/linux-hackndev-2.6_git.bb b/recipes/linux/linux-hackndev-2.6_git.bb
index 4c577d247d..a302bee06c 100644
--- a/recipes/linux/linux-hackndev-2.6_git.bb
+++ b/recipes/linux/linux-hackndev-2.6_git.bb
@@ -2,6 +2,9 @@ DESCRIPTION = "Hack&Dev's Linux kernel for Palm devices."
HOMEPAGE = "http://www.hackndev.com/"
SECTION = "kernel"
LICENSE = "GPLv2"
+# This was in sane-srcrevs.inc - doesn't look sane to me (for git recipe)
+# SRCREV_pn-linux-hackndev-2.6 ?= "1308"
+SRCREV = "8f62c3b8a7e7de042846211f387a867f6703f272"
PR = "r14"
COMPATIBLE_MACHINE = "(palmld|palmtc|palmtt3|palmtt5|palmtx|palmz31|palmz72|palmt650)"
diff --git a/recipes/linux/linux-ixp4xx.inc b/recipes/linux/linux-ixp4xx.inc
index 9c4dd375a0..f00c4c43b9 100644
--- a/recipes/linux/linux-ixp4xx.inc
+++ b/recipes/linux/linux-ixp4xx.inc
@@ -1,6 +1,7 @@
# linux-ixp4xx.inc
#
DESCRIPTION = "Linux 2.6.x kernel for IXP4xx devices"
+SRCREV = "1089"
COMPATIBLE_HOST = 'arm.*-linux.*'
COMPATIBLE_MACHINE = '(ixp4xx|nslu2|syhl1)'