All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch yem/bumps
@ 2013-11-05 18:28 Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: bump Yann E. MORIN
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-11-05 18:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Hello All!

Here are a few bumps:
  - rpi: bump firmware and userland for misc fixes
  - tzdata: bump for new TZ definitions and new TZ compiler

Regards,
Yann E. MORIN.


The following changes since commit da1ca5c0a24e12bff1157fbd9275b5150f2ab620:

  dropwatch: fix avr32 build failure (2013-11-05 14:25:51 +0100)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem/bumps

for you to fetch changes up to 8be57551e01d1a692be7ef343b3a0939645c6f17:

  package/zic: bump (2013-11-05 19:25:15 +0100)

----------------------------------------------------------------
Yann E. MORIN (4):
      package/rpi-firmware: bump
      package/rpi-userland: bump
      package/tzdata: bump
      package/zic: bump

 package/rpi-firmware/rpi-firmware.mk | 2 +-
 package/rpi-userland/rpi-userland.mk | 2 +-
 package/tzdata/tzdata.mk             | 2 +-
 package/zic/zic.mk                   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 223 225 172 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 1/4] package/rpi-firmware: bump
  2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
@ 2013-11-05 18:28 ` Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 2/4] package/rpi-userland: bump Yann E. MORIN
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-11-05 18:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Further fixes for de-interlacing.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/rpi-firmware/rpi-firmware.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rpi-firmware/rpi-firmware.mk b/package/rpi-firmware/rpi-firmware.mk
index a7574f2..e6763af 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 58036da500d936a98156d703fa220dc7db175762
+RPI_FIRMWARE_VERSION = 5343d029a5f2f09bd9801914eac0d4bf95cadc1f
 RPI_FIRMWARE_SITE = http://github.com/raspberrypi/firmware/tarball/$(RPI_FIRMWARE_VERSION)
 RPI_FIRMWARE_LICENSE = BSD-3c
 RPI_FIRMWARE_LICENSE_FILES = boot/LICENCE.broadcom
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 2/4] package/rpi-userland: bump
  2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: bump Yann E. MORIN
@ 2013-11-05 18:28 ` Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 3/4] package/tzdata: bump Yann E. MORIN
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-11-05 18:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Fixes for camera features (exposure, capture loop, shutter speed),
h264 encoding headers, EXIF thumbnails.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/rpi-userland/rpi-userland.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/rpi-userland/rpi-userland.mk b/package/rpi-userland/rpi-userland.mk
index 9f20766..9320ecf 100644
--- a/package/rpi-userland/rpi-userland.mk
+++ b/package/rpi-userland/rpi-userland.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_USERLAND_VERSION = 77d32cd6b7d1c586877b0e05f941e647e35084bc
+RPI_USERLAND_VERSION = 0d25e71ea558f32cd72b8d46cd51767c92a81d01
 RPI_USERLAND_SITE = http://github.com/raspberrypi/userland/tarball/$(RPI_USERLAND_VERSION)
 RPI_USERLAND_LICENSE = BSD-3c
 RPI_USERLAND_LICENSE_FILES = LICENCE
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 3/4] package/tzdata: bump
  2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: bump Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 2/4] package/rpi-userland: bump Yann E. MORIN
@ 2013-11-05 18:28 ` Yann E. MORIN
  2013-11-05 18:28 ` [Buildroot] [PATCH 4/4] package/zic: bump Yann E. MORIN
  2013-11-05 22:57 ` [Buildroot] [pull request] Pull request for branch yem/bumps Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-11-05 18:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

---
Pretty nothing to say about the bump, except it has the
usual timezone fixes and updates.
---
 package/tzdata/tzdata.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tzdata/tzdata.mk b/package/tzdata/tzdata.mk
index 26f623d..9109e2a 100644
--- a/package/tzdata/tzdata.mk
+++ b/package/tzdata/tzdata.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TZDATA_VERSION = 2013c
+TZDATA_VERSION = 2013h
 TZDATA_SOURCE = tzdata$(TZDATA_VERSION).tar.gz
 TZDATA_SITE = ftp://ftp.iana.org/tz/releases
 TZDATA_DEPENDENCIES = host-zic
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [PATCH 4/4] package/zic: bump
  2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
                   ` (2 preceding siblings ...)
  2013-11-05 18:28 ` [Buildroot] [PATCH 3/4] package/tzdata: bump Yann E. MORIN
@ 2013-11-05 18:28 ` Yann E. MORIN
  2013-11-05 22:57 ` [Buildroot] [pull request] Pull request for branch yem/bumps Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Yann E. MORIN @ 2013-11-05 18:28 UTC (permalink / raw)
  To: buildroot

From: "Yann E. MORIN" <yann.morin.1998@free.fr>

This bump to allign with the tzdata bump in previous commit.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/zic/zic.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/zic/zic.mk b/package/zic/zic.mk
index 3d56df1..780643b 100644
--- a/package/zic/zic.mk
+++ b/package/zic/zic.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ZIC_VERSION = 2013c
+ZIC_VERSION = 2013h
 ZIC_SOURCE = tzcode$(ZIC_VERSION).tar.gz
 ZIC_SITE = ftp://ftp.iana.org/tz/releases
 ZIC_LICENSE = Public domain
-- 
1.8.1.2

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem/bumps
  2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
                   ` (3 preceding siblings ...)
  2013-11-05 18:28 ` [Buildroot] [PATCH 4/4] package/zic: bump Yann E. MORIN
@ 2013-11-05 22:57 ` Peter Korsgaard
  4 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2013-11-05 22:57 UTC (permalink / raw)
  To: buildroot

>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:

 > From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 > Hello All!

 > Here are a few bumps:
 >   - rpi: bump firmware and userland for misc fixes
 >   - tzdata: bump for new TZ definitions and new TZ compiler

Committed series, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-05 22:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-05 18:28 [Buildroot] [pull request] Pull request for branch yem/bumps Yann E. MORIN
2013-11-05 18:28 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: bump Yann E. MORIN
2013-11-05 18:28 ` [Buildroot] [PATCH 2/4] package/rpi-userland: bump Yann E. MORIN
2013-11-05 18:28 ` [Buildroot] [PATCH 3/4] package/tzdata: bump Yann E. MORIN
2013-11-05 18:28 ` [Buildroot] [PATCH 4/4] package/zic: bump Yann E. MORIN
2013-11-05 22:57 ` [Buildroot] [pull request] Pull request for branch yem/bumps Peter Korsgaard

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.