adt-installer: fix opkg repo name

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

This patch fixes it.

[YOCTO #5181]

(From OE-Core rev: 98f39b0ae4ed45194a165de3913f27745481cb7a)

Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Laurentiu Palcu 2013-09-13 14:09:47 +03:00 committed by Richard Purdie
parent babbf7a46a
commit 3e31a50b66
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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