* Issue while building for zoom board
@ 2011-05-13 11:05 embedded.yogesh
2011-05-13 11:20 ` Gerard van den Bosch
0 siblings, 1 reply; 2+ messages in thread
From: embedded.yogesh @ 2011-05-13 11:05 UTC (permalink / raw)
To: poky
[-- Attachment #1: Type: text/plain, Size: 1126 bytes --]
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
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
[-- Attachment #2: Type: text/html, Size: 1842 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Issue while building for zoom board
2011-05-13 11:05 Issue while building for zoom board embedded.yogesh
@ 2011-05-13 11:20 ` Gerard van den Bosch
0 siblings, 0 replies; 2+ messages in thread
From: Gerard van den Bosch @ 2011-05-13 11:20 UTC (permalink / raw)
To: embedded.yogesh; +Cc: poky
[-- 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 --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-05-13 11:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-13 11:05 Issue while building for zoom board embedded.yogesh
2011-05-13 11:20 ` Gerard van den Bosch
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.