From: Arnout Vandecappelle <arnout@mind.be>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 01/14] freescale-imx: bump to version 3.10.17-1.0.0
Date: Fri, 11 Jul 2014 08:14:25 +0200 [thread overview]
Message-ID: <53BF80C1.8080605@mind.be> (raw)
In-Reply-To: <7139dda2c668a5cae3ee54d8319a99529c7deec9.1404164261.git.yann.morin.1998@free.fr>
On 30/06/14 23:52, Yann E. MORIN wrote:
> From: Gary Bisson <bisson.gary@gmail.com>
>
> Bumping the version requires some heavy changes in the different
> i.MX related packages. Instead of having a single huge patch, those
> changes are split in smaller patches, one per affected package.
>
> This has the inconvenient side-effect of breaking the build right
> now with the bump; but it is better since the patches are easier to
> understand.
Of course, in the end all of these should be squashed into a single bisectable
commit.
So I think this first patch (which is the one that will be kept when you do a
fixup) should have the complete commit message, and below the --- it should
mention which patches should be squashed into it.
The commit messages of the subsequent packages are less important since they'll
be squashed away.
Regards,
Arnout
>
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
> Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> [yann.morin.1998 at free.fr: expand commit log]
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com>
> ---
> package/freescale-imx/freescale-imx.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/freescale-imx/freescale-imx.mk b/package/freescale-imx/freescale-imx.mk
> index 39ffa8a..843ba61 100644
> --- a/package/freescale-imx/freescale-imx.mk
> +++ b/package/freescale-imx/freescale-imx.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -FREESCALE_IMX_VERSION = 3.5.7-1.0.0
> +FREESCALE_IMX_VERSION = 3.10.17-1.0.0
> FREESCALE_IMX_SITE = http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/
>
> include $(sort $(wildcard package/freescale-imx/*/*.mk))
>
--
Arnout Vandecappelle arnout at mind be
Senior Embedded Software Architect +32-16-286500
Essensium/Mind http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint: 7CB5 E4CC 6C2E EFD4 6E3D A754 F963 ECAB 2450 2F1F
next prev parent reply other threads:[~2014-07-11 6:14 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-30 21:52 [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 01/14] freescale-imx: bump to version 3.10.17-1.0.0 Yann E. MORIN
2014-07-11 6:14 ` Arnout Vandecappelle [this message]
2014-07-11 16:36 ` Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 02/14] freescale-imx: update imx-lib package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 03/14] freescale-imx: change platform choice to be common Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 04/14] package/gpu-viv-bin-mx6q: only available for i.MX6Q Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 05/14] freescale-imx: add imx-vpu package Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 06/14] libfslvpuwrap: bump to version 1.0.46 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 07/14] libfslcodec: bump to version 3.0.11 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 08/14] libfslparser: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 09/14] gst-fsl-plugins: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 10/14] package/gst-fsl-plugins: add default platform Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 11/14] imx6sabresd: bump kernel version to 3.10.17 Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 12/14] imx6sololiteevk: " Yann E. MORIN
2014-06-30 21:52 ` [Buildroot] [PATCH 13/14] nitrogen6x: " Yann E. MORIN
2014-07-10 17:18 ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Eric Nelson
2014-07-10 17:28 ` Yann E. MORIN
2014-07-10 18:22 ` Gary Bisson
2014-07-10 18:35 ` [Buildroot] Boundary U-Boot files (was [PATCH] nitrogen6x: include .dtb files...) Eric Nelson
2014-07-11 6:10 ` Arnout Vandecappelle
2014-07-15 21:16 ` [Buildroot] [PATCH] nitrogen6x: include .dtb files for compatible variants Thomas Petazzoni
2014-07-15 21:29 ` Eric Nelson
2014-06-30 21:52 ` [Buildroot] [PATCH 14/14] defconfig/wandboard: update kernel + bootlaoder Yann E. MORIN
2014-06-30 22:34 ` Yann E. MORIN
2014-07-07 15:22 ` Hadrien Boutteville
2014-07-07 16:35 ` Yann E. MORIN
2014-07-01 21:36 ` [Buildroot] [PATCH 0/14 v3] freescale: update userspace packages (branch yem/fsl-imx) Thomas Petazzoni
2014-07-07 15:07 ` Hadrien Boutteville
2014-07-07 17:11 ` Gary Bisson
2014-07-08 6:46 ` Gary Bisson
2014-07-08 14:23 ` Hadrien Boutteville
2014-07-08 16:31 ` Gary Bisson
2014-07-15 21:16 ` 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=53BF80C1.8080605@mind.be \
--to=arnout@mind.be \
--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