Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeDJango
WHITELIST_GPL-3.0 += " gdb readline"
INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"
PACKAGECONFIG_remove_pn-gdb = " readline"

Valgrind also needs some of the previously defined features, specifically:

$YOCTO_BUILD/conf/local.conf:

Code Block
themeDJango
EXTRA_IMAGE_FEATURES = "tools-debug debug-tweaks dbg-pkgs"

...