diff options
author | Ross Burton <ross.burton@intel.com> | 2012-10-22 10:37:24 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-23 12:28:32 +0100 |
commit | bc41dfb9cd2d3b90d97fa051c90d2f53bacde059 (patch) | |
tree | 79f09ec34c9b6604e30c962d714a840ede3cc9ca /meta/classes | |
parent | e7bae18e9d178479e25d1996f9995438093c0577 (diff) | |
download | poky-bc41dfb9cd2d3b90d97fa051c90d2f53bacde059.tar.gz |
xserver-xorg: add runtime provides for the driver ABI version
The xserver driver ABIs can and do change in a way that is unrelated to the
version of xserver, so it's entirely possible to build an image that has a
mismatch between the server ABI version and the version that the drivers were
built against. xserver detects this and refuses to load the modules.
By adding RPROVIDEs to the xserver package that describe the ABI versions it has
(such as xorg-abi-video-13, xorg-abi-input-11), drivers can RDEPEND on the
version that they were built against. This means that when the ABIs change,
there will be package dependency errors at image time instead of images that
build fine but don't work.
(From OE-Core rev: 8ef5f205aec04140198d5ba0f5c405ae6e977dbe)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes')
0 files changed, 0 insertions, 0 deletions