Versions Compared

Key

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

...

Code Block
themeDJango
IMAGE_INSTALL_append = " gperftools" 

In the present workspace to avoid dependency errorsTo avoid errors with binutils(dependency for gperftools),

Code Block
themeDJango
IMAGE_INSTALL_append WHITELIST_GPL-3.0 += " gperftools" 

...

binutils"
INCOMPATIBLE_LICENSE = "GPL-3.0 LGPL-3.0 AGPL-3.0"

3. To install all required binaries of gperftools, it depends on perl

...