diff options
author | Belen Barros Pena <belen.barros.pena@intel.com> | 2016-03-15 09:50:40 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:06 +0000 |
commit | d06c7b8ce6249529de0bde0a568c0658b7148bf4 (patch) | |
tree | d60aed6a7853974c077a138215509fb2e0a78319 /documentation/ref-manual/migration.xml | |
parent | be8af376b1181b4fec823ccddeba950490ec9431 (diff) | |
download | poky-d06c7b8ce6249529de0bde0a568c0658b7148bf4.tar.gz |
documentation: remove all references to Hob
Hob and the packageinfo class have now been removed from the
code base. This patch removes all references to:
* Hob
* meta-hob
* packageinfo and
* BBLAYERS_NON_REMOVABLE
from the documentation.
So long, Hob, and thanks for all the fish.
(From yocto-docs rev: 6a1ba2761d5c2ec1072616ce3d791787f1b1b2a7)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index 7f1ef8cd5d..670e1c1f7d 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -125,7 +125,7 @@ | |||
125 | reference hardware Board Support Packages (BSPs), respectively: | 125 | reference hardware Board Support Packages (BSPs), respectively: |
126 | <filename>meta-yocto</filename> and | 126 | <filename>meta-yocto</filename> and |
127 | <filename>meta-yocto-bsp</filename>. | 127 | <filename>meta-yocto-bsp</filename>. |
128 | When running BitBake or Hob for the first time after upgrading, | 128 | When running BitBake for the first time after upgrading, |
129 | your <filename>conf/bblayers.conf</filename> file will be | 129 | your <filename>conf/bblayers.conf</filename> file will be |
130 | updated to handle this change and you will be asked to | 130 | updated to handle this change and you will be asked to |
131 | re-run or restart for the changes to take effect. | 131 | re-run or restart for the changes to take effect. |
@@ -1446,18 +1446,6 @@ | |||
1446 | </section> | 1446 | </section> |
1447 | </section> | 1447 | </section> |
1448 | 1448 | ||
1449 | <section id='migration-1.6-directory-layout-changes'> | ||
1450 | <title>Directory Layout Changes</title> | ||
1451 | |||
1452 | <para> | ||
1453 | The <filename>meta-hob</filename> layer has been removed from | ||
1454 | the top-level of the | ||
1455 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>. | ||
1456 | The contents of this layer are no longer needed by the Hob | ||
1457 | user interface for building images and toolchains. | ||
1458 | </para> | ||
1459 | </section> | ||
1460 | |||
1461 | <section id='migration-1.6-package-test-ptest'> | 1449 | <section id='migration-1.6-package-test-ptest'> |
1462 | <title>Package Test (ptest)</title> | 1450 | <title>Package Test (ptest)</title> |
1463 | 1451 | ||