~pieq/plainbox-provider-resource:fix-amdgpu-pro-check

Last commit made on 2016-11-09
Get this branch:
git clone -b fix-amdgpu-pro-check https://git.launchpad.net/~pieq/plainbox-provider-resource
Only Pierre Equoy can upload to this branch. If you are Pierre Equoy please log in for upload directions.

Branch merges

Branch information

Name:
fix-amdgpu-pro-check
Repository:
lp:~pieq/plainbox-provider-resource

Recent commits

e39890c... by Pierre Equoy

Change method to check presence of amdgpu-pro stack

The Vulkan drivers are only included in amdgpu-pro stacks.
We check if the related package is installed to detect what stack is present.

9776802... by Pierre Equoy

Fix 80211 resource job on Xenial

In recent nl80211.h headers used in Xenial (in package libnl-3-dev),
we have this:

enum nl80211_iftype {
 NL80211_IFTYPE_UNSPECIFIED,
 NL80211_IFTYPE_ADHOC,
 NL80211_IFTYPE_STATION,
 NL80211_IFTYPE_AP,
 NL80211_IFTYPE_AP_VLAN,
 NL80211_IFTYPE_WDS,
 NL80211_IFTYPE_MONITOR,
 NL80211_IFTYPE_MESH_POINT,
 NL80211_IFTYPE_P2P_CLIENT,
 NL80211_IFTYPE_P2P_GO,
 NL80211_IFTYPE_P2P_DEVICE,
 NL80211_IFTYPE_OCB,

 /* keep last */
 NUM_NL80211_IFTYPES,
 NL80211_IFTYPE_MAX = NUM_NL80211_IFTYPES - 1
};

NL80211_IFTYPE_OCB is new and means "Outside Context of a BSS".
On some devices, our program tries to access ifmodes[NL80211_IFTYPE_OCB],
which doesn't exist...

LP: #1581474

0be425e... by Pierre Equoy

providers:resource-generic: Provide driver name for graphics card if no driver available

d348e86... by Sylvain Pineau

Clone plainbox to run tests in containers

0cc4912... by Sylvain Pineau

Add .pmr-merge-hook

b3459c7... by Sylvain Pineau

Add .bumpversion.cfg

36997ad... by Pierre Equoy

"Release_2016_Week39 [r=pierre-equoy][bug=1331302,1341769,1347120,1382321,1383447,1387782,1387843,1388055,1388747,1389253,1399481,1400646,1403933,1406719,1410501,1428615,1451343,1451541][author=checkbox-dev]"

cf694ed... by Pierre Equoy

providers/plainbox-provider-resource-generic: increment version to 0.29.dev0

1d27d34... by Launchpad Translations on behalf of checkbox-dev <>

Launchpad automatic translations update.

4c3d226... by Launchpad Translations on behalf of checkbox-dev <>

Launchpad automatic translations update.