From: Koen Kooi Date: Sat, 29 Nov 2008 10:57:05 +0000 (+0100) Subject: linux-msm7xxxx: fix defconfig location X-Git-Tag: Release-2010-05/1~5038 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ef7ec590e5b29199cb810e5cd45e1c3ba63c383;p=openembedded.git linux-msm7xxxx: fix defconfig location --- 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 4e36f1fce5..7c1fc9262a 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"