Skip to content

Commit

Permalink
edison-image.bb - add the nano text editor
Browse files Browse the repository at this point in the history
  • Loading branch information
mwallnoefer authored and htot committed Jan 3, 2020
1 parent c18cab5 commit 3efd0e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-intel-edison-distro/recipes-core/images/edison-image.bb
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ IMAGE_INSTALL_append = " perf"
# Provides strace and gdb
# IMAGE_FEATURES += "tools-debug" fail with thud

# Add the nano text editor
IMAGE_INSTALL_append = " nano"

# SWIG
IMAGE_INSTALL_append = " swig"

Expand Down

0 comments on commit 3efd0e0

Please sign in to comment.