[FE training-materials-updates] yocto: labs: use -dbg instead of -dev

Antoine Ténart antoine.tenart at free-electrons.com
Mon May 22 13:45:03 CEST 2017


Repository : git://git.free-electrons.com/training-materials.git
On branch  : master
Link       : http://git.free-electrons.com/training-materials/commit/?id=5ccc61b2607c0bf897d770dbb27bcbe807e88d24

>---------------------------------------------------------------

commit 5ccc61b2607c0bf897d770dbb27bcbe807e88d24
Author: Antoine Tenart <antoine.tenart at free-electrons.com>
Date:   Mon May 22 11:06:34 2017 +0200

    yocto: labs: use -dbg instead of -dev
    
    Signed-off-by: Antoine Tenart <antoine.tenart at free-electrons.com>


>---------------------------------------------------------------

5ccc61b2607c0bf897d770dbb27bcbe807e88d24
 labs/yocto-custom-image/yocto-custom-image.tex | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/labs/yocto-custom-image/yocto-custom-image.tex b/labs/yocto-custom-image/yocto-custom-image.tex
index b1656ca..27f7c91 100644
--- a/labs/yocto-custom-image/yocto-custom-image.tex
+++ b/labs/yocto-custom-image/yocto-custom-image.tex
@@ -65,9 +65,9 @@ base for both the production and the debug images, but also take into account th
 possible differences. In our example only the built package list will change.
 
 Create a debug version of the previous image recipe, and name it
-\code{felabs-image-minimal-dev}. Try to avoid duplicating code! Then add the
-\code{dev-pkgs} to the image features list. It is also recommended to
-update the recipe's description.
+\code{felabs-image-minimal-dbg}. Try to avoid duplicating code! Then add the
+\code{dbg-pkgs} to the image features list. It is also recommended to
+update the recipe's description, and to add extra debugging tools.
 
 Build the new debug image with BitBake and check the previously
 included packages are present in the newly generated rootfs.




More information about the training-materials-updates mailing list