diff options
author | James Maki <jmaki@multitech.com> | 2010-09-10 12:55:11 -0500 |
---|---|---|
committer | James Maki <jmaki@multitech.com> | 2010-09-10 12:55:11 -0500 |
commit | beb0b7468e08d7478201686802010b4eaf2e9854 (patch) | |
tree | ff00414e68df5a7893f467ee64a87440376fcf2c | |
parent | 1b64e284b16aea04a59489182790a9ade4686e0a (diff) |
add my image file
-rw-r--r-- | recipes/images/jcm-image.bb | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/recipes/images/jcm-image.bb b/recipes/images/jcm-image.bb new file mode 100644 index 0000000000..bdcfae8f58 --- /dev/null +++ b/recipes/images/jcm-image.bb @@ -0,0 +1,42 @@ +require corecdp-base-image.bb + +LIGHTTPD = "lighttpd \ + lighttpd-module-cgi lighttpd-module-indexfile \ + lighttpd-module-redirect lighttpd-module-auth \ + lighttpd-module-access lighttpd-module-accesslog \ + lighttpd-module-rewrite lighttpd-module-proxy lighttpd-module-fastcgi \ + lighttpd-module-scgi lighttpd-module-alias \ + lighttpd-module-dirlisting lighttpd-module-staticfile \ + " + +#IMAGE_INSTALL += "${LIGHTTPD}" + +#IMAGE_INSTALL += "sqlite3" + +#IMAGE_INSTALL += "perl" +#IMAGE_INSTALL += "perl-module-io" +#IMAGE_INSTALL += "libdevice-serialport-perl" +#IMAGE_INSTALL += "libexpect-perl" + +#IMAGE_INSTALL += "python" +#IMAGE_INSTALL += "python-pyserial" +#IMAGE_INSTALL += "python-simplejson" +#IMAGE_INSTALL += "python-unixadmin" +#IMAGE_INSTALL += "python-textutils" +#IMAGE_INSTALL += "python-html" +#IMAGE_INSTALL += "python-sqlite3" + +#IMAGE_INSTALL += "ruby" + +# Java VM +#IMAGE_INSTALL += "jamvm" + +#IMAGE_INSTALL += "php php-cli php-cgi" + +IMAGE_INSTALL += "tcpdump " +IMAGE_INSTALL += "sms-utils " +IMAGE_INSTALL += "venus-gps " +IMAGE_INSTALL += "mts-id-eeprom " + +export IMAGE_BASENAME = "jcm-image" + |