aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-extended/images
AgeCommit message (Collapse)Author
2013-01-03baryon-image: use parted instead of util-linuxKevin Strasser
util-linux replaces the 'reset' command provided by busybox with a script that uses 'tset', which fails because it isn't installed. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-08-06webmin: include webmin-module-aclKevin Strasser
Webmin's logging configuration page depends on webmin-module-acl. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-12baryon-image: use IMAGE_INSTALL instead of CORE_IMAGE_EXTRA_INSTALLPaul Eggleton
CORE_IMAGE_EXTRA_INSTALL is really intended to be used from local.conf and not in custom image recipes, so we should not be using it here. As a bonus, adding to IMAGE_INSTALL instead allows the image recipe to be compatible with the edison release. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-03-31baryon: Fix variable namingDongxiao Xu
The POKY_EXTRA_INSTALL is changed to CORE_IMAGE_EXTRA_INSTALL in core layer. Therefore change it in meta-baryon accordingly. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-11-09webmin: Add a simple module for Media TombDexuan Cui
Signed-off-by: Jiajun Xu <jiajun.xu@intel.com>
2011-11-09baryon-image: add webmin-module-lvmDexuan Cui
webmin-module-raid depends on webmin-module-lvm. This might be a defect(or feature???) of webmin. Anyway, to make softRAID configurable in webmin, we have to install webmin-module-lvm, too. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-11-08baryon-image: Add required packages for NASZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-24Show info about the web interface on startupPaul Eggleton
Add a webmin-notice package containing an init script that prints out the web admin URL, and add it to baryon-image. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-24baryon-image: add additional webmin modulesPaul Eggleton
* Add webmin-module-servers: this allows configuring servers listed in the "System and Server Status" module * Add webmin-module-useradmin for configuring user accounts * Add webmin-module-time for configuring system time (and webmin-module-webmincron which it requires) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-24baryon-image: remove LVMPaul Eggleton
LVM functionality is not needed in the current version, so remove lvm2 and the webmin configuration module for it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-24baryon-image: enable SSH serverPaul Eggleton
Add an SSH server (dropbear) to the image. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23Add baryon-imagePaul Eggleton
Create a customised image including just the items we want in the Baryon system, including Webmin and required system utilities. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>