Openembedded Core Discussions
 help / color / mirror / Atom feed
* Error building core-image-sato
@ 2016-02-18  5:02 winiston
  2016-02-18 13:19 ` Alexander Kanavin
  2016-02-22  2:08 ` Khem Raj
  0 siblings, 2 replies; 4+ messages in thread
From: winiston @ 2016-02-18  5:02 UTC (permalink / raw)
  To: OpenEmbedded core

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

Dear,

I tried to build core-image-sato. It spits out the following error.

winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-sato
Parsing recipes: 100% |###############################| ETA:  00:00:00
Parsing of 1060 .bb files complete (0 cached, 1060 parsed). 1496 targets, 138 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing RPROVIDES 'xf86-input-tslib' (but /home/winiston/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb RDEPENDS on or otherwise requires it)
NOTE: Runtime target 'xf86-input-tslib' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['xf86-input-tslib']
NOTE: Runtime target 'packagegroup-core-x11-xserver' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-core-x11-xserver', 'xf86-input-tslib']
NOTE: Runtime target 'packagegroup-core-x11-base' is unbuildable, removing...
Missing or unbuildable dependency chain was: ['packagegroup-core-x11-base', 'packagegroup-core-x11-xserver', 'xf86-input-tslib']
ERROR: Required build target 'core-image-sato' has no buildable providers.
Missing or unbuildable dependency chain was: ['core-image-sato', 'packagegroup-core-x11-base', 'packagegroup-core-x11-xserver', 'xf86-input-tslib']

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
winiston@winiston-VirtualBox:~/poky/build$ 

How do I resolve this error?

Regards,
Winiston.P
Futura Automation Pvt Ltd.

Ph :91-80-28375290 / 28375295
Fax :91-80-28375291

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

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

* Re: Error building core-image-sato
  2016-02-18  5:02 Error building core-image-sato winiston
@ 2016-02-18 13:19 ` Alexander Kanavin
  2016-02-22  2:08 ` Khem Raj
  1 sibling, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2016-02-18 13:19 UTC (permalink / raw)
  To: openembedded-core

On 02/18/2016 07:02 AM, winiston@futuraautomation.com wrote:

> NOTE: Runtime target 'xf86-input-tslib' is unbuildable, removing...

The recipe is in meta-openembedded/meta-oe layer, not in oe-core. You 
should probably try to build it in isolation and figure out why it 
doesn't build.


Alex



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

* Re: Error building core-image-sato
  2016-02-18  5:02 Error building core-image-sato winiston
  2016-02-18 13:19 ` Alexander Kanavin
@ 2016-02-22  2:08 ` Khem Raj
  2016-02-22  3:55   ` winiston
  1 sibling, 1 reply; 4+ messages in thread
From: Khem Raj @ 2016-02-22  2:08 UTC (permalink / raw)
  To: winiston; +Cc: OpenEmbedded core

On Wed, Feb 17, 2016 at 9:02 PM,  <winiston@futuraautomation.com> wrote:
> Dear,
>
> I tried to build core-image-sato. It spits out the following error.
>
> winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-sato
> Parsing recipes: 100% |###############################| ETA:  00:00:00
> Parsing of 1060 .bb files complete (0 cached, 1060 parsed). 1496 targets,
> 138 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'xf86-input-tslib' (but
> /home/winiston/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'xf86-input-tslib' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['xf86-input-tslib']
> NOTE: Runtime target 'packagegroup-core-x11-xserver' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['packagegroup-core-x11-xserver', 'xf86-input-tslib']
> NOTE: Runtime target 'packagegroup-core-x11-base' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was: ['packagegroup-core-x11-base',
> 'packagegroup-core-x11-xserver', 'xf86-input-tslib']
> ERROR: Required build target 'core-image-sato' has no buildable providers.
> Missing or unbuildable dependency chain was: ['core-image-sato',
> 'packagegroup-core-x11-base', 'packagegroup-core-x11-xserver',
> 'xf86-input-tslib']
>
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> winiston@winiston-VirtualBox:~/poky/build$
>
> How do I resolve this error?

whats the content of your bblayers.conf, do you have some
modifications to default configuration ?

>
> Regards,
> Winiston.P
> Futura Automation Pvt Ltd.
>
> Ph :91-80-28375290 / 28375295
> Fax :91-80-28375291
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>


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

* Re: Error building core-image-sato
  2016-02-22  2:08 ` Khem Raj
@ 2016-02-22  3:55   ` winiston
  0 siblings, 0 replies; 4+ messages in thread
From: winiston @ 2016-02-22  3:55 UTC (permalink / raw)
  To: Khem Raj; +Cc: OpenEmbedded core

Dear,

Yes, I added meta-ti layer in the bblayers.conf  which is reside in 
/home/winiston/meta-ti  and I used hob to create the image.  My 
bblayers.conf contents as given below.

# LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
# changes incompatibly
LCONF_VERSION = "6"

BBPATH = "${TOPDIR}"
BBFILES ?= ""

#BBLAYERS ?= " \
#  /home/winiston/poky/meta \
#  /home/winiston/poky/meta-yocto \
#  /home/winiston/meta-ti \
#  "
BBLAYERS_NON_REMOVABLE ?= " \
  /home/winiston/poky/meta \
  /home/winiston/poky/meta-yocto \
  "
#added by hob
BBFILES += "${TOPDIR}/recipes/images/custom/*.bb"
#added by hob
BBFILES += "${TOPDIR}/recipes/images/*.bb"

#added by hob
BBLAYERS = "/home/winiston/poky/meta /home/winiston/poky/meta-yocto 
/home/winiston/meta-ti"


What could be the problem?

Regards,
Winiston.P
Futura Automation Pvt Ltd.

Ph :91-80-28375290 / 28375295
Fax :91-80-28375291
-----Original Message----- 
From: Khem Raj
Sent: Monday, February 22, 2016 7:38 AM
To: winiston@futuraautomation.com
Cc: OpenEmbedded core
Subject: Re: [OE-core] Error building core-image-sato

On Wed, Feb 17, 2016 at 9:02 PM,  <winiston@futuraautomation.com> wrote:
> Dear,
>
> I tried to build core-image-sato. It spits out the following error.
>
> winiston@winiston-VirtualBox:~/poky/build$ bitbake core-image-sato
> Parsing recipes: 100% |###############################| ETA:  00:00:00
> Parsing of 1060 .bb files complete (0 cached, 1060 parsed). 1496 targets,
> 138 skipped, 0 masked, 0 errors.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing RPROVIDES 'xf86-input-tslib' (but
> /home/winiston/poky/meta/recipes-graphics/packagegroups/packagegroup-core-x11-xserver.bb
> RDEPENDS on or otherwise requires it)
> NOTE: Runtime target 'xf86-input-tslib' is unbuildable, removing...
> Missing or unbuildable dependency chain was: ['xf86-input-tslib']
> NOTE: Runtime target 'packagegroup-core-x11-xserver' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was:
> ['packagegroup-core-x11-xserver', 'xf86-input-tslib']
> NOTE: Runtime target 'packagegroup-core-x11-base' is unbuildable,
> removing...
> Missing or unbuildable dependency chain was: 
> ['packagegroup-core-x11-base',
> 'packagegroup-core-x11-xserver', 'xf86-input-tslib']
> ERROR: Required build target 'core-image-sato' has no buildable providers.
> Missing or unbuildable dependency chain was: ['core-image-sato',
> 'packagegroup-core-x11-base', 'packagegroup-core-x11-xserver',
> 'xf86-input-tslib']
>
> Summary: There were 2 ERROR messages shown, returning a non-zero exit 
> code.
> winiston@winiston-VirtualBox:~/poky/build$
>
> How do I resolve this error?

whats the content of your bblayers.conf, do you have some
modifications to default configuration ?

>
> Regards,
> Winiston.P
> Futura Automation Pvt Ltd.
>
> Ph :91-80-28375290 / 28375295
> Fax :91-80-28375291
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
> 



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

end of thread, other threads:[~2016-02-22  3:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18  5:02 Error building core-image-sato winiston
2016-02-18 13:19 ` Alexander Kanavin
2016-02-22  2:08 ` Khem Raj
2016-02-22  3:55   ` winiston

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox