All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Add depends on bc-native
@ 2014-09-15 14:35 Otavio Salvador
  2014-09-15 14:39 ` Eric Nelson
  0 siblings, 1 reply; 2+ messages in thread
From: Otavio Salvador @ 2014-09-15 14:35 UTC (permalink / raw)
  To: meta-freescale Mailing List; +Cc: Otavio Salvador

This fixes following error:

,----
|  /bin/sh: 1: bc: not found
|  make[1]: *** [kernel/timeconst.h] Error 127
|  make: *** [kernel] Error 2
|  make: *** Waiting for unfinished jobs....
|    CC      drivers/mxc/ipu3/ipu_ic.o
`----

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---
 recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
index bec73f4..b7822af 100644
--- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
+++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
@@ -12,6 +12,6 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
 LOCALVERSION = "-1.0.1_ga+yocto"
 SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
 SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
-DEPENDS += "lzop-native "
+DEPENDS += "lzop-native bc-native"
 COMPATIBLE_MACHINE = "(mx6)"
 COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
-- 
2.1.0



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

* Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Add depends on bc-native
  2014-09-15 14:35 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Add depends on bc-native Otavio Salvador
@ 2014-09-15 14:39 ` Eric Nelson
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Nelson @ 2014-09-15 14:39 UTC (permalink / raw)
  To: Otavio Salvador, meta-freescale Mailing List

Many thanks.

On 09/15/2014 07:35 AM, Otavio Salvador wrote:
> This fixes following error:
> 
> ,----
> |  /bin/sh: 1: bc: not found
> |  make[1]: *** [kernel/timeconst.h] Error 127
> |  make: *** [kernel] Error 2
> |  make: *** Waiting for unfinished jobs....
> |    CC      drivers/mxc/ipu3/ipu_ic.o
> `----
> 
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>  recipes-kernel/linux/linux-boundary_3.10.17.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-kernel/linux/linux-boundary_3.10.17.bb b/recipes-kernel/linux/linux-boundary_3.10.17.bb
> index bec73f4..b7822af 100644
> --- a/recipes-kernel/linux/linux-boundary_3.10.17.bb
> +++ b/recipes-kernel/linux/linux-boundary_3.10.17.bb
> @@ -12,6 +12,6 @@ SRC_URI = "git://github.com/boundarydevices/linux-imx6.git;branch=${SRCBRANCH} \
>  LOCALVERSION = "-1.0.1_ga+yocto"
>  SRCBRANCH = "boundary-imx_3.10.17_1.0.1_ga"
>  SRCREV = "50c5697b77294672adc48e80e45864edf35c680b"
> -DEPENDS += "lzop-native "
> +DEPENDS += "lzop-native bc-native"
>  COMPATIBLE_MACHINE = "(mx6)"
>  COMPATIBLE_MACHINE = "(nitrogen6x|nitrogen6x-lite)"
> 



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

end of thread, other threads:[~2014-09-15 14:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-15 14:35 [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Add depends on bc-native Otavio Salvador
2014-09-15 14:39 ` Eric Nelson

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.