diff options
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/conf-notes.txt | 1 | ||||
-rw-r--r-- | meta/conf/distro/include/distro_alias.inc | 1 | ||||
-rw-r--r-- | meta/conf/layer.conf | 2 |
3 files changed, 1 insertions, 3 deletions
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: | |||
2 | core-image-minimal | 2 | core-image-minimal |
3 | core-image-sato | 3 | core-image-sato |
4 | meta-toolchain | 4 | meta-toolchain |
5 | adt-installer | ||
6 | meta-ide-support | 5 | meta-ide-support |
7 | 6 | ||
8 | You can also run generated qemu images with a command like 'runqemu qemux86' | 7 | 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 @@ | |||
9 | # | 9 | # |
10 | # Please keep this list in alphabetical order. | 10 | # Please keep this list in alphabetical order. |
11 | # | 11 | # |
12 | DISTRO_PN_ALIAS_pn-adt-installer = "Intel" | ||
13 | DISTRO_PN_ALIAS_pn-alsa-state = "OE-Core" | 12 | DISTRO_PN_ALIAS_pn-alsa-state = "OE-Core" |
14 | DISTRO_PN_ALIAS_pn-alsa-utils-alsaconf = "OE-Core" | 13 | DISTRO_PN_ALIAS_pn-alsa-utils-alsaconf = "OE-Core" |
15 | DISTRO_PN_ALIAS_pn-alsa-utils-scripts = "OE-Core" | 14 | 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" | |||
9 | 9 | ||
10 | # This should only be incremented on significant changes that will | 10 | # This should only be incremented on significant changes that will |
11 | # cause compatibility issues with other layers | 11 | # cause compatibility issues with other layers |
12 | LAYERVERSION_core = "7" | 12 | LAYERVERSION_core = "8" |
13 | 13 | ||
14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" | 14 | BBLAYERS_LAYERINDEX_NAME_core = "openembedded-core" |
15 | 15 | ||