Versions Compared

Key

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

...

Code Block
themeDJango
IMAGE_INSTALL_append = " gperftools" 

To avoid incompatible license errors with binutils(dependency for gperftools),
Add below changes in $YOCTO_BUILD/conf/local.conf:

Code Block
themeDJango
WHITELIST_GPL-3.0 += " binutils"
INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"

...