meta data for this page
Differences
This shows you the differences between two versions of the page.
sw:yocto:debug [2022/11/28 16:43] – created niziak | sw:yocto:debug [2022/12/14 09:55] (current) – niziak | ||
---|---|---|---|
Line 17: | Line 17: | ||
CFLAGS += " | CFLAGS += " | ||
</ | </ | ||
+ | |||
+ | And add to local/ | ||
+ | <code bash> | ||
+ | EXTRA_IMAGE_FEATURES_append = " dbg-pkgs" | ||
+ | </ | ||
+ | |||