From: Max Krummenacher <max.oss.09@gmail.com>
To: Tom Hochstein <tom.hochstein@nxp.com>, meta-freescale@yoctoproject.org
Subject: Re: [PATCH 10/52] wayland-protocols: Use i.MX fork
Date: Wed, 01 Aug 2018 16:53:17 +0200 [thread overview]
Message-ID: <1533135197.2950.32.camel@gmail.com> (raw)
In-Reply-To: <1532979752-21536-11-git-send-email-tom.hochstein@nxp.com>
Hi
Is this forking really needed? Really?
E.g. libdrm is now forked for i.MX (at version 2.4.84 + ~ 10 i.MX patches)
mesa in openembedded core got updated and in its configure step errors out
because it requires a version > 2.4.84.
With every such fork the version lock in forced onto users of
meta-freescale becomes a bigger pain.
With a PREFERRED_VERSION to something older + i.MX patches in SRC_URI
one at least has a change to forward port within reasonable time.
Max
Am Montag, den 30.07.2018, 14:41 -0500 schrieb Tom Hochstein:
> Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
> ---
> recipes-graphics/wayland/wayland-protocols_1.13.imx.bb | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb b/recipes-
> graphics/wayland/wayland-protocols_1.13.imx.bb
> index 1ef1ee1..f46ef99 100644
> --- a/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
> +++ b/recipes-graphics/wayland/wayland-protocols_1.13.imx.bb
> @@ -9,10 +9,10 @@ LICENSE = "MIT"
> LIC_FILES_CHKSUM = "file://COPYING;md5=c7b12b6702da38ca028ace54aae3d484 \
> file://stable/presentation-time/presentation-
> time.xml;endline=26;md5=4646cd7d9edc9fa55db941f2d3a7dc53"
>
> -SRC_URI = "https://wayland.freedesktop.org/releases/${BPN}-${PV}.tar.xz \
> - "
> -SRC_URI[md5sum] = "29312149dafcd4a0e739ba94995a574d"
> -SRC_URI[sha256sum] = "0758bc8008d5332f431b2a84fea7de64d971ce270ed208206a098ff2ebc68f38"
> +SRC_URI = "git://source.codeaurora.org/external/imx/wayland-protocols-
> imx.git;protocol=https;branch=master"
> +SRCREV = "522fa921c4590da689ee7005e42d4d663190fecf"
> +
> +S = "${WORKDIR}/git"
>
> inherit allarch autotools pkgconfig
>
> --
> 2.7.4
>
next prev parent reply other threads:[~2018-08-01 14:53 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-30 19:41 [PATCH 00/52] L4.9.88-2.2.0 recipes-bsp and recipes-graphics Tom Hochstein
2018-07-30 19:41 ` [PATCH 01/52] xserver-xf86-config: Add support for i.MX 8MQ Tom Hochstein
2018-07-30 19:41 ` [PATCH 02/52] xserver-xorg: Fix build issues " Tom Hochstein
2018-07-30 19:41 ` [PATCH 03/52] imx-gpu-g2d: Improve COMPATIBLE_MACHINE Tom Hochstein
2018-07-30 19:41 ` [PATCH 04/52] imx-dpu-g2d: Limit to i.MX 8MQ support Tom Hochstein
2018-07-31 6:58 ` Gary Bisson
2018-07-31 19:41 ` Tom Hochstein
2018-07-30 19:41 ` [PATCH 05/52] libdrm: Restore manpages support Tom Hochstein
2018-07-30 19:41 ` [PATCH 06/52] waffle: Configure for i.MX GPU Tom Hochstein
2018-07-30 19:41 ` [PATCH 07/52] imx-base.inc: Simplify preferred providers for graphics Tom Hochstein
2018-07-30 19:41 ` [PATCH 08/52] weston: Fix non-GPU support Tom Hochstein
2018-07-30 19:41 ` [PATCH 09/52] wayland-protocols: Downgrade to 1.13 for i.MX Tom Hochstein
2018-07-30 19:41 ` [PATCH 10/52] wayland-protocols: Use i.MX fork Tom Hochstein
2018-08-01 14:53 ` Max Krummenacher [this message]
2018-08-02 20:37 ` Otavio Salvador
2018-08-03 20:29 ` Max Krummenacher
2018-07-30 19:41 ` [PATCH 11/52] EULA: Update to v24 Tom Hochstein
2018-07-30 19:41 ` [PATCH 12/52] linux-imx: Add i.MX 8 support Tom Hochstein
2018-07-30 19:41 ` [PATCH 13/52] imx-base.inc: Remove redundant DEFAULTTUNE setting Tom Hochstein
2018-07-30 19:41 ` [PATCH 14/52] u-boot-imx: Add support for i.MX 8QM, 8MQ, and 8QXP Tom Hochstein
2018-08-01 14:59 ` Max Krummenacher
2018-07-30 19:41 ` [PATCH 15/52] machine: " Tom Hochstein
2018-07-30 19:41 ` [PATCH 16/52] imx-dpu-g2d: Use machine override for compatibility Tom Hochstein
2018-07-30 19:41 ` [PATCH 17/52] kernel-module-imx-gpu-viv: Update to 6.2.4.p1.6 Tom Hochstein
2018-07-30 19:41 ` [PATCH 18/52] imx-gpu-viv: " Tom Hochstein
2018-07-30 19:41 ` [PATCH 19/52] imx-gpu-g2d: " Tom Hochstein
2018-07-30 19:42 ` [PATCH 20/52] imx-dpu-g2d: Update to 1.4.6 Tom Hochstein
2018-07-30 19:42 ` [PATCH 21/52] xf86-video-imx-vivante: Update to 6.2.4.p1.6 Tom Hochstein
2018-08-01 15:22 ` Max Krummenacher
2018-08-01 19:03 ` Tom Hochstein
2018-07-30 19:42 ` [PATCH 22/52] imx-gpu-viv: Remove wayland-egl files Tom Hochstein
2018-07-30 19:42 ` [PATCH 23/52] imx-gpu-viv: Add support for i.MX 8 and 8X families Tom Hochstein
2018-07-30 19:42 ` [PATCH 24/52] imx-gpu-viv: Add support for OpenCL and OpenVX Tom Hochstein
2018-07-30 19:42 ` [PATCH 25/52] xf86-video-imx-vivante: Set linker flags properly Tom Hochstein
2018-07-30 19:42 ` [PATCH 26/52] mesa: Remove redundant install code Tom Hochstein
2018-07-30 19:42 ` [PATCH 27/52] fsl-eula: Extend EULA-based archive support Tom Hochstein
2018-07-30 19:42 ` [PATCH 28/52] u-boot-imx: Deploy tools on boot partition for i.MX 8MQ Tom Hochstein
2018-07-30 19:42 ` [PATCH 29/52] imx-atf: Add new package ARM Trusted Firmware Tom Hochstein
2018-08-01 16:04 ` [PATCH 00/52] L4.9.88-2.2.0 recipes-bsp and recipes-graphics Max Krummenacher
2018-08-01 19:04 ` Tom Hochstein
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1533135197.2950.32.camel@gmail.com \
--to=max.oss.09@gmail.com \
--cc=meta-freescale@yoctoproject.org \
--cc=tom.hochstein@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.