From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 349CCE007A0; Mon, 15 Sep 2014 07:39:22 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.174 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pd0-f174.google.com (mail-pd0-f174.google.com [209.85.192.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 8A5ABE0077E for ; Mon, 15 Sep 2014 07:39:19 -0700 (PDT) Received: by mail-pd0-f174.google.com with SMTP id v10so6310879pde.19 for ; Mon, 15 Sep 2014 07:39:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=JXCw73KtiVr7gW3pZgBzWyPaxvyzrn6sGpJDCffuTmk=; b=IdADtUupIxKfTYBY347IZSGhWK1sIjRezOoY4AnYNGZTAi1yo8HF92SAiIjAw2yACZ ymVXbTGvqYPHyu1KyQKYNErTqikkPs+1daXMv/KxiCfUvdse0lXAQmupZjHJDJTBdsKm UxHAKeN09ZNuVpLXTCgnfiscvOkTfyiTmhdO3xmMcRrqqmxnLm6XlDV1/2+yXdPpPBtt IApG4kuvxqwzcsLbmtFwAey9q7Pj0xQ5CKJ/8MF7/4TLpzMgtAvVPaRaaWaMo2H0U65I N/m8+uarQqpkmSIc2M30XPXdnfZXk7M8OrPquRBl8+H93ADEZ/el+qgnZ7eA3q6ItS/g oX8Q== X-Gm-Message-State: ALoCoQl8jvg2fwMAh9h1uQovIf/04err5bEdoRTmj33/QCfvb8gSY1dj81TnOxiKm9ces9C/92ti X-Received: by 10.70.92.9 with SMTP id ci9mr26473700pdb.106.1410791958583; Mon, 15 Sep 2014 07:39:18 -0700 (PDT) Received: from [192.168.1.7] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id to4sm11642770pbc.39.2014.09.15.07.39.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 15 Sep 2014 07:39:17 -0700 (PDT) Message-ID: <5416FA13.8090506@boundarydevices.com> Date: Mon, 15 Sep 2014 07:39:15 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.1 MIME-Version: 1.0 To: Otavio Salvador , meta-freescale Mailing List References: <1410791734-1290-1-git-send-email-otavio@ossystems.com.br> In-Reply-To: <1410791734-1290-1-git-send-email-otavio@ossystems.com.br> Subject: Re: [meta-fsl-arm-extra][PATCH] linux-boundary (3.10.17): Add depends on bc-native X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Sep 2014 14:39:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit 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 > --- > 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)" >