From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vb0-f49.google.com (mail-vb0-f49.google.com [209.85.212.49]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 82A9DE0073A for ; Wed, 13 Mar 2013 15:03:18 -0700 (PDT) Received: by mail-vb0-f49.google.com with SMTP id s24so792086vbi.22 for ; Wed, 13 Mar 2013 15:03:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:message-id:date:from:user-agent:mime-version:to:cc :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=VDlCPxETphBQNAcS+Y/34fSna23u+NASazeMzvhe7Vw=; b=se1rorIR7XwDKtqtrPsoA7DB53B7wjoaIdP/0qAEYHLIbOMFtupzMuWrtT49es9Uuv UI0K5JMlhRCnWysvJZy+x6tJokNQkaONstbMtq3qKVVGYGP7z/IRYYvQd4qa3IZEWzcl WSDTNDcdrXpXaXCR9qdMerl4SHrutj70+av3taYKHYjsSnHhaS0x3aL6YDpuZ0QXJNqA +c7DRDoGjSEWWz1svn1nKE/T1pENgVzYnfltE9Z0RqUtTQNpBkFFSj6nb4R3oPHrQZmG qteVxJU3gVK4ngNzBqmxIMd7wb5NuW9h8tXi/GIJEXXv6tssatB5e/CqHpvHyaE/Z+vf KwFw== X-Received: by 10.58.220.229 with SMTP id pz5mr9202913vec.30.1363212197622; Wed, 13 Mar 2013 15:03:17 -0700 (PDT) Received: from goober.local ([75.76.228.60]) by mx.google.com with ESMTPS id d13sm42043vdj.8.2013.03.13.15.03.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 13 Mar 2013 15:03:16 -0700 (PDT) Message-ID: <5140F7A3.10408@gmail.com> Date: Wed, 13 Mar 2013 17:03:15 -0500 From: John Weber User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/20130307 Thunderbird/17.0.4 MIME-Version: 1.0 To: Ashwin Kirpalani References: In-Reply-To: Cc: meta-freescale@yoctoproject.org Subject: Re: bitbake recipe build error - linphone and libosip2 for imx6 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: Wed, 13 Mar 2013 22:03:18 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I think that tree is called "oe classic" which has a lot of problems and may not be compatible with "oe core" which Yocto uses. Someone else jump in here. http://openembedded.org/wiki/Migrating_metadata_to_OE-Core Get ready to get dirty. On 3/13/13 4:05 PM, Ashwin Kirpalani wrote: > reposting because last email was sent with blank contents by mistake: > > This is another newbie and a build error question. Thanks for your patience and > help. I have tried searching for a solution before posting. > > I am trying to build linphone > (https://github.com/openembedded/openembedded/tree/master/recipes/linphone) for > the imx6qsabrelite. This depends on libosip2 > (https://github.com/openembedded/openembedded/tree/master/recipes/libosip2). I > already have built the fsl-image-gui image by pulling down the fsl-bsp-platform > (danny branch) using the instructions here: > https://community.freescale.com/docs/DOC-93844 > > In order to build linphone and libosip2, I did a git sparse checkout of the two > folders into another directory and then copied these two folders into the > fsl-bsp-platform/sources/meta-openembedded/meta-oe/recipes-support folder and > then ran the following: > 'bitbake linphone' > > Question: > 1. Are the above steps of sparse checkout and moving files to the existing > fsl-bsp-platform current working directory correct or is there an easier way of > building recipes that don't reside in the current working directory? I moved the > recipes into the working directory because the build environment is there. > > 2. When I do 'bitbake linphone', I get the following error: > ERROR: libosip2: Recipe file does not have license file information > (LIC_FILES_CHKSUM) > ERROR: Licensing Error: LIC_FILES_CHKSUM does not match, please fix > ERROR: Function failed: do_qa_configure > > How do I fix this please? What is the source of this error and how do I generate > the LIC_FILES_CHKSUM? I noticed that the other recipes have this information but > the two that I pulled down (linphone and libosip2) do not. Is this a > compatibility issue in bitbake? > > Thank You > > ~A > > > > > > > _______________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-freescale >