All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gerard van den Bosch <gerard@de-haardt.com>
To: "embedded.yogesh" <embedded.yogesh@gmail.com>
Cc: poky@yoctoproject.org
Subject: Re: Issue while building for zoom board
Date: Fri, 13 May 2011 13:20:52 +0200	[thread overview]
Message-ID: <4DCD1414.2020806@de-haardt.com> (raw)
In-Reply-To: <4DCD107E.5010306@gmail.com>

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

On 05/13/2011 01:05 PM, embedded.yogesh wrote:
> Hi,
>
> I am using bernard branch with meta-extras ( 
> git://git.pokylinux.org/meta-extras ).
> I made changes in conf/bblayers.conf as follows to make use of 
> meta-extras recipes:
>
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>
> # changes incompatibly
>
> LCONF_VERSION = "4"
>
>
> BBFILES ?= ""
>
> BBLAYERS = " \
>
>   /home/ylal/poky/meta \
>
>   /home/ylal/poky/meta-extras \
>
>   "
>
> While building I got following errors :-
>
> 1.  Error in createrepo-native_0.9.8.bb
>
> ERROR: This recipe does not have the LICENSE field set (createrepo-native)
> Error parsing 
> /home/ylal/poky/meta-extras/recipes/yum/createrepo-native_0.9.8.bb: 
> (SystemExit(1,), 
> '/home/ylal/poky/meta-extras/recipes/yum/createrepo-native_0.9.8.bb')
> ERROR: Command execution failed: Exited with 1
>
Hi,

The recipe doesn't have a LIC_FILES_CHKSUM variable yet and that is required.
By adding the following line to the recipe it should work:
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760"

This is the md5sum of the COPYING file that is located inside the package you are trying to install.
More information about this can be found here:
http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-specifying-LIC_FILES_CHKSUM

Regards,
Gerard

>
> 2.  Bitbake used to ignore these but no longer does so, please fix 
> your metadata as errors are likely as a result of this change.
> ERROR: Error parsing 
> /home/ylal/pds/poky/meta-extras/recipes/xorg-lib/libfs_1.0.1.bb: Could 
> not include required file xorg-lib-common.inc
>
>
> Can any one guide me ?
>
>
> ---
> Yogesh
>
>
> _______________________________________________
> poky mailing list
> poky@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky


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

      reply	other threads:[~2011-05-13 11:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-13 11:05 Issue while building for zoom board embedded.yogesh
2011-05-13 11:20 ` Gerard van den Bosch [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4DCD1414.2020806@de-haardt.com \
    --to=gerard@de-haardt.com \
    --cc=embedded.yogesh@gmail.com \
    --cc=poky@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.