mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
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:
committed by
Richard Purdie
parent
babbf7a46a
commit
3e31a50b66
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user