[oe-commits] org.oe.dev linux-handhelds-2.6: Make override dirs consistent.

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Dec 22 22:09:54 UTC 2007


linux-handhelds-2.6: Make override dirs consistent.
* Historically, latest kernel version used "linux-handhelds-2.6" override
dir, while older releases used "linux-handhelds-2.6-<ver>" dirs. This is
somewhat confusing and makes people look at wrong places. Make consistent.
* Also, drop old/broken subreleases, update cvs recipe.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: dcad4c29f9b9e4345ed6d8ade8f43504cde65b34
ViewMTN: http://monotone.openembedded.org/revision/info/dcad4c29f9b9e4345ed6d8ade8f43504cde65b34
Files:
1
packages/linux/linux-handhelds-2.6_2.6.21-hh16.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb
packages/linux/linux-handhelds-2.6
packages/linux/linux-handhelds-2.6-2.6.21
packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb
packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb
packages/linux/linux-handhelds-2.6_cvs.bb
Diffs:

#
# mt diff -rb9d02215b2fc8567ca9440f96665d1645ec21d56 -rdcad4c29f9b9e4345ed6d8ade8f43504cde65b34
#
# 
# 
# delete "packages/linux/linux-handhelds-2.6_2.6.21-hh16.bb"
# 
# delete "packages/linux/linux-handhelds-2.6_2.6.21-hh19.bb"
# 
# rename "packages/linux/linux-handhelds-2.6"
#     to "packages/linux/linux-handhelds-2.6-2.6.21"
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb"
#  from [49685f54bf88b77f0c58a25c20ad416690435f97]
#    to [75393e4feb74ea7e937ef54139a105955ca45032]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb"
#  from [252b9c26ddd2fda4271f4352999ce0facbfece99]
#    to [149a069ee31e27ea584bde100650235a4afbbee0]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb"
#  from [252b9c26ddd2fda4271f4352999ce0facbfece99]
#    to [149a069ee31e27ea584bde100650235a4afbbee0]
# 
# patch "packages/linux/linux-handhelds-2.6_cvs.bb"
#  from [cde5e382dd8c6dd8cc444aa1729ad55e47f7e066]
#    to [632168097c40dba491d572a468f18dac758475fb]
# 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb	49685f54bf88b77f0c58a25c20ad416690435f97
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh17.bb	75393e4feb74ea7e937ef54139a105955ca45032
@@ -5,6 +5,10 @@ DEFAULT_PREFERENCE = "-1"
 
 DEFAULT_PREFERENCE = "-1"
 
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
+
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://defconfig"
 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb	252b9c26ddd2fda4271f4352999ce0facbfece99
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh18.bb	149a069ee31e27ea584bde100650235a4afbbee0
@@ -5,6 +5,10 @@ DEFAULT_PREFERENCE = "-1"
 
 DEFAULT_PREFERENCE = "-1"
 
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
+
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://defconfig"
 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb	252b9c26ddd2fda4271f4352999ce0facbfece99
+++ packages/linux/linux-handhelds-2.6_2.6.21-hh20.bb	149a069ee31e27ea584bde100650235a4afbbee0
@@ -5,6 +5,10 @@ DEFAULT_PREFERENCE = "-1"
 
 DEFAULT_PREFERENCE = "-1"
 
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
+
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://defconfig"
 
============================================================
--- packages/linux/linux-handhelds-2.6_cvs.bb	cde5e382dd8c6dd8cc444aa1729ad55e47f7e066
+++ packages/linux/linux-handhelds-2.6_cvs.bb	632168097c40dba491d572a468f18dac758475fb
@@ -6,10 +6,14 @@ DEFAULT_PREFERENCE = "-1"
 
 DEFAULT_PREFERENCE = "-1"
 
+# Override where to look for defconfigs and patches,
+# we have per-kernel-release sets.
+FILESPATH = "${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.21"
+
 K_MAJOR = "2"
 K_MINOR = "6"
 K_MICRO = "21"
-HHV     = "14"
+HHV     = "20"
 
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26  \
            file://defconfig"






More information about the Openembedded-commits mailing list