summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* iproute2: upgrade to version 2.6.35Qing He2010-11-142-1/+1
| | | | | | from 2.6.34 Signed-off-by: Qing He <qing.he@intel.com>
* nfs-utils: upgrade to version 1.2.3Qing He2010-11-141-1/+1
| | | | | | from 1.2.2 Signed-off-by: Qing He <qing.he@intel.com>
* openssl: Use STAGING_BINDIR_NATIVE as the path to perl, not bindir which can ↵Richard Purdie2010-11-031-1/+1
| | | | | | point to incorrect places Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* openssl/db/gdbm: Extend to provide BBCLASSEXTEND nativesdkRichard Purdie2010-11-021-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* nfs-utils: fix nfs server initscriptQing He2010-10-201-3/+3
| | | | | | fixes [BUGID #483] Signed-off-by: Qing He <qing.he@intel.com>
* gupnp: fix broken SRC_URIsScott Garman2010-10-155-5/+5
| | | | | | This fixes [BUGID #469] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* recipes-connectivity: Cleanup package descriptions and summariesMark Hatle2010-10-1140-20/+119
| | | | | | | | | [BUGID #281] Evaluate and update each package in recipes-connectivity to ensure they have a consistent summary and description. Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
* connman: Do not take over ethernet interface if target is boot by nfsDongxiao Xu2010-10-112-2/+22
| | | | | | | | | Detect if target system is booting by nfs, connman will not take over the ethernet interface. This fixes [BUGID #364] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libopensync: Fixup a couple of LICENSE fieldsRichard Purdie2010-09-302-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libopensync: Added LICNESE fields to pluginsSaul Wold2010-09-304-1/+5
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* farsight: Added LICENSE fieldSaul Wold2010-09-301-1/+1
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* connman: fix the issue that connman could not disconnect from shutdown APDongxiao Xu2010-09-283-3/+45
| | | | | | | | | | | | | Upstream has a fix for MeeGo/Carrick which has the same phenomenon as our side, therefore port the patch into poky. This fixes [BUGID #266] and [BUGID #267]. Remove the option "--enable-fake" since it sometimes causes offline mode failure. Launch connmand in initlevel 3. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* iproute2: Disable PARALLEL_MAKESaul Wold2010-09-272-1/+3
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* avahi: explicit depends on libcapQing He2010-09-172-2/+2
| | | | | | This avoids possible host contamination, fixes [BUGID #288] Signed-off-by: Qing He <qing.he@intel.com>
* connman-gnome: Add some functionality.Dongxiao Xu2010-09-102-584/+1134
| | | | | | | | | Add offline mode. Add ethernet/wifi enable/disable functionality. Classify each service (ethernet, wifi) into certain group. Do some code clean up. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix broken references to libcheckScott Garman2010-09-034-5/+5
| | | | | | * check has been renamed to libcheck Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* openssh: new recipe additionScott Garman2010-09-025-0/+390
| | | | | | OpenSSH v5.6p1, derived from OpenEmbedded's recipe. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-01120-0/+7010
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* connman: Use connman as default network management toolDongxiao Xu2010-08-2712-70/+3679
| | | | | | | | Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* wpa-supplicant: Add latest stable version 0.6.10Dongxiao Xu2010-08-278-0/+1058
| | | | | | | Connman doesn't work well with wpa-supplicant development version 0.7.2, thus import its latest stable version. Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2776-0/+3252
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>