Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
@ 2015-03-04 20:27 Thomas Petazzoni
  2015-03-04 21:58 ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 20:27 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=4e92ffdc47cc4c857c5d635b4583a61bc4b3cb08
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/rpi-firmware/Config.in |   11 -----------
 1 files changed, 0 insertions(+), 11 deletions(-)

diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
index 80ba88a..cd45be4 100644
--- a/package/rpi-firmware/Config.in
+++ b/package/rpi-firmware/Config.in
@@ -45,15 +45,4 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
 	default "_x"    if BR2_PACKAGE_RPI_FIRMWARE_X
 	default "_cd"   if BR2_PACKAGE_RPI_FIRMWARE_CD
 
-config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
-	bool "Install Device Tree Blobs (DTBs)"
-	help
-	  Say 'y' here if you want to boot your kernel that has support
-	  for the device tree.
-
-	  Note that the defconfig files in the Raspberry Pi fork of the
-	  Linux kernel do not enable support for the Device Tree. You'll
-	  have to provide your own Linux config or defconfig file with
-	  device tree enabled, to make use of those DTBs.
-
 endif # BR2_PACKAGE_RPI_FIRMWARE

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

* [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
  2015-03-04 20:27 [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS Thomas Petazzoni
@ 2015-03-04 21:58 ` Arnout Vandecappelle
  2015-03-04 22:05   ` Thomas Petazzoni
  0 siblings, 1 reply; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-03-04 21:58 UTC (permalink / raw)
  To: buildroot

On 04/03/15 21:27, Thomas Petazzoni wrote:
> commit: http://git.buildroot.net/buildroot/commit/?id=4e92ffdc47cc4c857c5d635b4583a61bc4b3cb08
> branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master
> 
> Signed-off-by: Ryan Coe <bluemrp9@gmail.com>
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  package/rpi-firmware/Config.in |   11 -----------
>  1 files changed, 0 insertions(+), 11 deletions(-)
> 
> diff --git a/package/rpi-firmware/Config.in b/package/rpi-firmware/Config.in
> index 80ba88a..cd45be4 100644
> --- a/package/rpi-firmware/Config.in
> +++ b/package/rpi-firmware/Config.in
> @@ -45,15 +45,4 @@ config BR2_PACKAGE_RPI_FIRMWARE_BOOT
>  	default "_x"    if BR2_PACKAGE_RPI_FIRMWARE_X
>  	default "_cd"   if BR2_PACKAGE_RPI_FIRMWARE_CD
>  
> -config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS

 Is there no legacy handling needed?

 Regards,
 Arnout


> -	bool "Install Device Tree Blobs (DTBs)"
> -	help
> -	  Say 'y' here if you want to boot your kernel that has support
> -	  for the device tree.
> -
> -	  Note that the defconfig files in the Raspberry Pi fork of the
> -	  Linux kernel do not enable support for the Device Tree. You'll
> -	  have to provide your own Linux config or defconfig file with
> -	  device tree enabled, to make use of those DTBs.
> -
>  endif # BR2_PACKAGE_RPI_FIRMWARE
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
> 
> 


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

* [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
  2015-03-04 21:58 ` Arnout Vandecappelle
@ 2015-03-04 22:05   ` Thomas Petazzoni
  2015-03-05  0:14     ` Arnout Vandecappelle
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Petazzoni @ 2015-03-04 22:05 UTC (permalink / raw)
  To: buildroot

Dear Arnout Vandecappelle,

On Wed, 04 Mar 2015 22:58:49 +0100, Arnout Vandecappelle wrote:

> > -config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
> 
>  Is there no legacy handling needed?

I thought about this, but my reasoning is that since the package now
installs the DTBs unconditionally, the behavior is now the same as
having this option =y, and therefore there is no need for legacy
handling.

Did I miss something?

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
  2015-03-04 22:05   ` Thomas Petazzoni
@ 2015-03-05  0:14     ` Arnout Vandecappelle
  0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle @ 2015-03-05  0:14 UTC (permalink / raw)
  To: buildroot

On 04/03/15 23:05, Thomas Petazzoni wrote:
> Dear Arnout Vandecappelle,
>
> On Wed, 04 Mar 2015 22:58:49 +0100, Arnout Vandecappelle wrote:
>
> >> -config BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS
> >
> >  Is there no legacy handling needed?
>
> I thought about this, but my reasoning is that since the package now
> installs the DTBs unconditionally, the behavior is now the same as
> having this option =y, and therefore there is no need for legacy
> handling.

 Yep makes sense.

 Regards,
 Arnout

>
> Did I miss something?
>
> Thomas
>


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

end of thread, other threads:[~2015-03-05  0:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-04 20:27 [Buildroot] [git commit] rpi-firmware: remove no longer used BR2_PACKAGE_RPI_FIRMWARE_INSTALL_DTBS Thomas Petazzoni
2015-03-04 21:58 ` Arnout Vandecappelle
2015-03-04 22:05   ` Thomas Petazzoni
2015-03-05  0:14     ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox