Skip to content

Commit

Permalink
perf: remove from image until build hang fixed
Browse files Browse the repository at this point in the history
Signed-off-by: Ferry Toth <[email protected]>
  • Loading branch information
htot committed Apr 20, 2022
1 parent 08e6b8b commit 06f7d35
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meta-intel-edison-distro/recipes-core/images/edison-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ IMAGE_INSTALL_append = " rt-tests"
IMAGE_INSTALL_append = " battery-voltage"

# Add linux performance monitoring tool
IMAGE_INSTALL_append = " perf"
# remove until the build hang issue gets sorted out
#IMAGE_INSTALL_append = " perf"

# package management - where to find this?
#IMAGE_INSTALL_append = " aptitude"
Expand Down

0 comments on commit 06f7d35

Please sign in to comment.