diff options
author | Jesse Gilles <jgilles@multitech.com> | 2011-08-22 15:02:56 -0500 |
---|---|---|
committer | Jesse Gilles <jgilles@multitech.com> | 2011-08-22 15:02:56 -0500 |
commit | 3463257fca08681093c3ae1d865237cd5a1845d9 (patch) | |
tree | abee42c44b5830279bc13eb63709e597b6ca528d | |
parent | 20014fa2db8c419060e9a6f20f9fef128cd3074f (diff) |
corecdp-full-image: add venus-gps and uvccapture
-rw-r--r-- | multitech/recipes/images/corecdp-full-image.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/multitech/recipes/images/corecdp-full-image.bb b/multitech/recipes/images/corecdp-full-image.bb index 9a23b19..7ca305d 100644 --- a/multitech/recipes/images/corecdp-full-image.bb +++ b/multitech/recipes/images/corecdp-full-image.bb @@ -35,6 +35,10 @@ IMAGE_INSTALL += "php php-cli php-cgi" # Multi-Tech SMS Utility (see http://git.multitech.net) IMAGE_INSTALL += "sms-utils" +# Multi-Tech GPS Utility +IMAGE_INSTALL += "venus-gps" + +IMAGE_INSTALL += "uvccapture" export IMAGE_BASENAME = "corecdp-full-image" |