From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2 05/14] xdriver_xf86-video-imx-viv: bump version to 5.0.11-p8.4
Date: Wed, 15 Jun 2016 22:47:51 +0200 [thread overview]
Message-ID: <20160615224751.230faf38@free-electrons.com> (raw)
In-Reply-To: <CAAMH-yvnwAdtfHfaMez7CZOnYd-SNQAd6ey7XnbLrF0bg21UPg@mail.gmail.com>
Hello,
On Mon, 13 Jun 2016 15:20:11 +0200, Gary Bisson wrote:
> > @@ -1,31 +0,0 @@
> > -From 80c419dddf6483873503d90694c4b4ae34ffa5e4 Mon Sep 17 00:00:00 2001
> > -From: Otavio Salvador <otavio@ossystems.com.br>
> > -Date: Wed, 2 Dec 2015 13:50:57 +0000
> > -Subject: [PATCH] Remove 'dix' internal header usage
> > -Organization: O.S. Systems Software LTDA.
> > -
> > -The 'swaprep.h' is an internal Xorg header and is not being installed
> > -anymore. The swap features are provided by the 'misc.h' header now.
> > -
> > -Upstream-Status: Pending
> > -
> > -Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
>
> I think you need to add your SOB in the patch like:
You're commenting on the patch that is *removed* so it's not really
where a change should be done. However, I've added the reference to the
upstream commit in the patch added by Andrew, indeed.
> Also, should we add a dependency on ARM_EABIHF since it depends on
> imx-gpu-viv? I'm never a 100% sure when you need to propagate those
> dependencies.
You need to propagate the dependencies when you're doing a select, i.e:
config BR2_PACKAGE_FOO
depends on BR2_ARM_EABIHF
config BR2_PACKAGE_BAR
select BR2_PACKAGE_FOO
is wrong, because BR2_PACKAGE_BAR should replicate the "depends on
BR2_ARM_EABIHF".
However, in the case here, xdriver_xf86-video-imx-viv does:
depends on BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
so we're good (i.e it doesn't "select" the imx-gpu-viv package).
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
next prev parent reply other threads:[~2016-06-15 20:47 UTC|newest]
Thread overview: 73+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-03 13:10 [Buildroot] [PATCH 00/10] Bump NXP package versions Andrew Webster
2016-06-03 13:10 ` [Buildroot] [PATCH 01/10] firmware-imx: bump to version 5.4 Andrew Webster
2016-06-06 14:32 ` Gary Bisson
2016-06-06 17:12 ` Andrew Webster
2016-06-07 7:36 ` Gary Bisson
2016-06-08 17:26 ` Andrew Webster
2016-06-08 18:20 ` Gary Bisson
2016-06-09 21:18 ` Andrew Webster
2016-06-10 8:46 ` Gary Bisson
2016-06-10 14:39 ` Andrew Webster
2016-06-03 13:10 ` [Buildroot] [PATCH 02/10] gst1-imx: bump to version 0.12.1 Andrew Webster
2016-06-06 14:33 ` Gary Bisson
2016-06-06 18:19 ` Andrew Webster
2016-06-06 20:28 ` Thomas Petazzoni
2016-06-06 20:37 ` Gary Bisson
2016-06-03 13:10 ` [Buildroot] [PATCH 03/10] imx-vpu: bump to version 5.4.33 Andrew Webster
2016-06-06 14:33 ` Gary Bisson
2016-06-03 13:10 ` [Buildroot] [PATCH 04/10] imx-codec: rename from libfslcodec and bump version to 4.0.9 Andrew Webster
2016-06-06 14:33 ` Gary Bisson
2016-06-06 18:27 ` Andrew Webster
2016-06-03 13:12 ` [Buildroot] [PATCH 05/10] imx-parser: rename from libfslparser " Andrew Webster
2016-06-06 14:33 ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 06/10] imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 Andrew Webster
2016-06-06 14:34 ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 07/10] imx-gpu-viv: bump version to 5.0.11-p8.3 Andrew Webster
2016-06-06 14:34 ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 08/10] libimxvpuapi: bump version to 0.10.2 Andrew Webster
2016-06-06 14:34 ` Gary Bisson
2016-06-03 13:12 ` [Buildroot] [PATCH 09/10] imx-lib: bump version to 5.4 Andrew Webster
2016-06-06 14:34 ` Gary Bisson
2016-06-03 13:13 ` [Buildroot] [PATCH 10/10] xdriver_xf86-video-imx-viv: bump version to 5.0.11-p8.3 Andrew Webster
2016-06-06 14:36 ` Gary Bisson
2016-06-06 14:32 ` [Buildroot] [PATCH 00/10] Bump NXP package versions Gary Bisson
2016-06-06 15:57 ` Andrew Webster
2016-06-07 7:45 ` Gary Bisson
2016-06-06 20:33 ` Thomas Petazzoni
2016-06-06 21:23 ` Thomas Petazzoni
2016-06-10 18:09 ` [Buildroot] [PATCH v2 00/14] " Andrew Webster
2016-06-10 18:09 ` [Buildroot] [PATCH v2 01/14] nxp defconfigs: bump u-boot version to 4.1.15_1.1.0_ga Andrew Webster
2016-06-13 13:18 ` Gary Bisson
2016-06-10 18:09 ` [Buildroot] [PATCH v2 02/14] nxp defconfigs: bump kernel version to 4.1.15 Andrew Webster
2016-06-13 13:18 ` Gary Bisson
2016-06-10 18:09 ` [Buildroot] [PATCH v2 03/14] kernel-module-imx-gpu-viv: bump version to that of the 5.0.11.p8.4 release Andrew Webster
2016-06-13 13:19 ` Gary Bisson
2016-06-10 18:09 ` [Buildroot] [PATCH v2 04/14] imx-gpu-viv: bump version to 5.0.11-p8.4 Andrew Webster
2016-06-13 13:00 ` Gary Bisson
2016-06-13 13:02 ` Gary Bisson
2016-06-15 20:45 ` Thomas Petazzoni
2016-06-10 18:11 ` [Buildroot] [PATCH v2 05/14] xdriver_xf86-video-imx-viv: " Andrew Webster
2016-06-13 13:20 ` Gary Bisson
2016-06-15 20:47 ` Thomas Petazzoni [this message]
2016-06-10 18:11 ` [Buildroot] [PATCH v2 06/14] firmware-imx: bump to version 5.4 Andrew Webster
2016-06-13 13:20 ` Gary Bisson
2016-06-10 18:12 ` [Buildroot] [PATCH v2 07/14] gst1-imx: bump to version 0.12.1 Andrew Webster
2016-06-13 13:20 ` Gary Bisson
2016-06-10 18:12 ` [Buildroot] [PATCH v2 08/14] imx-vpu: bump to version 5.4.33 Andrew Webster
2016-06-13 13:20 ` Gary Bisson
2016-06-10 18:13 ` [Buildroot] [PATCH v2 09/14] imx-codec: rename from libfslcodec and bump version to 4.0.9 Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-10 18:13 ` [Buildroot] [PATCH v2 10/14] imx-parser: rename from libfslparser " Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-15 20:50 ` Thomas Petazzoni
2016-06-10 18:13 ` [Buildroot] [PATCH v2 11/14] imx-vpuwrap: rename from libfslvpuwrap and bump version to 1.0.65 Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-10 18:13 ` [Buildroot] [PATCH v2 12/14] libimxvpuapi: bump version to 0.10.2 Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-10 18:13 ` [Buildroot] [PATCH v2 13/14] imx-lib: bump version to 5.4 Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-10 18:14 ` [Buildroot] [PATCH v2 14/14] imx-kobs: " Andrew Webster
2016-06-13 13:21 ` Gary Bisson
2016-06-11 13:20 ` [Buildroot] [PATCH v2 00/14] Bump NXP package versions Thomas Petazzoni
2016-06-13 13:18 ` Gary Bisson
2016-06-15 20:44 ` Thomas Petazzoni
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=20160615224751.230faf38@free-electrons.com \
--to=thomas.petazzoni@free-electrons.com \
--cc=buildroot@busybox.net \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox