From b77905f131b3d20735995b94dbaa61f45a2d23b9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 23 Mar 2018 12:21:18 -0700 Subject: dev-manual: Updated layer creation example to use $HOME directory Best practices dictate that the use not create a layer in the poky repo. So, I updated the example to move the user to a top-level directory first and then create the layer. (From yocto-docs rev: 81ab8b0f393f90785880aec7685c4c431cb7ad87) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'documentation') diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 11a7065c4e..b932f8178b 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1076,9 +1076,10 @@ $ bitbake-layers create-layer your_layer_name - As an example, the following command adds a layer named - meta-scottrif: + As an example, the following command creates a layer named + meta-scottrif in your home directory: + $ cd /usr/home $ bitbake-layers create-layer meta-scottrif NOTE: Starting bitbake server... Add your new layer with 'bitbake-layers add-layer meta-scottrif' -- cgit v1.2.3-54-g00ecf