[oe-commits] Koen Kooi : linux-msm7xxxx: fix defconfig location

GIT User account git at amethyst.openembedded.net
Sat Nov 29 10:58:33 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4ef7ec590e5b29199cb810e5cd45e1c3ba63c383
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ef7ec590e5b29199cb810e5cd45e1c3ba63c383

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat Nov 29 11:57:05 2008 +0100

linux-msm7xxxx: fix defconfig location

---

 .../{defconfig-htcdiamond => htcdiamond/defconfig} |    0 
 .../{defconfig-htcraphael => htcraphael/defconfig} |    0 
 .../{defconfig-kaiser => kaiser/defconfig}         |    0 
 .../{defconfig-polaris => polaris/defconfig}       |    0 
 .../{defconfig-vogue => vogue/defconfig}           |    0 
 ...sm7xxxx_2.6.25+git.bb => linux-msm7xxxx_git.bb} |    8 ++++----
 6 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/packages/linux/linux-msm7xxxx/defconfig-htcdiamond b/packages/linux/linux-msm7xxxx/htcdiamond/defconfig
similarity index 100%
rename from packages/linux/linux-msm7xxxx/defconfig-htcdiamond
rename to packages/linux/linux-msm7xxxx/htcdiamond/defconfig
diff --git a/packages/linux/linux-msm7xxxx/defconfig-htcraphael b/packages/linux/linux-msm7xxxx/htcraphael/defconfig
similarity index 100%
rename from packages/linux/linux-msm7xxxx/defconfig-htcraphael
rename to packages/linux/linux-msm7xxxx/htcraphael/defconfig
diff --git a/packages/linux/linux-msm7xxxx/defconfig-kaiser b/packages/linux/linux-msm7xxxx/kaiser/defconfig
similarity index 100%
rename from packages/linux/linux-msm7xxxx/defconfig-kaiser
rename to packages/linux/linux-msm7xxxx/kaiser/defconfig
diff --git a/packages/linux/linux-msm7xxxx/defconfig-polaris b/packages/linux/linux-msm7xxxx/polaris/defconfig
similarity index 100%
rename from packages/linux/linux-msm7xxxx/defconfig-polaris
rename to packages/linux/linux-msm7xxxx/polaris/defconfig
diff --git a/packages/linux/linux-msm7xxxx/defconfig-vogue b/packages/linux/linux-msm7xxxx/vogue/defconfig
similarity index 100%
rename from packages/linux/linux-msm7xxxx/defconfig-vogue
rename to packages/linux/linux-msm7xxxx/vogue/defconfig
diff --git a/packages/linux/linux-msm7xxxx_2.6.25+git.bb b/packages/linux/linux-msm7xxxx_git.bb
similarity index 66%
rename from packages/linux/linux-msm7xxxx_2.6.25+git.bb
rename to packages/linux/linux-msm7xxxx_git.bb
index 4e36f1f..7c1fc92 100644
--- a/packages/linux/linux-msm7xxxx_2.6.25+git.bb
+++ b/packages/linux/linux-msm7xxxx_git.bb
@@ -8,10 +8,10 @@ PR = "r1"
 
 COMPATIBLE_MACHINE = "htckaiser|htcpolaris|htcraphael|htcdiamond|htcvogue|htctitan"
 
-SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm-2.6.25;protocol=git"
-SRC_URI_htckaiser = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git"
-SRC_URI_htcpolaris = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git"
-SRC_URI_htcvogue = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git"
+SRC_URI = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm-2.6.25;protocol=git file://defconfig"
+SRC_URI_htckaiser = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git  file://defconfig"
+SRC_URI_htcpolaris = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-msm;protocol=git file://defconfig"
+SRC_URI_htcvogue = "git://git.linuxtogo.org/home/groups/mobile-linux/kernel.git;branch=htc-vogue;protocol=git file://defconfig"
 
 S = "${WORKDIR}/git"
 





More information about the Openembedded-commits mailing list