aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-12-30 21:28:31 +0000
committerKoen Kooi <koen@openembedded.org>2006-12-30 21:28:31 +0000
commite8f3bde321459100a35c42823370d0a006bdb2f9 (patch)
treea8f71145a0a92a5ccb8af0337a6dcc2b162765c9
parent167780e4168c6fcc0892f5bd2f18b8b4cbb4a211 (diff)
downloadopenembedded-e8f3bde321459100a35c42823370d0a006bdb2f9.tar.gz
mx[23]1-kernel: use a proper PV
**** DANGER **** PV went backwards **** DANGER ****
-rw-r--r--packages/linux/mx21ads-kernel_2.6.19rc6.bb2
-rw-r--r--packages/linux/mx31ads-kernel_2.6.19rc6.bb2
2 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/mx21ads-kernel_2.6.19rc6.bb b/packages/linux/mx21ads-kernel_2.6.19rc6.bb
index 9852af6eca..09dc45f3bd 100644
--- a/packages/linux/mx21ads-kernel_2.6.19rc6.bb
+++ b/packages/linux/mx21ads-kernel_2.6.19rc6.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for the MX21ADS"
LICENSE = "GPL"
PR = "r2"
+PV = "2.6.18+2.6.19-rc6"
+
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx21/mx21ads-2.6.19rc6-lg1.patch.bz2;patch=1 \
diff --git a/packages/linux/mx31ads-kernel_2.6.19rc6.bb b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
index 6d6ba6934a..c6f76fee6f 100644
--- a/packages/linux/mx31ads-kernel_2.6.19rc6.bb
+++ b/packages/linux/mx31ads-kernel_2.6.19rc6.bb
@@ -3,6 +3,8 @@ DESCRIPTION = "Linux kernel for the MX31ADS"
LICENSE = "GPL"
PR = "r3"
+PV = "2.6.18+2.6.19-rc6"
+
SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-2.6.18.tar.bz2 \
${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/testing/patch-2.6.19-rc6.bz2;patch=1 \
http://opensource.wolfsonmicro.com/~lg/linux-2.6-mx31/mx31ads-2.6.19rc6-lg1.patch.bz2;patch=1 \