diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 23 |
1 files changed, 5 insertions, 18 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 2d6bdf5cd9..0fd21d4d23 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -975,24 +975,11 @@ | |||
975 | The <filename>bitbake-layers</filename> script with the | 975 | The <filename>bitbake-layers</filename> script with the |
976 | <filename>create-layer</filename> subcommand simplifies | 976 | <filename>create-layer</filename> subcommand simplifies |
977 | creating a new general layer. | 977 | creating a new general layer. |
978 | <note><title>Notes</title> | 978 | <note> |
979 | <itemizedlist> | 979 | For information on BSP layers, see the |
980 | <listitem><para> | 980 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" |
981 | For information on BSP layers, see the | 981 | section in the Yocto Project Board Specific (BSP) |
982 | "<ulink url='&YOCTO_DOCS_BSP_URL;#bsp-layers'>BSP Layers</ulink>" | 982 | Developer's Guide. |
983 | section in the Yocto Project Board Specific (BSP) | ||
984 | Developer's Guide. | ||
985 | </para></listitem> | ||
986 | <listitem><para> | ||
987 | The <filename>bitbake-layers</filename> script | ||
988 | replaces the <filename>yocto-layer</filename> | ||
989 | script, which is deprecated in the Yocto Project | ||
990 | 2.4 release. | ||
991 | The <filename>yocto-layer</filename> script | ||
992 | continues to function as part of the 2.4 release | ||
993 | but will be removed post 2.4. | ||
994 | </para></listitem> | ||
995 | </itemizedlist> | ||
996 | </note> | 983 | </note> |
997 | The default mode of the script's operation with this | 984 | The default mode of the script's operation with this |
998 | subcommand is to create a layer with the following: | 985 | subcommand is to create a layer with the following: |