aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-07-12samba: merge with meta-oePaul Eggleton
Merge this recipe with the current version from meta-oe. This brings the following improvements: * Fix a configure failure due to python host contamination * Split some components out to their own packages * Tidy up some cruft left over from the OE-Classic recipe Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12faac: split out staticdev filesPaul Eggleton
Fixes the following QA issue: ERROR: QA Issue: non -staticdev package contains static .a library: libfaac-dev path '${WORKDIR}/packages-split/libfaac-dev/usr/lib/libfaac.a' Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12faad2: split out staticdev filesPaul Eggleton
Fixes the following QA issues: ERROR: QA Issue: non -staticdev package contains static .a library: libfaad-dev path '${WORKDIR}/packages-split/libfaad-dev/usr/lib/libfaad.a' ERROR: QA Issue: non -staticdev package contains static .a library: libmp4ff-dev path '${WORKDIR}/packages-split/libmp4ff-dev/usr/lib/libmp4ff.a' Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-07-12add build documentationKevin Strasser
Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-07-10meta-baryon: update proftpd SRC_URIKevin Strasser
ftp.nl.uu.net is no longer hosting the proftpd package. Signed-off-by: Kevin Strasser <kevin.strasser@intel.com>
2012-06-18base-files: only set hostname for baryon distroPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2012-05-02meta-baryon: correct the SRC_URI for libgsmShane Wang
This patch is to correct the SRC_URI for libgsm Signed-off-by: Shane Wang <shane.wang@intel.com>
2012-04-25webmin: add SRC_URI checksumsJoshua Lock
Without checksums do_fetch fails, add the md5 and sha256 checksums reported by BitBake to the recipe. Signed-off-by: Joshua Lock <josh@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 missing patch header infoPaul Eggleton
Add information to my earlier mount-excludefs.patch. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-11-09talloc: sync with meta-oePaul Eggleton
The recipes are now the same. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-11-09webmin: make Network Configuration module workDexuan Cui
1) add perl-module-file-copy into RDEPENDS since debian-linux-lib.pl needs that. 2) let generic-linux-lib.pl use debian-linux-lib.pl. This is a hack. We need to work out a better fix. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-11-09webmin: Several fixes to webmin recipe.Dexuan Cui
Remove patches from source code which will be installed to image. Add perl-module-feature depends to void missing of feature.pm file. Signed-off-by: Dongxiao Xu <dognxiao.xu@intel.com>
2011-11-09netperf: add recipe into meta-baryon layerDongxiao Xu
Import from OpenEmbedded project. 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-09webmin: Fix the config files of samba,nfs...Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@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-11-08webmin: fix the NFS export syntax issueYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-11-08webmin: adjust nfs exports config for yoctoYu Ke
yocto nfs utils use /etc/init.d/nfsserver to restart nfsd service so adjust the webmin config to use this. Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-11-08kernel: enable nfs server support in 3.0 kernelYu Ke
Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-11-08proftpd: port the recipe from OEDexuan Cui
The original link is at http://git.openembedded.org/openembedded/tree/recipes/proftpd/. Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
2011-11-08Add mediatomb recipeDongxiao Xu
Import from meta-demo layer. Add a size_t_header.patch to fix the size_t declaration issue. mediatomb: Hardcode the web port to be 49153 Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2011-10-30samba: ported samba 3.5.6 from OEZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-30talloc: port talloc 2.0.1 from oeZhai Edwin
It's required by samba Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-10-24base-files: set default hostnamePaul Eggleton
Set default hostname to "baryon". 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-24webmin: add runtime dependency on perl-module-timelocalPaul Eggleton
This perl module is required for several webmin modules, so add it as a runtime dependency of the main package. 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-24webmin: disable some more itemsPaul Eggleton
* Remove webmin startup option * Exclude "system" filesystems from showing in mount ("Disk and Network Filesystems") module * Disable OS version check as it doesn't work on our system at the moment * Delete some more files useful only on other Unix OSes 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-23webmin: fix prepending partprobe command line in fdisk modulePaul Eggleton
If the partprobe command is available (part of GNU parted) then the fdisk module prepends this command to any formatting command, however it was also appending the prepended command to itself resulting in an invalid command. 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>
2011-10-23conf/distro: add baryon distro conf filePaul Eggleton
Baryon needs to disable some defaults, and since this is really a distribution, create a distro conf file for it. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23lvm2: add udev to DEPENDSPaul Eggleton
libudev is required by lvm2 at configure time. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: enable net modulePaul Eggleton
Enable net ("Network Configuration") module for generic linux systems. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: exclude services from init modulePaul Eggleton
Hide some system services from the init ("Bootup and Shutdown") module that should not be configurable via the web interface. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23webmin: add new recipe for version 1.570Paul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23lvm2: add lvm2 from meta-oePaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2011-10-23Create layer for Baryon, a NAS-focused Linux distroPaul Eggleton
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>