All of lore.kernel.org
 help / color / mirror / Atom feed
* bitbake recipe build error - linphone and libosip2 for imx6
@ 2013-03-13 20:34 Ashwin Kirpalani
  0 siblings, 0 replies; 4+ messages in thread
From: Ashwin Kirpalani @ 2013-03-13 20:34 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 2 bytes --]



[-- Attachment #2: Type: text/html, Size: 2 bytes --]

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

* Re: bitbake recipe build error - linphone and libosip2 for imx6
@ 2013-03-13 21:05 Ashwin Kirpalani
  2013-03-13 22:03 ` John Weber
  2013-03-14 14:57 ` Otavio Salvador
  0 siblings, 2 replies; 4+ messages in thread
From: Ashwin Kirpalani @ 2013-03-13 21:05 UTC (permalink / raw)
  To: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 1792 bytes --]

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

[-- Attachment #2: Type: text/html, Size: 2345 bytes --]

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

* Re: bitbake recipe build error - linphone and libosip2 for imx6
  2013-03-13 21:05 bitbake recipe build error - linphone and libosip2 for imx6 Ashwin Kirpalani
@ 2013-03-13 22:03 ` John Weber
  2013-03-14 14:57 ` Otavio Salvador
  1 sibling, 0 replies; 4+ messages in thread
From: John Weber @ 2013-03-13 22:03 UTC (permalink / raw)
  To: Ashwin Kirpalani; +Cc: meta-freescale

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
>


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

* Re: bitbake recipe build error - linphone and libosip2 for imx6
  2013-03-13 21:05 bitbake recipe build error - linphone and libosip2 for imx6 Ashwin Kirpalani
  2013-03-13 22:03 ` John Weber
@ 2013-03-14 14:57 ` Otavio Salvador
  1 sibling, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2013-03-14 14:57 UTC (permalink / raw)
  To: Ashwin Kirpalani; +Cc: meta-freescale@yoctoproject.org

On Wed, Mar 13, 2013 at 6:05 PM, Ashwin Kirpalani <akcooper8@gmail.com> 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.

This recipe should be reworked and send to meta-oe.

> 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?

As John said this recipe is from OE-Classic and it is not compatible
with newer OE-Core/Poky so you'll need to rework it. When doing it
please also update this to last release as LinPhone had got some great
new features lately.

Regards,

-- 
Otavio Salvador                             O.S. Systems
E-mail: otavio@ossystems.com.br  http://www.ossystems.com.br
Mobile: +55 53 9981-7854              http://projetos.ossystems.com.br


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

end of thread, other threads:[~2013-03-14 14:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-13 21:05 bitbake recipe build error - linphone and libosip2 for imx6 Ashwin Kirpalani
2013-03-13 22:03 ` John Weber
2013-03-14 14:57 ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2013-03-13 20:34 Ashwin Kirpalani

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.