All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-06-23 20:40 Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes Yann E. MORIN
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-23 20:40 UTC (permalink / raw)
  To: buildroot

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

Hello All!

Here are a few versions bumps:
  - rpi-firmware, for a few fixes
  - rpi_defconfig, for a new kernel with some fixes and enhancements
  - tvheadend, for a few libav-related fixes

And a new package, w_scan, to scan for DVB channels without a pre-tuned
config file (the other dvb-apps scan utils require a pre-tuned config
file).

Regards,
Yann E. MORIN


The following changes since commit 164f9fef0f80a7a38221787be8bf8a6d1684a107:

  toolchain-external: bump to Linaro AArch64 2013.06 (2013-06-23 21:55:55 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to a4416db33352923370280841140fb56daa85fd86:

  package/w_scan: new package (2013-06-23 22:29:07 +0200)

----------------------------------------------------------------
Yann E. MORIN (4):
      package/rpi-firmware: version bump for HDMI and audio fixes
      configs: bump kernel in rpi_defconfig for misc fixes
      package/tvheadend: bump version for libav fixes
      package/w_scan: new package

 configs/rpi_defconfig                |  2 +-
 package/Config.in                    |  1 +
 package/rpi-firmware/rpi-firmware.mk |  2 +-
 package/tvheadend/tvheadend.mk       |  2 +-
 package/w_scan/Config.in             |  9 +++++++++
 package/w_scan/w_scan.mk             | 13 +++++++++++++
 6 files changed, 26 insertions(+), 3 deletions(-)
 create mode 100644 package/w_scan/Config.in
 create mode 100644 package/w_scan/w_scan.mk
-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 15+ messages in thread

* [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes
  2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
@ 2013-06-23 20:40 ` Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 2/4] configs: bump kernel in rpi_defconfig for misc fixes Yann E. MORIN
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-23 20:40 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>
---
 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 391a418..b490296 100644
--- a/package/rpi-firmware/rpi-firmware.mk
+++ b/package/rpi-firmware/rpi-firmware.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-RPI_FIRMWARE_VERSION = 06f6c909e285beceeb7e51f71ba6ffe754f073e8
+RPI_FIRMWARE_VERSION = a0c98fa6bc0f93bad8cbfcf749f7be7dc2276192
 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] 15+ messages in thread

* [Buildroot] [PATCH 2/4] configs: bump kernel in rpi_defconfig for misc fixes
  2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes Yann E. MORIN
@ 2013-06-23 20:40 ` Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 3/4] package/tvheadend: bump version for libav fixes Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 4/4] package/w_scan: new package Yann E. MORIN
  3 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-23 20:40 UTC (permalink / raw)
  To: buildroot

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

Fixes in GPIOs, I2C and DMA.

And since the RPi git tree fork has a non-upstream driver
for rtl8192c WiFi USB stick, there's a fix for that, too.

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

diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index e3d0a79..40fd333 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -17,7 +17,7 @@ BR2_DEFAULT_KERNEL_VERSION="3.6.11"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
 BR2_LINUX_KERNEL_CUSTOM_GIT_REPO_URL="git://github.com/raspberrypi/linux.git"
-BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="5d5301e"
+BR2_LINUX_KERNEL_CUSTOM_GIT_VERSION="5516fc2"
 BR2_LINUX_KERNEL_USE_DEFCONFIG=y
 BR2_LINUX_KERNEL_DEFCONFIG="bcmrpi"
 BR2_LINUX_KERNEL_ZIMAGE=y
-- 
1.8.1.2

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

* [Buildroot] [PATCH 3/4] package/tvheadend: bump version for libav fixes
  2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 2/4] configs: bump kernel in rpi_defconfig for misc fixes Yann E. MORIN
@ 2013-06-23 20:40 ` Yann E. MORIN
  2013-06-23 20:40 ` [Buildroot] [PATCH 4/4] package/w_scan: new package Yann E. MORIN
  3 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-23 20:40 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>
---
 package/tvheadend/tvheadend.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/tvheadend/tvheadend.mk b/package/tvheadend/tvheadend.mk
index 81cb062..4f9a148 100644
--- a/package/tvheadend/tvheadend.mk
+++ b/package/tvheadend/tvheadend.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-TVHEADEND_VERSION           = 5513b44
+TVHEADEND_VERSION           = 6cb8eaa
 TVHEADEND_SITE              = git://github.com/tvheadend/tvheadend.git
 TVHEADEND_LICENSE           = GPLv3+
 TVHEADEND_LICENSE_FILES     = LICENSE
-- 
1.8.1.2

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

* [Buildroot] [PATCH 4/4] package/w_scan: new package
  2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
                   ` (2 preceding siblings ...)
  2013-06-23 20:40 ` [Buildroot] [PATCH 3/4] package/tvheadend: bump version for libav fixes Yann E. MORIN
@ 2013-06-23 20:40 ` Yann E. MORIN
  2013-06-27 16:56   ` Peter Korsgaard
  3 siblings, 1 reply; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-23 20:40 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>
---
 package/Config.in        |  1 +
 package/w_scan/Config.in |  9 +++++++++
 package/w_scan/w_scan.mk | 13 +++++++++++++
 3 files changed, 23 insertions(+)
 create mode 100644 package/w_scan/Config.in
 create mode 100644 package/w_scan/w_scan.mk

diff --git a/package/Config.in b/package/Config.in
index 0eb6a9c..74c7624 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -300,6 +300,7 @@ source "package/usb_modeswitch_data/Config.in"
 source "package/usbmount/Config.in"
 source "package/usbutils/Config.in"
 source "package/wipe/Config.in"
+source "package/w_scan/Config.in"
 endmenu
 
 menu "Interpreter languages and scripting"
diff --git a/package/w_scan/Config.in b/package/w_scan/Config.in
new file mode 100644
index 0000000..bc94fe7
--- /dev/null
+++ b/package/w_scan/Config.in
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_W_SCAN
+	bool "w_scan"
+	help
+	  w_scan is a small command line utility used to perform frequency
+	  scans for DVB and ATSC transmissions. It is capable of creating
+	  channels.conf files (in different output formats !) as well as
+	  initial tuning data for scan.
+
+	  http://wirbel.htpc-forum.de/w_scan/index_en.html
diff --git a/package/w_scan/w_scan.mk b/package/w_scan/w_scan.mk
new file mode 100644
index 0000000..7660c18
--- /dev/null
+++ b/package/w_scan/w_scan.mk
@@ -0,0 +1,13 @@
+###############################################################################
+#
+# w_scan
+#
+###############################################################################
+
+W_SCAN_VERSION              = 20130331
+W_SCAN_SOURCE               = w_scan-$(W_SCAN_VERSION).tar.bz2
+W_SCAN_SITE                 = http://wirbel.htpc-forum.de/w_scan
+W_SCAN_LICENSE              = GPLv2+
+W_SCAN_LICENSE_FILES        = COPYING
+
+$(eval $(autotools-package))
-- 
1.8.1.2

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

* [Buildroot] [PATCH 4/4] package/w_scan: new package
  2013-06-23 20:40 ` [Buildroot] [PATCH 4/4] package/w_scan: new package Yann E. MORIN
@ 2013-06-27 16:56   ` Peter Korsgaard
  2013-06-28 16:08     ` Yann E. MORIN
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Korsgaard @ 2013-06-27 16:56 UTC (permalink / raw)
  To: buildroot

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

 Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
 Yann> ---
 Yann>  package/Config.in        |  1 +
 Yann>  package/w_scan/Config.in |  9 +++++++++
 Yann>  package/w_scan/w_scan.mk | 13 +++++++++++++
 Yann>  3 files changed, 23 insertions(+)
 Yann>  create mode 100644 package/w_scan/Config.in
 Yann>  create mode 100644 package/w_scan/w_scan.mk

 Yann> +###############################################################################
 Yann> +#
 Yann> +# w_scan
 Yann> +#
 Yann> +###############################################################################
 Yann> +
 Yann> +W_SCAN_VERSION              = 20130331
 Yann> +W_SCAN_SOURCE               = w_scan-$(W_SCAN_VERSION).tar.bz2
 Yann> +W_SCAN_SITE                 = http://wirbel.htpc-forum.de/w_scan
 Yann> +W_SCAN_LICENSE              = GPLv2+
 Yann> +W_SCAN_LICENSE_FILES        = COPYING

It uses iconv.h, so I changed it to pull in libiconv if the toolchain
doesn't have locale.

Committed series with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 4/4] package/w_scan: new package
  2013-06-27 16:56   ` Peter Korsgaard
@ 2013-06-28 16:08     ` Yann E. MORIN
  0 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-28 16:08 UTC (permalink / raw)
  To: buildroot

Peter, All,

On 2013-06-27 18:56 +0200, Peter Korsgaard spake thusly:
> >>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
> 
>  Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>  Yann> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
>  Yann> ---
>  Yann>  package/Config.in        |  1 +
>  Yann>  package/w_scan/Config.in |  9 +++++++++
>  Yann>  package/w_scan/w_scan.mk | 13 +++++++++++++
>  Yann>  3 files changed, 23 insertions(+)
>  Yann>  create mode 100644 package/w_scan/Config.in
>  Yann>  create mode 100644 package/w_scan/w_scan.mk
> 
>  Yann> +###############################################################################
>  Yann> +#
>  Yann> +# w_scan
>  Yann> +#
>  Yann> +###############################################################################
>  Yann> +
>  Yann> +W_SCAN_VERSION              = 20130331
>  Yann> +W_SCAN_SOURCE               = w_scan-$(W_SCAN_VERSION).tar.bz2
>  Yann> +W_SCAN_SITE                 = http://wirbel.htpc-forum.de/w_scan
>  Yann> +W_SCAN_LICENSE              = GPLv2+
>  Yann> +W_SCAN_LICENSE_FILES        = COPYING
> 
> It uses iconv.h, so I changed it to pull in libiconv if the toolchain
> doesn't have locale.

OK, thanks. My test environment is glibc-based, so I did not catch this
(and honestly, I was relying on the autobuilders to eventually catch it).

Thank you!

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 15+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-07-18 21:24 Yann E. MORIN
  0 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-07-18 21:24 UTC (permalink / raw)
  To: buildroot

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

Hello All!

Here are a small series with a few mostly-unrelated changes:
  - bump RPi kernel for misc fixes
  - fix nss-mdns instalation and runtime
  - instrument the external toolchain wrapper

Regards,
Yann E. MORIN.


The following changes since commit c34cd9e2dab7c37bb0bdea6f43e57addf2b710e2:

  ti-gfx: use BR2_ARM_EABIHF (2013-07-18 13:09:57 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to 574ef0eb7e941dcc6c9dba3540f4aa1c213472bc:

  toolchain: instrument external toolchain wrapper (2013-07-18 23:20:34 +0200)

----------------------------------------------------------------
Yann E. MORIN (4):
      defconfig/rpi: bump kernel for misc fixes
      package/nss-mdns: fix avahi socket location
      package/nss-mdns: do not overwrite user's nsswitch.conf
      toolchain: instrument external toolchain wrapper

 configs/rpi_defconfig                                |  2 +-
 package/nss-mdns/nss-mdns.mk                         |  5 ++++-
 package/nss-mdns/nsswitch.conf                       | 15 ---------------
 toolchain/toolchain-external/ext-toolchain-wrapper.c |  8 ++++++++
 4 files changed, 13 insertions(+), 17 deletions(-)
 delete mode 100644 package/nss-mdns/nsswitch.conf

-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 15+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-07 13:13 Yann E. MORIN
@ 2013-07-07 19:39 ` Peter Korsgaard
  0 siblings, 0 replies; 15+ messages in thread
From: Peter Korsgaard @ 2013-07-07 19:39 UTC (permalink / raw)
  To: buildroot

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

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

 Yann> Here is a small series that (again) bumps the RPi-related packages.
 Yann> Basically, there are a bunch of fixes in audio, GL, USB and raspi-cam,
 Yann> plus a few framebuffer optimisations.

 Yann> I'm not sure how inter-twinned the linux/firmware/userland bits are,
 Yann> so I've made three patches. They work nicely in this order for me,
 Yann> but YMMV, as they say. ;-)

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-07-07 13:13 Yann E. MORIN
  2013-07-07 19:39 ` Peter Korsgaard
  0 siblings, 1 reply; 15+ messages in thread
From: Yann E. MORIN @ 2013-07-07 13:13 UTC (permalink / raw)
  To: buildroot

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

Hello All!

Here is a small series that (again) bumps the RPi-related packages.
Basically, there are a bunch of fixes in audio, GL, USB and raspi-cam,
plus a few framebuffer optimisations.

I'm not sure how inter-twinned the linux/firmware/userland bits are,
so I've made three patches. They work nicely in this order for me,
but YMMV, as they say. ;-)

Regards,
Yann E. MORIN.


The following changes since commit 7cbebbc48c26ddfb18da23ffba356744a5592ea6:

  Add 'bc' in the mandatory dependencies (2013-07-05 15:30:43 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to 2498afa0081e1da31f07adc355a2ac1b47bda093:

  package/rpi-userland: bump version (2013-07-07 15:01:45 +0200)

----------------------------------------------------------------
Yann E. MORIN (3):
      package/rpi-firmware: bump version
      config/rpi: bump kernel
      package/rpi-userland: bump version

 configs/rpi_defconfig                | 2 +-
 package/rpi-firmware/rpi-firmware.mk | 2 +-
 package/rpi-userland/rpi-userland.mk | 2 +-
 3 files changed, 3 insertions(+), 3 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] 15+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-01 10:03   ` Arnout Vandecappelle
@ 2013-07-01 10:09     ` Peter Korsgaard
  0 siblings, 0 replies; 15+ messages in thread
From: Peter Korsgaard @ 2013-07-01 10:09 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle <arnout@mind.be> writes:

Hi,

 Yann> If we do not intend to remove legacy options, let's just drop patch #2,
 Yann> of course.
 >> 
 >> I think we do, question is how soon? 6 months, 1 year?
 >> 
 >> They are not very expensive, so I suggest we keep them for 1 year.

 Arnout>  I would keep them much longer, at least three years. Most
 Arnout> distros have a 3 year or more 'stable' branch, so anything
 Arnout> inexpensive that we can do to approximate that is good I think.

Ok, 3 years it is.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-07-01  9:42 ` Peter Korsgaard
@ 2013-07-01 10:03   ` Arnout Vandecappelle
  2013-07-01 10:09     ` Peter Korsgaard
  0 siblings, 1 reply; 15+ messages in thread
From: Arnout Vandecappelle @ 2013-07-01 10:03 UTC (permalink / raw)
  To: buildroot

On 07/01/13 11:42, Peter Korsgaard wrote:
>>>>>> "Yann" == Yann E MORIN <yann.morin.1998@free.fr> writes:
>
>   Yann> From: "Yann E. MORIN" <yann.morin.1998@free.fr>
>   Yann> Hello All!
>
>   Yann> This two-patch series adds some cosmetics to the legacy menu.
>
>   Yann> The first patch displays the removal date in the menuconfig, to show
>   Yann> the user how old the legacy options he's using are.
>
>   Yann> The second patch adds to the top-level comment, that legacy options
>   Yann> will be removed at some point in the future, and that non-updated
>   Yann> .config files may fail to build, or run, in unpredictable ways.
>
>   Yann> If we do not intend to remove legacy options, let's just drop patch #2,
>   Yann> of course.
>
> I think we do, question is how soon? 6 months, 1 year?
>
> They are not very expensive, so I suggest we keep them for 1 year.

  I would keep them much longer, at least three years. Most distros have 
a 3 year or more 'stable' branch, so anything inexpensive that we can do 
to approximate that is good I think.


  Regards,
  Arnout
-- 
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

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
  2013-06-29 22:38 Yann E. MORIN
@ 2013-07-01  9:42 ` Peter Korsgaard
  2013-07-01 10:03   ` Arnout Vandecappelle
  0 siblings, 1 reply; 15+ messages in thread
From: Peter Korsgaard @ 2013-07-01  9:42 UTC (permalink / raw)
  To: buildroot

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

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

 Yann> This two-patch series adds some cosmetics to the legacy menu.

 Yann> The first patch displays the removal date in the menuconfig, to show
 Yann> the user how old the legacy options he's using are.

 Yann> The second patch adds to the top-level comment, that legacy options
 Yann> will be removed at some point in the future, and that non-updated
 Yann> .config files may fail to build, or run, in unpredictable ways.

 Yann> If we do not intend to remove legacy options, let's just drop patch #2,
 Yann> of course.

I think we do, question is how soon? 6 months, 1 year?

They are not very expensive, so I suggest we keep them for 1 year.

Committed series, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-06-29 22:38 Yann E. MORIN
  2013-07-01  9:42 ` Peter Korsgaard
  0 siblings, 1 reply; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-29 22:38 UTC (permalink / raw)
  To: buildroot

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

Hello All!

This two-patch series adds some cosmetics to the legacy menu.

The first patch displays the removal date in the menuconfig, to show
the user how old the legacy options he's using are.

The second patch adds to the top-level comment, that legacy options
will be removed at some point in the future, and that non-updated
.config files may fail to build, or run, in unpredictable ways.

If we do not intend to remove legacy options, let's just drop patch #2,
of course.

Regards,
Yann E. MORIN.


The following changes since commit fc034397fc5c85115a7cc29b8dcc6738a1f8cdc3:

  openvpn: define license (2013-06-28 21:47:43 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to 0e43364c4b19cbab8f8297f38ab009475beba3d6:

  legacy: make it clear legacy options will be removed at some point (2013-06-30 00:28:49 +0200)

----------------------------------------------------------------
Yann E. MORIN (2):
      legacy: print removal date in menuconfig
      legacy: make it clear legacy options will be removed at some point

 Config.in.legacy | 31 +++++++++++++++----------------
 1 file changed, 15 insertions(+), 16 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] 15+ messages in thread

* [Buildroot] [pull request] Pull request for branch yem-misc-updates
@ 2013-06-03 20:15 Yann E. MORIN
  0 siblings, 0 replies; 15+ messages in thread
From: Yann E. MORIN @ 2013-06-03 20:15 UTC (permalink / raw)
  To: buildroot

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

Hello All!

Here are a few version bumps related to the Raspberry Pi:
  - rpi_defconfig: bump kernel (many fixes, improvements)
  - linux-firmware: bump (new firmware files for WiFi dongles)
  - rpi-firmware: bump (new codecs, mostly)
  - rpi-firmware: select firmware(s) to install

Also, promote genext2fs as a host-package, too, like we have
for other filesystem generators.


Notes only slightly related to this series:

For the Linux kernel for the RPi, there are a few branches available in
the raspbberypi repository:
  - rpi-3.6.y: that branch seems stable, and I just bump to the latest
               cset in that branch
  - rpi-3.8.y: I've expereienced many MMC errors using that branch
  - rpi-3.9.y: ditto, many MMC errors

However, with a RAM-based rootfs (eg. initramfs) or a network rootfs
(eg. NFS), it might be possible to reliably use those two last branches,
as long as the SDcard is not used.

Booting one of those two branches with the rpi-firmware currently packaged
in Buildroot fails, so it seems we first need to update rpi-firmware before
switching to rpi-3.{8,9}.y.

I'll report back on any improvement in this area.

Regards,
Yann E. MORIN


The following changes since commit 7672b1235d8f786938af66068c1c1da8a766bb38:

  gnutls: wchar only needed for tools (2013-06-03 17:27:00 +0200)

are available in the git repository at:

  git://gitorious.org/buildroot/buildroot.git yem-misc-updates

for you to fetch changes up to a72081fb5d6b38ae6a661e2777003e4dd109e18c:

  package/rpi-firmware: update (2013-06-03 20:01:21 +0200)

----------------------------------------------------------------
Yann E. MORIN (6):
      package/tvheadend: update to a git snapshot
      package/linux-firmware: bump version for new firmware
      package/genext2fs: add host variant
      boards/rpi: bump kernel
      package/rpi-firmware: add options to select what firmware to install
      package/rpi-firmware: update

 board/raspberrypi/readme.txt                       | 12 ++---
 configs/rpi_defconfig                              |  2 +-
 fs/ext2/Config.in                                  |  1 +
 package/Config.in.host                             |  1 +
 package/genext2fs/Config.in.host                   |  9 ++++
 package/linux-firmware/Config.in                   | 12 ++---
 package/linux-firmware/linux-firmware.mk           | 15 +++---
 package/rpi-firmware/Config.in                     | 55 ++++++++++++++++++++++
 package/rpi-firmware/cmdline.txt                   |  1 +
 package/rpi-firmware/config.txt                    |  1 -
 package/rpi-firmware/rpi-firmware.mk               | 25 ++++++++--
 .../tvheadend-001-no-auto-download-dvbscans.patch  | 13 +++--
 .../tvheadend/tvheadend-002-no-check_config.patch  |  4 +-
 package/tvheadend/tvheadend.mk                     |  4 +-
 14 files changed, 117 insertions(+), 38 deletions(-)
 create mode 100644 package/genext2fs/Config.in.host
 create mode 100644 package/rpi-firmware/cmdline.txt
-- 
.-----------------.--------------------.------------------.--------------------.
|  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] 15+ messages in thread

end of thread, other threads:[~2013-07-18 21:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-23 20:40 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 1/4] package/rpi-firmware: version bump for HDMI and audio fixes Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 2/4] configs: bump kernel in rpi_defconfig for misc fixes Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 3/4] package/tvheadend: bump version for libav fixes Yann E. MORIN
2013-06-23 20:40 ` [Buildroot] [PATCH 4/4] package/w_scan: new package Yann E. MORIN
2013-06-27 16:56   ` Peter Korsgaard
2013-06-28 16:08     ` Yann E. MORIN
  -- strict thread matches above, loose matches on Subject: below --
2013-07-18 21:24 [Buildroot] [pull request] Pull request for branch yem-misc-updates Yann E. MORIN
2013-07-07 13:13 Yann E. MORIN
2013-07-07 19:39 ` Peter Korsgaard
2013-06-29 22:38 Yann E. MORIN
2013-07-01  9:42 ` Peter Korsgaard
2013-07-01 10:03   ` Arnout Vandecappelle
2013-07-01 10:09     ` Peter Korsgaard
2013-06-03 20:15 Yann E. MORIN

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.