diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-17 13:39:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-28 11:31:17 +0000 |
commit | ab3a71833c7f446aeed7e2aebbd3e20d484c71ff (patch) | |
tree | 0f28c910bd5cce1e72933a1737cbe5e4e0913432 /meta/recipes-devtools/installer/adt-installer/opkg | |
parent | c1c6a9d64e5f54386a811aa01fa1f7d99c2b08f7 (diff) | |
download | poky-ab3a71833c7f446aeed7e2aebbd3e20d484c71ff.tar.gz |
adt-installer: Drop since its replaced by the extensible SDK
The extensible SDK replaces adt-installer so this can be removed now,
all future effort in this direction will be placed onto that.
This includes a layer version change so the autobuilder knows when to
stop building adt-installer.
[YOCTO #6404]
(From OE-Core rev: c413164c03bdce38f41e63ad2a27dc6108521b9a)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/installer/adt-installer/opkg')
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf | 6 | ||||
-rw-r--r-- | meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf | 6 |
2 files changed, 0 insertions, 12 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 deleted file mode 100644 index ba627b3f3a..0000000000 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-i686.conf +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | arch all 1 | ||
2 | arch any 6 | ||
3 | arch noarch 11 | ||
4 | arch i686-nativesdk 16 | ||
5 | src yp-i686-nativesdk ADTREPO_URL/adt-ipk/i686-nativesdk | ||
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 deleted file mode 100644 index 10504a92e9..0000000000 --- a/meta/recipes-devtools/installer/adt-installer/opkg/conf/opkg-sdk-x86_64.conf +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | arch all 1 | ||
2 | arch any 6 | ||
3 | arch noarch 11 | ||
4 | arch x86_64-nativesdk 16 | ||
5 | src yp-x86_64-nativesdk ADTREPO_URL/adt-ipk/x86_64-nativesdk | ||
6 | src yp-x86_64-all ADTREPO_URL/adt-ipk/all | ||