diff options
author | Koen Kooi <koen@openembedded.org> | 2008-12-01 09:39:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-12-01 09:39:07 +0100 |
commit | 007a03b34fde1f9e1f774debcf5f09c5d54378df (patch) | |
tree | 640dc5610008f532fa6c88c758e575391d5999f7 /packages | |
parent | fafec653030b9c7978f17ab32b90394889a7abdc (diff) |
linux 2.6.28rc6: fix versioning.
* as has been pointed out *numerous* times before:
PV = "2.6.28rc6" sorts higher than PV = "2.6.28" thus breaking upgrades
Diffstat (limited to 'packages')
-rw-r--r-- | packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch (renamed from packages/linux/linux-2.6.28-rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch) | 0 | ||||
-rw-r--r-- | packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0003-RS-485-mode-of-USART1.patch (renamed from packages/linux/linux-2.6.28-rc6/afeb9260/0003-RS-485-mode-of-USART1.patch) | 0 | ||||
-rw-r--r-- | packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/defconfig (renamed from packages/linux/linux-2.6.28-rc6/afeb9260/defconfig) | 0 | ||||
-rw-r--r-- | packages/linux/linux_2.6.28-rc6.bb | 4 |
4 files changed, 4 insertions, 0 deletions
diff --git a/packages/linux/linux-2.6.28-rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch index 9a280d666a..9a280d666a 100644 --- a/packages/linux/linux-2.6.28-rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch +++ b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch diff --git a/packages/linux/linux-2.6.28-rc6/afeb9260/0003-RS-485-mode-of-USART1.patch b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0003-RS-485-mode-of-USART1.patch index e60088794f..e60088794f 100644 --- a/packages/linux/linux-2.6.28-rc6/afeb9260/0003-RS-485-mode-of-USART1.patch +++ b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0003-RS-485-mode-of-USART1.patch diff --git a/packages/linux/linux-2.6.28-rc6/afeb9260/defconfig b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/defconfig index eed8512d99..eed8512d99 100644 --- a/packages/linux/linux-2.6.28-rc6/afeb9260/defconfig +++ b/packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/defconfig diff --git a/packages/linux/linux_2.6.28-rc6.bb b/packages/linux/linux_2.6.28-rc6.bb index 63e2ada895..c5c2ad7f3b 100644 --- a/packages/linux/linux_2.6.28-rc6.bb +++ b/packages/linux/linux_2.6.28-rc6.bb @@ -1,7 +1,11 @@ require linux.inc +KERNELVERSION = "2.6.28rc6" +PV = "2.6.27+${KERNEL_VERSION}" PR = "r1" +S = "${WORKDIR}/linux-${KERNEL_VERSION}" + # Mark archs/machines that this kernel supports DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_afeb9260 = "1" |