diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-10 18:32:18 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-10 18:32:18 +0100 |
commit | 685431c719d148c3f19a1678a122e00cef5a47ad (patch) | |
tree | 0df8b0e935f1dfdb91d4311a92138db7cf2a7058 /recipes | |
parent | e4876cdfb333238929d44dbfeafc800f0f9bc287 (diff) |
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)
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 fa2bb3536b..3b85619b07 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 \ " |