meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

sw:yocto:debug [2022/11/28 16:43] – created niziaksw:yocto:debug [2022/12/14 09:55] (current) niziak
Line 17: Line 17:
 CFLAGS += "-g" CFLAGS += "-g"
 </code> </code>
 +
 +And add to local/site/auto.conf:
 +<code bash>
 +EXTRA_IMAGE_FEATURES_append = " dbg-pkgs"
 +</code>
 +