diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-09-13 14:09:47 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-09-14 08:21:00 +0100 |
commit | 3e31a50b6679da9706828b4f12aa6cacef1380a7 (patch) | |
tree | fdb8469d938c06ccc248a99e1184a855cfc9a085 | |
parent | babbf7a46acaefd9b36031483cafce053f607e66 (diff) | |
download | poky-3e31a50b6679da9706828b4f12aa6cacef1380a7.tar.gz |
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>
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/installer/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 ee169f6ccd..ba627b3f3a 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 | |||
3 | arch noarch 11 | 3 | arch noarch 11 |
4 | arch i686-nativesdk 16 | 4 | arch i686-nativesdk 16 |
5 | src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk | 5 | src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk |
6 | src yp-i686-nativesdk ADTREPO_URL/adt-ipk/all | 6 | 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 199ea50fb7..10504a92e9 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 | |||
3 | arch noarch 11 | 3 | arch noarch 11 |
4 | arch x86_64-nativesdk 16 | 4 | arch x86_64-nativesdk 16 |
5 | src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk | 5 | src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk |
6 | src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/all | 6 | src yp-x86_64-all ADTREPO_URL/adt-ipk/all |