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:27:08 +0000 |
commit | c413164c03bdce38f41e63ad2a27dc6108521b9a (patch) | |
tree | 99e266d9b5ad98012179d23bf6b6362362f474d6 /meta/conf/layer.conf | |
parent | 10fd24271e771ed12e36edcff0007caa1a4e67e4 (diff) | |
download | openembedded-core-c413164c03bdce38f41e63ad2a27dc6108521b9a.tar.gz openembedded-core-c413164c03bdce38f41e63ad2a27dc6108521b9a.tar.bz2 openembedded-core-c413164c03bdce38f41e63ad2a27dc6108521b9a.zip |
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 <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/layer.conf')
-rw-r--r-- | meta/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |