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/bsp-guide | |
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/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index ec39ec9b31..8cf2a1e633 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -1403,11 +1403,6 @@ | |||
1403 | /usr/local/src/yocto/meta-yocto-bsp \ | 1403 | /usr/local/src/yocto/meta-yocto-bsp \ |
1404 | /usr/local/src/yocto/meta-myarm \ | 1404 | /usr/local/src/yocto/meta-myarm \ |
1405 | " | 1405 | " |
1406 | |||
1407 | BBLAYERS_NON_REMOVABLE ?= " \ | ||
1408 | /usr/local/src/yocto/meta \ | ||
1409 | /usr/local/src/yocto/meta-yocto \ | ||
1410 | " | ||
1411 | </literallayout> | 1406 | </literallayout> |
1412 | Adding the layer to this file allows the build system to build the BSP and | 1407 | Adding the layer to this file allows the build system to build the BSP and |
1413 | the <filename>yocto-kernel</filename> tool to be able to find the layer and | 1408 | the <filename>yocto-kernel</filename> tool to be able to find the layer and |