diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-01 13:20:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-04-02 00:27:35 +0200 |
commit | 926280dac03410f8c535afc948dabfd73ce10463 (patch) | |
tree | e696db026d1dc2015943ee46ba14563226e11a58 /recipes/linux | |
parent | 82b394467d9142edf2721176244c3a7eb26ba69a (diff) |
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.bb | 1 | ||||
-rw-r--r-- | recipes/linux/linux-hackndev-2.6_git.bb | 3 | ||||
-rw-r--r-- | recipes/linux/linux-ixp4xx.inc | 1 |
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)' |