From fcc67ae90feeceee204bdb36e45eacf8d056779a Mon Sep 17 00:00:00 2001 From: Jussi Kukkonen Date: Thu, 7 May 2015 13:39:19 +0300 Subject: 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 Signed-off-by: Richard Purdie --- meta-yocto/conf/distro/poky.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-yocto') 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' # that breaks the format and have been previously discussed on the mailing list # with general agreement from the core team. # -OELAYOUT_ABI = "10" +OELAYOUT_ABI = "11" # add poky sanity bbclass INHERIT += "poky-sanity" -- cgit v1.2.3-54-g00ecf