diff options
author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2015-05-07 13:39:19 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-06-03 16:38:49 +0100 |
commit | fcc67ae90feeceee204bdb36e45eacf8d056779a (patch) | |
tree | 6e97dd36931bc5af47bd2102df9c7edc55097c2f /meta-yocto | |
parent | 8b5cb8618a8cee0aaa0234e1f5f287e2f1f96043 (diff) | |
download | poky-fcc67ae90feeceee204bdb36e45eacf8d056779a.tar.gz |
xserver-xorg: Upgrade 1.16.3 -> 1.17.1 (OELAYOUT_ABI change)
* Increase OELAYOUT_ABI: this is required because the
xf86-video-modesetting package moves from its own recipe to
xserver-xorg and sanity check cannot handle that currently.
The upgrade will delete old xf86-video-modesetting files from
sysroots.
* Remove upstreamed xserver-xorg patches
* Remove xf86-video-modesetting recipe: the driver is now included in
xserver-xorg recipe, which now produces the xf86-video-modesetting
package. The package version changes from 0.9 to 1.17.1
* Update xserver-xorg license checksum: modesetting license
info (another MIT one) has been added to the file
(From meta-yocto rev: f9f56ee4c89cfbec09b60e44f6b2f7cbc1ff4310)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto')
-rw-r--r-- | meta-yocto/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/distro/poky.conf b/meta-yocto/conf/distro/poky.conf index 94de6e8649..b47325da57 100644 --- a/meta-yocto/conf/distro/poky.conf +++ b/meta-yocto/conf/distro/poky.conf | |||
@@ -91,7 +91,7 @@ BB_SIGNATURE_HANDLER ?= 'OEBasicHash' | |||
91 | # that breaks the format and have been previously discussed on the mailing list | 91 | # that breaks the format and have been previously discussed on the mailing list |
92 | # with general agreement from the core team. | 92 | # with general agreement from the core team. |
93 | # | 93 | # |
94 | OELAYOUT_ABI = "10" | 94 | OELAYOUT_ABI = "11" |
95 | 95 | ||
96 | # add poky sanity bbclass | 96 | # add poky sanity bbclass |
97 | INHERIT += "poky-sanity" | 97 | INHERIT += "poky-sanity" |