summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/installer/adt-installer
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-08-19 13:14:27 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-08-23 18:23:32 -0700
commit44038166253b9be43748ba2dded7edadd9d1e4f9 (patch)
tree02b4cd5bdfec00bcfe1d6dcbae4b4e7923c4fb3f /meta/recipes-devtools/installer/adt-installer
parent67f5a955b0cba8e2ddb5c8b6f81f9532a4eeedf5 (diff)
downloadpoky-44038166253b9be43748ba2dded7edadd9d1e4f9.tar.gz
adt-installer: Removed the hard coded repo url.
[YOCTO #1380] Removed the hard coded repo url in opkg configuration files. (From OE-Core rev: 125eae393a3448e1ff5f3c2cf782ed7b3aa23920) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer')
-rw-r--r--meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf2
-rw-r--r--meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
index 9c93a72a87..71c62e882e 100644
--- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
+++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf
@@ -2,4 +2,4 @@ arch all 1
2arch any 6 2arch any 6
3arch noarch 11 3arch noarch 11
4arch i686-nativesdk 16 4arch i686-nativesdk 16
5src yp-i686-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/i686-nativesdk 5src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk
diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
index 3e70aac9f0..f0d0634ab4 100644
--- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
+++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf
@@ -2,4 +2,4 @@ arch all 1
2arch any 6 2arch any 6
3arch noarch 11 3arch noarch 11
4arch x86_64-nativesdk 16 4arch x86_64-nativesdk 16
5src yp-x86_64-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/x86_64-nativesdk 5src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk