[oe] [meta-handheld][PATCH 1/2 v2] linux-yocto_3.8: move Zaurus patches to the respective subdirs

Andrea Adami andrea.adami at gmail.com
Fri Apr 19 22:12:01 UTC 2013


Signed-off-by: Andrea Adami <andrea.adami at gmail.com>
---
 recipes-kernel/linux/linux-yocto-3.8/akita/akita.scc              | 8 ++++----
 recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc                | 6 +++---
 recipes-kernel/linux/linux-yocto-3.8/collie/collie.scc            | 8 ++++----
 .../{ => patches/patches-locomokbd}/locomo_kbd_tweak-r2.patch     | 0
 .../linux-yocto-3.8/{ => patches/patches-mfd}/mcp-device.patch    | 0
 .../{ => patches/patches-mtd}/collie-eraseinfo.patch              | 0
 .../{ => patches/patches-mtd}/collie-jedec-probe.patch            | 0
 .../{ => patches/patches-pxa}/pxa27x-sa1100-rtc.patch             | 0
 .../{ => patches/patches-pxa}/pxamci-regulator.patch              | 0
 .../linux-yocto-3.8/{ => patches/patches-pxa}/sharpsl_param.patch | 0
 .../{ => patches/patches-pxa}/spi-pxa2xx-fix-mem.patch            | 0
 recipes-kernel/linux/linux-yocto-3.8/poodle/poodle.scc            | 8 ++++----
 recipes-kernel/linux/linux-yocto-3.8/spitz/spitz.scc              | 8 ++++----
 recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc                | 6 +++---
 14 files changed, 22 insertions(+), 22 deletions(-)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-locomokbd}/locomo_kbd_tweak-r2.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-mfd}/mcp-device.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-mtd}/collie-eraseinfo.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-mtd}/collie-jedec-probe.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-pxa}/pxa27x-sa1100-rtc.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-pxa}/pxamci-regulator.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-pxa}/sharpsl_param.patch (100%)
 rename recipes-kernel/linux/linux-yocto-3.8/{ => patches/patches-pxa}/spi-pxa2xx-fix-mem.patch (100%)

diff --git a/recipes-kernel/linux/linux-yocto-3.8/akita/akita.scc b/recipes-kernel/linux/linux-yocto-3.8/akita/akita.scc
index b40cb7e..001b11b 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/akita/akita.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/akita/akita.scc
@@ -5,7 +5,7 @@ include ../zaurus-pxa-only.scc
 include ../zaurus-common.scc
 include ../zaurus-usb-host.scc
 
-patch sharpsl_param.patch
-patch pxa27x-sa1100-rtc.patch
-patch spi-pxa2xx-fix-mem.patch
-patch pxamci-regulator.patch
+patch ../patches/patches-pxa/sharpsl_param.patch
+patch ../patches/patches-pxa/pxa27x-sa1100-rtc.patch
+patch ../patches/patches-pxa/spi-pxa2xx-fix-mem.patch
+patch ../patches/patches-pxa/pxamci-regulator.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc b/recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc
index a732d5e..edb99b6 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/c7x0/c7x0.scc
@@ -3,6 +3,6 @@ kconf hardware c7x0.cfg
 include ../zaurus-pxa-only.scc
 include ../zaurus-common.scc
 
-patch sharpsl_param.patch
-patch spi-pxa2xx-fix-mem.patch
-patch pxamci-regulator.patch
+patch ../patches/patches-pxa/sharpsl_param.patch
+patch ../patches/patches-pxa/spi-pxa2xx-fix-mem.patch
+patch ../patches/patches-pxa/pxamci-regulator.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/collie/collie.scc b/recipes-kernel/linux/linux-yocto-3.8/collie/collie.scc
index 3f96f24..857586e 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/collie/collie.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/collie/collie.scc
@@ -2,7 +2,7 @@ kconf hardware collie.cfg
 
 include ../zaurus-common.scc
 
-patch locomo_kbd_tweak-r2.patch
-patch mcp-device.patch
-patch collie-jedec-probe.patch
-patch collie-eraseinfo.patch
+patch ../patches/patches-locomokbd/locomo_kbd_tweak-r2.patch
+patch ../patches/patches-mfd/mcp-device.patch
+patch ../patches/patches-mtd/collie-jedec-probe.patch
+patch ../patches/patches-mtd/collie-eraseinfo.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/locomo_kbd_tweak-r2.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-locomokbd/locomo_kbd_tweak-r2.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/locomo_kbd_tweak-r2.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-locomokbd/locomo_kbd_tweak-r2.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/mcp-device.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-mfd/mcp-device.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/mcp-device.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-mfd/mcp-device.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/collie-eraseinfo.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-mtd/collie-eraseinfo.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/collie-eraseinfo.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-mtd/collie-eraseinfo.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/collie-jedec-probe.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-mtd/collie-jedec-probe.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/collie-jedec-probe.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-mtd/collie-jedec-probe.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/pxa27x-sa1100-rtc.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/pxa27x-sa1100-rtc.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/pxa27x-sa1100-rtc.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/pxa27x-sa1100-rtc.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/pxamci-regulator.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/pxamci-regulator.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/pxamci-regulator.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/pxamci-regulator.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/sharpsl_param.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/sharpsl_param.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/sharpsl_param.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/sharpsl_param.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/spi-pxa2xx-fix-mem.patch b/recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/spi-pxa2xx-fix-mem.patch
similarity index 100%
rename from recipes-kernel/linux/linux-yocto-3.8/spi-pxa2xx-fix-mem.patch
rename to recipes-kernel/linux/linux-yocto-3.8/patches/patches-pxa/spi-pxa2xx-fix-mem.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/poodle/poodle.scc b/recipes-kernel/linux/linux-yocto-3.8/poodle/poodle.scc
index cfe97be..35f1323 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/poodle/poodle.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/poodle/poodle.scc
@@ -3,7 +3,7 @@ kconf hardware poodle.cfg
 include ../zaurus-pxa-only.scc
 include ../zaurus-common.scc
 
-patch locomo_kbd_tweak-r2.patch
-patch sharpsl_param.patch
-patch spi-pxa2xx-fix-mem.patch
-patch pxamci-regulator.patch
+patch ../patches/patches-locomokbd/locomo_kbd_tweak-r2.patch
+patch ../patches/patches-pxa/sharpsl_param.patch
+patch ../patches/patches-pxa/spi-pxa2xx-fix-mem.patch
+patch ../patches/patches-pxa/pxamci-regulator.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/spitz/spitz.scc b/recipes-kernel/linux/linux-yocto-3.8/spitz/spitz.scc
index be8c470..c47a0c5 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/spitz/spitz.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/spitz/spitz.scc
@@ -4,7 +4,7 @@ include ../zaurus-pxa-only.scc
 include ../zaurus-common.scc
 include ../zaurus-usb-host.scc
 
-patch sharpsl_param.patch
-patch pxa27x-sa1100-rtc.patch
-patch spi-pxa2xx-fix-mem.patch
-patch pxamci-regulator.patch
+patch ../patches/patches-pxa/sharpsl_param.patch
+patch ../patches/patches-pxa/pxa27x-sa1100-rtc.patch
+patch ../patches/patches-pxa/spi-pxa2xx-fix-mem.patch
+patch ../patches/patches-pxa/pxamci-regulator.patch
diff --git a/recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc b/recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc
index b4d6e8e..4d57894 100644
--- a/recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc
+++ b/recipes-kernel/linux/linux-yocto-3.8/tosa/tosa.scc
@@ -4,6 +4,6 @@ include ../zaurus-pxa-only.scc
 include ../zaurus-common.scc
 include ../zaurus-usb-host.scc
 
-patch sharpsl_param.patch
-patch spi-pxa2xx-fix-mem.patch
-patch pxamci-regulator.patch
+patch ../patches/patches-pxa/sharpsl_param.patch
+patch ../patches/patches-pxa/spi-pxa2xx-fix-mem.patch
+patch ../patches/patches-pxa/pxamci-regulator.patch
-- 
1.8.1.5





More information about the Openembedded-devel mailing list