git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fafec65
)
linux 2.6.28rc6: fix versioning.
author
Koen Kooi
<koen@openembedded.org>
Mon, 1 Dec 2008 08:39:07 +0000
(09:39 +0100)
committer
Koen Kooi
<koen@openembedded.org>
Mon, 1 Dec 2008 08:39:07 +0000
(09:39 +0100)
* as has been pointed out *numerous* times before:
PV = "2.6.28rc6" sorts higher than PV = "2.6.28" thus breaking upgrades
packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch
[moved from
packages/linux/linux-2.6.28-rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch
with 100% similarity]
patch
|
blob
|
history
packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/0003-RS-485-mode-of-USART1.patch
[moved from
packages/linux/linux-2.6.28-rc6/afeb9260/0003-RS-485-mode-of-USART1.patch
with 100% similarity]
patch
|
blob
|
history
packages/linux/linux-2.6.27+2.6.28rc6/afeb9260/defconfig
[moved from
packages/linux/linux-2.6.28-rc6/afeb9260/defconfig
with 100% similarity]
patch
|
blob
|
history
packages/linux/linux_2.6.28-rc6.bb
patch
|
blob
|
history
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
similarity index 100%
rename from
packages/linux/linux-2.6.28-rc6/afeb9260/0002-SRAM-TX-buffers-implementation-from-atmel-to-fix-TX.patch
rename to
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
similarity index 100%
rename from
packages/linux/linux-2.6.28-rc6/afeb9260/0003-RS-485-mode-of-USART1.patch
rename to
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
similarity index 100%
rename from
packages/linux/linux-2.6.28-rc6/afeb9260/defconfig
rename to
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
63e2ada
..
c5c2ad7
100644
(file)
--- 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"