diff options
author | Mike Fiore <mfiore@multitech.com> | 2013-04-11 11:04:19 -0500 |
---|---|---|
committer | Mike Fiore <mfiore@multitech.com> | 2013-04-11 11:04:19 -0500 |
commit | ed7ab20a93e9fc987a5b3480aa90c25af04f7655 (patch) | |
tree | 5a209f7f4e500a2bed5d2124d903c14b107652c3 /multitech/recipes/images | |
parent | 1b9d6b29557db36a5ea181df0f180aed64f1f53e (diff) |
autossh: added to corecdp-full-image
Diffstat (limited to 'multitech/recipes/images')
-rw-r--r-- | multitech/recipes/images/corecdp-full-image.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multitech/recipes/images/corecdp-full-image.bb b/multitech/recipes/images/corecdp-full-image.bb index 3943c57..1607028 100644 --- a/multitech/recipes/images/corecdp-full-image.bb +++ b/multitech/recipes/images/corecdp-full-image.bb @@ -13,6 +13,8 @@ IMAGE_INSTALL += "${LIGHTTPD}" IMAGE_INSTALL += "sqlite3" +IMAGE_INSTALL += "autossh" + IMAGE_INSTALL += "perl" IMAGE_INSTALL += "perl-module-io" IMAGE_INSTALL += "libdevice-serialport-perl" |