diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-21 17:04:26 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-21 17:04:26 +0000 |
commit | fae35b0484a410feb21a8e4ed510df0d99efe947 (patch) | |
tree | 4403f1635cb5107994bbb0d0e4e44cfb3cf2ef54 /linux/openzaurus_2.6.5-jl1.oe | |
parent | 71f5e193be7cc9632bf870e7b3fa6afb0e680c17 (diff) |
apply Brad Larsons patch adding some 2.6.5 kernel bits for shepherd
BKrev: 4086a99aRQ8lk8rhHbn-Zcuhq0qmtA
Diffstat (limited to 'linux/openzaurus_2.6.5-jl1.oe')
-rw-r--r-- | linux/openzaurus_2.6.5-jl1.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/openzaurus_2.6.5-jl1.oe b/linux/openzaurus_2.6.5-jl1.oe index eafe0ca771..aa425da4ea 100644 --- a/linux/openzaurus_2.6.5-jl1.oe +++ b/linux/openzaurus_2.6.5-jl1.oe @@ -6,9 +6,9 @@ PV = "${KV}-${JLV}" FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-${PV}" -SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \ - http://www.cs.wisc.edu/~lenz/zaurus/files/patch-${KV}-${JLV}.diff.gz;patch=1" - +SRC_URI = "ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-${KV}.tar.bz2 \ + http://www.cs.wisc.edu/~lenz/zaurus/files/patch-${KV}-${JLV}.diff.gz;patch=1 \ + http://sit.wisc.edu/~bjlarson2/oztesting/patch-${KV}-jlv2.diff.gz;patch=1 " S = "${WORKDIR}/linux-${KV}" inherit kernel |