diff mbox

imx-vpu: add VPU firmware selection

Message ID 1412546998-16238-1-git-send-email-bisson.gary@gmail.com
State Accepted
Commit 81085028cc01f372fdb75a79eb2ca9634e6aa917
Headers show

Commit Message

Gary Bisson Oct. 5, 2014, 10:09 p.m. UTC
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(+)

Comments

Luca Ceresoli Oct. 13, 2014, 12:04 p.m. UTC | #1
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>
Yann E. MORIN Oct. 17, 2014, 9:41 p.m. UTC | #2
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
>
Peter Korsgaard Oct. 19, 2014, 9:53 p.m. UTC | #3
>>>>> "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.
diff mbox

Patch

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