diff options
-rw-r--r-- | meta-trygvis/recipes-core/images/trygvis-console.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-trygvis/recipes-core/images/trygvis-console.bb b/meta-trygvis/recipes-core/images/trygvis-console.bb index c56bf3e..e220c4d 100644 --- a/meta-trygvis/recipes-core/images/trygvis-console.bb +++ b/meta-trygvis/recipes-core/images/trygvis-console.bb @@ -17,4 +17,8 @@ IMAGE_INSTALL += "alsa-utils alsa-tools" IMAGE_INSTALL += "bluez-hcidump bluez4" +IMAGE_INSTALL += "opkg opkg-utils" + +IMAGE_INSTALL += "sysstat" + export IMAGE_BASENAME = "trygvis" |