From 4ed19cfd21e455d57569ce06dd51b1b0e8860c77 Mon Sep 17 00:00:00 2001 From: Jessica Zhang Date: Tue, 8 Feb 2011 22:30:25 -0800 Subject: adt-installer: change to adopt the adt public repo directory layout Signed-off-by: Jessica Zhang --- .../installer/adt-installer/opkg/conf/opkg-sdk-i586.conf | 7 ------- .../installer/adt-installer/opkg/conf/opkg-sdk-i686.conf | 6 ++++++ .../installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf | 5 ++--- 3 files changed, 8 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf create mode 100644 meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf (limited to 'meta/recipes-devtools/installer/adt-installer/opkg/conf') diff --git a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf deleted file mode 100644 index 36e585c4a..000000000 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i586.conf +++ /dev/null @@ -1,7 +0,0 @@ -arch all 1 -arch any 6 -arch noarch 11 -arch i586-nativesdk 16 -src oe http:// -src oe-all http:// -src oe-i586-nativesdk http:// 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 new file mode 100644 index 000000000..1d8c89a84 --- /dev/null +++ b/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf @@ -0,0 +1,6 @@ +arch all 1 +arch any 6 +arch noarch 11 +arch i686-nativesdk 16 +src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk +src yp-i686-nativesdk http://adtrepo.yoctoproject.org/1.0/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 3ab49309d..6b14f9863 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,6 +2,5 @@ arch all 1 arch any 6 arch noarch 11 arch x86_64-nativesdk 16 -src oe http:// -src oe-all http:// -src oe-x86_64-nativesdk http:// +src yp http://adtrepo.yoctoproject.org/1.0/adt-ipk +src yp-x86_64-nativesdk http://adtrepo.yoctoproject.org/1.0/adt-ipk/x86_64-nativesdk -- cgit v1.2.3