aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
AgeCommit message (Collapse)Author
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>