From c413164c03bdce38f41e63ad2a27dc6108521b9a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 17 Feb 2016 13:39:51 +0000 Subject: 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] Signed-off-by: Richard Purdie --- meta/conf/conf-notes.txt | 1 - meta/conf/distro/include/distro_alias.inc | 1 - meta/conf/layer.conf | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) (limited to 'meta/conf') diff --git a/meta/conf/conf-notes.txt b/meta/conf/conf-notes.txt index 66e6319e7a..2f2932ba1f 100644 --- a/meta/conf/conf-notes.txt +++ b/meta/conf/conf-notes.txt @@ -2,7 +2,6 @@ Common targets are: core-image-minimal core-image-sato meta-toolchain - adt-installer meta-ide-support You can also run generated qemu images with a command like 'runqemu qemux86' diff --git a/meta/conf/distro/include/distro_alias.inc b/meta/conf/distro/include/distro_alias.inc index c2ad07e285..d37aefb5ba 100644 --- a/meta/conf/distro/include/distro_alias.inc +++ b/meta/conf/distro/include/distro_alias.inc @@ -9,7 +9,6 @@ # # Please keep this list in alphabetical order. # -DISTRO_PN_ALIAS_pn-adt-installer = "Intel" DISTRO_PN_ALIAS_pn-alsa-state = "OE-Core" DISTRO_PN_ALIAS_pn-alsa-utils-alsaconf = "OE-Core" DISTRO_PN_ALIAS_pn-alsa-utils-scripts = "OE-Core" diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index a892fba65f..8ee61aa69a 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -9,7 +9,7 @@ BBFILE_PRIORITY_core = "5" # This should only be incremented on significant changes that will # cause compatibility issues with other layers -LAYERVERSION_core = "7" +LAYERVERSION_core = "8" BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" -- cgit 1.2.3-korg