diff options
Diffstat (limited to 'documentation/kernel-dev/common.rst')
-rw-r--r-- | documentation/kernel-dev/common.rst | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/documentation/kernel-dev/common.rst b/documentation/kernel-dev/common.rst index cbcb30281a..3f9d8d48e4 100644 --- a/documentation/kernel-dev/common.rst +++ b/documentation/kernel-dev/common.rst | |||
@@ -383,11 +383,7 @@ home directory: | |||
383 | 383 | ||
384 | 1. *Create Structure*: Create the layer's structure:: | 384 | 1. *Create Structure*: Create the layer's structure:: |
385 | 385 | ||
386 | $ mkdir meta-mylayer | 386 | $ mkdir -p meta-mylayer/conf meta-mylayer/recipes-kernel/linux/linux-yocto |
387 | $ mkdir meta-mylayer/conf | ||
388 | $ mkdir meta-mylayer/recipes-kernel | ||
389 | $ mkdir meta-mylayer/recipes-kernel/linux | ||
390 | $ mkdir meta-mylayer/recipes-kernel/linux/linux-yocto | ||
391 | 387 | ||
392 | The ``conf`` directory holds your configuration files, while the | 388 | The ``conf`` directory holds your configuration files, while the |
393 | ``recipes-kernel`` directory holds your append file and eventual | 389 | ``recipes-kernel`` directory holds your append file and eventual |
@@ -1044,9 +1040,7 @@ Section. | |||
1044 | additional structure to your layer using the following commands:: | 1040 | additional structure to your layer using the following commands:: |
1045 | 1041 | ||
1046 | $ cd ~/meta-mylayer | 1042 | $ cd ~/meta-mylayer |
1047 | $ mkdir recipes-kernel | 1043 | $ mkdir -p recipes-kernel recipes-kernel/linux/linux-yocto |
1048 | $ mkdir recipes-kernel/linux | ||
1049 | $ mkdir recipes-kernel/linux/linux-yocto | ||
1050 | 1044 | ||
1051 | Once you have created this | 1045 | Once you have created this |
1052 | hierarchy in your layer, you can move the patch file using the | 1046 | hierarchy in your layer, you can move the patch file using the |