[oe-commits] Laurentiu Palcu : adt-installer: fix opkg repo name

git at git.openembedded.org git at git.openembedded.org
Sat Sep 14 07:17:52 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 98f39b0ae4ed45194a165de3913f27745481cb7a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=98f39b0ae4ed45194a165de3913f27745481cb7a

Author: Laurentiu Palcu <laurentiu.palcu at intel.com>
Date:   Fri Sep 13 14:09:47 2013 +0300

adt-installer: fix opkg repo name

I mistakenly named the allarch opkg repo the same as nativesdk one...

This patch fixes it.

[YOCTO #5181]

Signed-off-by: Laurentiu Palcu <laurentiu.palcu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../adt-installer/opkg/conf/opkg-sdk-i686.conf     |    2 +-
 .../adt-installer/opkg/conf/opkg-sdk-x86_64.conf   |    2 +-
 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 ee169f6..ba627b3 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
@@ -3,4 +3,4 @@ arch any 6
 arch noarch 11
 arch i686-nativesdk 16
 src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk
-src yp-i686-nativesdk ADTREPO_URL/adt-ipk/all
+src yp-i686-all ADTREPO_URL/adt-ipk/all
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 199ea50..10504a9 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
@@ -3,4 +3,4 @@ arch any 6
 arch noarch 11
 arch x86_64-nativesdk 16
 src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk
-src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/all
+src yp-x86_64-all ADTREPO_URL/adt-ipk/all



More information about the Openembedded-commits mailing list