[oe-commits] org.oe.dev linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"

pfalcon commit openembedded-commits at lists.openembedded.org
Sat Nov 18 21:51:03 UTC 2006


linux-handhelds-2.6 2.6.17: Use own pre-version override dir, free "main"
override dir for 2.6.18.

Author: pfalcon at openembedded.org
Branch: org.openembedded.dev
Revision: 1a49ef5ca2fff38afd102f2a76339589da7a2e95
ViewMTN: http://monotone.openembedded.org/revision.psp?id=1a49ef5ca2fff38afd102f2a76339589da7a2e95
Files:
1
packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb
packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb
Diffs:

#
# mt diff -rf3886f5471ca632c87e69cad7bcdd8056466d2f7 -r1a49ef5ca2fff38afd102f2a76339589da7a2e95
#
# 
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb"
#  from [107631a127720e414e7010f3ce475bbc3c717d87]
#    to [15dfec0e4d02caa603f5dd2ab233fa00d4585f1c]
# 
# patch "packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb"
#  from [252b9c26ddd2fda4271f4352999ce0facbfece99]
#    to [9e8f456f494c9f2878ddae512961015b0b4b533e]
# 
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb	107631a127720e414e7010f3ce475bbc3c717d87
+++ packages/linux/linux-handhelds-2.6_2.6.17-hh2.bb	15dfec0e4d02caa603f5dd2ab233fa00d4585f1c
@@ -1,10 +1,14 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 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.17/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17"
+
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://24-hostap_cs_id.diff;patch=1 \
            file://hrw-pcmcia-ids-r2.patch;patch=1 \
============================================================
--- packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb	252b9c26ddd2fda4271f4352999ce0facbfece99
+++ packages/linux/linux-handhelds-2.6_2.6.17-hh3.bb	9e8f456f494c9f2878ddae512961015b0b4b533e
@@ -1,10 +1,14 @@ LICENSE = "GPL"
 SECTION = "kernel"
 DESCRIPTION = "handhelds.org Linux kernel 2.6 for PocketPCs and other consumer handheld devices."
 LICENSE = "GPL"
-PR = "r0"
+PR = "r1"
 
 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.17/${MACHINE}:${FILE_DIRNAME}/linux-handhelds-2.6-2.6.17"
+
 SRC_URI = "${HANDHELDS_CVS};module=linux/kernel26;tag=${@'K' + bb.data.getVar('PV',d,1).replace('.', '-')} \
            file://defconfig"
 






More information about the Openembedded-commits mailing list