[oe-commits] Koen Kooi : linux-kirkwood 2.6.33rc1: fix parsing and make PV adhere to our versioning policy (yes, it went backwards, but the recipe has never built properly in the first place)

git version control git at git.openembedded.org
Sun Jan 10 20:25:56 UTC 2010


Module: openembedded.git
Branch: shr/merge
Commit: 685431c719d148c3f19a1678a122e00cef5a47ad
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=685431c719d148c3f19a1678a122e00cef5a47ad

Author: Koen Kooi <koen at openembedded.org>
Date:   Sun Jan 10 18:32:18 2010 +0100

linux-kirkwood 2.6.33rc1: fix parsing and make PV adhere to our versioning policy (yes, it went backwards, but the recipe has never built properly in the first place)

---

 recipes/linux/linux-kirkwood_2.6.33-rc1.bb |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/recipes/linux/linux-kirkwood_2.6.33-rc1.bb b/recipes/linux/linux-kirkwood_2.6.33-rc1.bb
index fa2bb35..3b85619 100644
--- a/recipes/linux/linux-kirkwood_2.6.33-rc1.bb
+++ b/recipes/linux/linux-kirkwood_2.6.33-rc1.bb
@@ -7,18 +7,18 @@ COMPATIBLE_MACHINE = "openrd-base|openrd-client|sheevaplug"
 require linux.inc
 
 # Change MACHINE_KERNEL_PR in conf/machine/include/kirkwood.inc
-PV = "2.6.33-rc1"
+PV = "2.6.32+2.6.33-rc1"
 
 SRCREV = "58c19e3ea75a629c3d38a4490f96a65cf2f36a11"
 
 SRC_URI = "git://repo.or.cz/linux-2.6/linux-2.6-openrd.git;protocol=git \
            file://defconfig"
 
-SRC_URI_append_openrd-base += \
-	"file"//openrd-base/openrd-base-enable-pcie.patch;patch=1"
+SRC_URI_append_openrd-base += " \
+	file://openrd-base/openrd-base-enable-pcie.patch;patch=1"
 
-SRC_URI_append_openrd-client += \
-	"file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;patch=1 \
+SRC_URI_append_openrd-client += " \
+	 file://0001-OpenRD-Client-PCIe-Initialize-PCI-express-and-i2c.patch;patch=1 \
 	 file://0002-OpenRD-Client-Volari-Z11-driver-added.patch;patch=1 \
 	 file://0003-ARM-Kirkwood-Sound-Sound-driver-added.patch;patch=1 \
 	"





More information about the Openembedded-commits mailing list