summaryrefslogtreecommitdiff
path: root/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2017-03-05 12:00:51 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2017-04-07 12:14:04 +0200
commitb717933ad06d3dd20d129e4ff350b1a20b81b895 (patch)
treeceb7e8ae07a646c55c928e67263981924f418471 /recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
parentf61bd19b4bafbe5bc51efaa3879c274e4fc0d36b (diff)
xserver-xorg-1.14.7: cleanup this t20/t30 specific recipe
- add the original xserver-xorg.inc which matched the 1.14.4 recipe as the current one is no longer compatible with the older xserver. - renamed to xserver-xorg-1.14.7.inc - merge in OE specific changes from current xserver-xorg,inc. - merge bbappend into the bb file, we are the only user of this recipe. - set the compatible machine to SOC-Family rather than specific machines. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb')
-rw-r--r--recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb15
1 files changed, 13 insertions, 2 deletions
diff --git a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
index a24f12f..515e491 100644
--- a/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
+++ b/recipes-graphics/xorg-xserver/xserver-xorg_1.14.7.bb
@@ -1,6 +1,6 @@
-require recipes-graphics/xorg-xserver/xserver-xorg.inc
+require recipes-graphics/xorg-xserver/xserver-xorg-1.14.7.inc
-COMPATIBLE_MACHINE = "(apalis-t30|colibri-t20|colibri-t30)"
+COMPATIBLE_MACHINE = "(tegra2|tegra3)"
LIC_FILES_CHKSUM = "file://COPYING;md5=bc098b9774ed096943f6c37b5beeef13"
@@ -12,10 +12,21 @@ SRC_URI += "file://crosscompile.patch \
file://xorg-CVE-2013-6424.patch \
file://0001-sdksyms.sh-Make-sdksyms.sh-work-with-gcc5.patch \
"
+SRC_URI_append_tegra = " file://Revert_Use_new_pixman_glyph_cache_t_API_that_will_be_in_pixman0.28.0.patch"
SRC_URI[md5sum] = "0c285a813a6c3291c88d5a2b710aecb1"
SRC_URI[sha256sum] = "fcf66fa6ad86227613d2d3e8ae13ded297e2a1e947e9060a083eaf80d323451f"
+# HACK: during do_rootfs opkg takes the latest and greatest available
+# in any feed, e.g. one built for another machine without prefered version
+# rather than what PREFERRED_VERSION puts in the MACHINE_ARCH feed
+# so we set the recipe epoch here. Thus for our architecture we're
+# always latest and greatest.
+PE_tegra = "99"
+PROVIDES_${PN} = "virtual/xserver"
+
+PACKAGE_ARCH_tegra = "${MACHINE_ARCH}"
+
# These extensions are now integrated into the server, so declare the migration
# path for in-place upgrades.