Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] imx-vpu: add VPU firmware selection
@ 2014-10-05 22:09 Gary Bisson
  2014-10-13 12:04 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gary Bisson @ 2014-10-05 22:09 UTC (permalink / raw)
  To: buildroot

As the imx-vpu package needs the firmware to be loaded into the VPU it
makes sense to have the latter package selected by default.

Signed-off-by: Gary Bisson <bisson.gary@gmail.com>
---
 package/freescale-imx/imx-vpu/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/freescale-imx/imx-vpu/Config.in b/package/freescale-imx/imx-vpu/Config.in
index cf5ab5f..8a95416 100644
--- a/package/freescale-imx/imx-vpu/Config.in
+++ b/package/freescale-imx/imx-vpu/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU
 	bool "imx-vpu"
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_arm # Only relevant for i.MX
+	select BR2_PACKAGE_FIRMWARE_IMX
 	help
 	  Library of userspace helpers specific for the Freescale i.MX
 	  platform. It wraps the kernel interfaces for the i.MX platform
-- 
2.1.1

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

* [Buildroot] [PATCH] imx-vpu: add VPU firmware selection
  2014-10-05 22:09 [Buildroot] [PATCH] imx-vpu: add VPU firmware selection Gary Bisson
@ 2014-10-13 12:04 ` Luca Ceresoli
  2014-10-17 21:41 ` Yann E. MORIN
  2014-10-19 21:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli @ 2014-10-13 12:04 UTC (permalink / raw)
  To: buildroot

Dear Gary,

Gary Bisson wrote:
> As the imx-vpu package needs the firmware to be loaded into the VPU it
> makes sense to have the latter package selected by default.
>
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

-- 
Luca

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

* [Buildroot] [PATCH] imx-vpu: add VPU firmware selection
  2014-10-05 22:09 [Buildroot] [PATCH] imx-vpu: add VPU firmware selection Gary Bisson
  2014-10-13 12:04 ` Luca Ceresoli
@ 2014-10-17 21:41 ` Yann E. MORIN
  2014-10-19 21:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2014-10-17 21:41 UTC (permalink / raw)
  To: buildroot

Gary, All,

On 2014-10-05 15:09 -0700, Gary Bisson spake thusly:
> As the imx-vpu package needs the firmware to be loaded into the VPU it
> makes sense to have the latter package selected by default.
> 
> Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

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

Regards,
Yann E. MORIN.

> ---
>  package/freescale-imx/imx-vpu/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/freescale-imx/imx-vpu/Config.in b/package/freescale-imx/imx-vpu/Config.in
> index cf5ab5f..8a95416 100644
> --- a/package/freescale-imx/imx-vpu/Config.in
> +++ b/package/freescale-imx/imx-vpu/Config.in
> @@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU
>  	bool "imx-vpu"
>  	depends on BR2_LINUX_KERNEL
>  	depends on BR2_arm # Only relevant for i.MX
> +	select BR2_PACKAGE_FIRMWARE_IMX
>  	help
>  	  Library of userspace helpers specific for the Freescale i.MX
>  	  platform. It wraps the kernel interfaces for the i.MX platform
> -- 
> 2.1.1
> 

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

* [Buildroot] [PATCH] imx-vpu: add VPU firmware selection
  2014-10-05 22:09 [Buildroot] [PATCH] imx-vpu: add VPU firmware selection Gary Bisson
  2014-10-13 12:04 ` Luca Ceresoli
  2014-10-17 21:41 ` Yann E. MORIN
@ 2014-10-19 21:53 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2014-10-19 21:53 UTC (permalink / raw)
  To: buildroot

>>>>> "Gary" == Gary Bisson <bisson.gary@gmail.com> writes:

 > As the imx-vpu package needs the firmware to be loaded into the VPU it
 > makes sense to have the latter package selected by default.

 > Signed-off-by: Gary Bisson <bisson.gary@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2014-10-19 21:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-05 22:09 [Buildroot] [PATCH] imx-vpu: add VPU firmware selection Gary Bisson
2014-10-13 12:04 ` Luca Ceresoli
2014-10-17 21:41 ` Yann E. MORIN
2014-10-19 21:53 ` Peter Korsgaard

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