aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
AgeCommit message (Collapse)Author
2013-10-05netperf: removeHEADmasterPaul Eggleton
This isn't actually needed by baryon; it was only used in some of the initial performance tests. If needed there is a well-maintained version now in meta-networking. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-09-23samba: fix QA error due to volatiles presencePaul Eggleton
Adapted from a meta-oe change by Jonathan Liu <net147@gmail.com>. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
2013-03-25samba: sync with meta-oedylanKevin Strasser
update to version 3.6.8 Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-03-25nfs-utils: remove NFS upcall workaroundKevin Strasser
The workaround was incorporated into poky in commit 52d2947300e693c37006f020f9fc428f200c6bc9. Additionally, the regession is fixed in the 3.8 version of the linux kernel. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2013-02-27nfs-utils: update bbappend version to 1.2.7Kevin Strasser
account for poky revision 8adcafc239ccb3fa9fc968140b43da90d735ce21 Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-30nfs-utils: workaround for nfsd regression in the 3.4 kernelKevin Strasser
The version of nfsd used in 3.4 kernels tries to upcall the new reboot-recovery daemon and gets stuck if it is not found. This causes client mounts to fail and prints the following error message during boot: "NFSD: starting 90-second grace period NFSD: Unable to end grace period: -110" If the directory "/var/lib/nfs/v4recovery" exists, nfsd will revert back to the old method. Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
2012-09-27samba: remove unused directories after installKevin Strasser
Some of the directories that are created during installation are left empty and not shipped in the image. Removing them clears up the following QA warning: "WARNING: QA Issue: samba: Files/directories were installed but not shipped /usr/lib/idmap /usr/lib/nss_info /usr/lib/perfcount /usr/lib/pdb /usr/lib/rpc /usr/lib/gpext" Signed-off-by: Kevin Strasser <kevin.strasser@linux.intel.com>
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>
2011-11-09netperf: add recipe into meta-baryon layerDongxiao Xu
Import from OpenEmbedded project. 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>