diff options
author | Koen Kooi <koen@openembedded.org> | 2008-11-29 11:57:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-11-29 11:57:05 +0100 |
commit | 4ef7ec590e5b29199cb810e5cd45e1c3ba63c383 (patch) | |
tree | ea008155b801b1ff022e3d70ee67877d02bad494 | |
parent | 11a7eb56ef1ed2ee1ea8f8c7ae20ce36bbeecfaa (diff) |
linux-msm7xxxx: fix defconfig location
-rw-r--r-- | packages/linux/linux-msm7xxxx/htcdiamond/defconfig (renamed from packages/linux/linux-msm7xxxx/defconfig-htcdiamond) | 0 | ||||
-rw-r--r-- | packages/linux/linux-msm7xxxx/htcraphael/defconfig (renamed from packages/linux/linux-msm7xxxx/defconfig-htcraphael) | 0 | ||||
-rw-r--r-- | packages/linux/linux-msm7xxxx/kaiser/defconfig (renamed from packages/linux/linux-msm7xxxx/defconfig-kaiser) | 0 | ||||
-rw-r--r-- | packages/linux/linux-msm7xxxx/polaris/defconfig (renamed from packages/linux/linux-msm7xxxx/defconfig-polaris) | 0 | ||||
-rw-r--r-- | packages/linux/linux-msm7xxxx/vogue/defconfig (renamed from packages/linux/linux-msm7xxxx/defconfig-vogue) | 0 | ||||
-rw-r--r-- | packages/linux/linux-msm7xxxx_git.bb (renamed from packages/linux/linux-msm7xxxx_2.6.25+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 index ebe31315b5..ebe31315b5 100644 --- a/packages/linux/linux-msm7xxxx/defconfig-htcdiamond +++ b/packages/linux/linux-msm7xxxx/htcdiamond/defconfig diff --git a/packages/linux/linux-msm7xxxx/defconfig-htcraphael b/packages/linux/linux-msm7xxxx/htcraphael/defconfig index ebe31315b5..ebe31315b5 100644 --- a/packages/linux/linux-msm7xxxx/defconfig-htcraphael +++ b/packages/linux/linux-msm7xxxx/htcraphael/defconfig diff --git a/packages/linux/linux-msm7xxxx/defconfig-kaiser b/packages/linux/linux-msm7xxxx/kaiser/defconfig index e48ebea681..e48ebea681 100644 --- a/packages/linux/linux-msm7xxxx/defconfig-kaiser +++ b/packages/linux/linux-msm7xxxx/kaiser/defconfig diff --git a/packages/linux/linux-msm7xxxx/defconfig-polaris b/packages/linux/linux-msm7xxxx/polaris/defconfig index ce109f1f63..ce109f1f63 100644 --- a/packages/linux/linux-msm7xxxx/defconfig-polaris +++ b/packages/linux/linux-msm7xxxx/polaris/defconfig diff --git a/packages/linux/linux-msm7xxxx/defconfig-vogue b/packages/linux/linux-msm7xxxx/vogue/defconfig index 3b2490df99..3b2490df99 100644 --- a/packages/linux/linux-msm7xxxx/defconfig-vogue +++ b/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 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" |