All of lore.kernel.org
 help / color / mirror / Atom feed
* ERROR: Nothing PROVIDES 'u-boot-mfgtool' ...
@ 2014-10-15 11:17 Robert P. J. Day
  2014-10-15 18:54 ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2014-10-15 11:17 UTC (permalink / raw)
  To: meta-freescale


$ bitbake -c fetchall fsl-image-mfgtool-initramfs
WARNING: Host distribution "Fedora-22" has not been validated with
this version of the build system; you may possibly experience
unexpected failures. It is recommended that you use a tested
distribution.
Loading cache: 100%
|#############################################################| ETA:
00:00:00
Loaded 1343 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies
ERROR: Nothing PROVIDES 'u-boot-mfgtool' (but
/home/rpjday/oe/dist/layers/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb
DEPENDS on or otherwise requires it)
ERROR: u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped:
incompatible with machine ls1021atwr (not in COMPATIBLE_MACHINE)
ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no
buildable providers.
Missing or unbuildable dependency chain was:
['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool' ...

  thoughts?

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: ERROR: Nothing PROVIDES 'u-boot-mfgtool' ...
  2014-10-15 11:17 ERROR: Nothing PROVIDES 'u-boot-mfgtool' Robert P. J. Day
@ 2014-10-15 18:54 ` Otavio Salvador
  2014-10-15 19:02   ` Robert P. J. Day
  0 siblings, 1 reply; 4+ messages in thread
From: Otavio Salvador @ 2014-10-15 18:54 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: meta-freescale@yoctoproject.org

On Wed, Oct 15, 2014 at 8:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>
> $ bitbake -c fetchall fsl-image-mfgtool-initramfs
> WARNING: Host distribution "Fedora-22" has not been validated with
> this version of the build system; you may possibly experience
> unexpected failures. It is recommended that you use a tested
> distribution.
> Loading cache: 100%
> |#############################################################| ETA:
> 00:00:00
> Loaded 1343 entries from dependency cache.
> NOTE: Resolving any missing task queue dependencies
> ERROR: Nothing PROVIDES 'u-boot-mfgtool' (but
> /home/rpjday/oe/dist/layers/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb
> DEPENDS on or otherwise requires it)
> ERROR: u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped:
> incompatible with machine ls1021atwr (not in COMPATIBLE_MACHINE)
> ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no
> buildable providers.
> Missing or unbuildable dependency chain was:
> ['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool' ...
>
>   thoughts?

This image is indeed not compatible with layerscape.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

* Re: ERROR: Nothing PROVIDES 'u-boot-mfgtool' ...
  2014-10-15 18:54 ` Otavio Salvador
@ 2014-10-15 19:02   ` Robert P. J. Day
  2014-10-15 19:28     ` Otavio Salvador
  0 siblings, 1 reply; 4+ messages in thread
From: Robert P. J. Day @ 2014-10-15 19:02 UTC (permalink / raw)
  To: Otavio Salvador; +Cc: meta-freescale@yoctoproject.org

On Wed, 15 Oct 2014, Otavio Salvador wrote:

> On Wed, Oct 15, 2014 at 8:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> >
> > $ bitbake -c fetchall fsl-image-mfgtool-initramfs
> > WARNING: Host distribution "Fedora-22" has not been validated with
> > this version of the build system; you may possibly experience
> > unexpected failures. It is recommended that you use a tested
> > distribution.
> > Loading cache: 100%
> > |#############################################################| ETA:
> > 00:00:00
> > Loaded 1343 entries from dependency cache.
> > NOTE: Resolving any missing task queue dependencies
> > ERROR: Nothing PROVIDES 'u-boot-mfgtool' (but
> > /home/rpjday/oe/dist/layers/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb
> > DEPENDS on or otherwise requires it)
> > ERROR: u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped:
> > incompatible with machine ls1021atwr (not in COMPATIBLE_MACHINE)
> > ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no
> > buildable providers.
> > Missing or unbuildable dependency chain was:
> > ['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool' ...
> >
> >   thoughts?
>
> This image is indeed not compatible with layerscape.

  ok, but there is nothing in that image recipe file that suggests you
can't build that image for that machine. perhaps a dependency or
conditional can be added to make that clear.

rday

-- 

========================================================================
Robert P. J. Day                                 Ottawa, Ontario, CANADA
                        http://crashcourse.ca

Twitter:                                       http://twitter.com/rpjday
LinkedIn:                               http://ca.linkedin.com/in/rpjday
========================================================================



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

* Re: ERROR: Nothing PROVIDES 'u-boot-mfgtool' ...
  2014-10-15 19:02   ` Robert P. J. Day
@ 2014-10-15 19:28     ` Otavio Salvador
  0 siblings, 0 replies; 4+ messages in thread
From: Otavio Salvador @ 2014-10-15 19:28 UTC (permalink / raw)
  To: Robert P. J. Day; +Cc: meta-freescale@yoctoproject.org

Robert,

On Wed, Oct 15, 2014 at 4:02 PM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
> On Wed, 15 Oct 2014, Otavio Salvador wrote:
>
>> On Wed, Oct 15, 2014 at 8:17 AM, Robert P. J. Day <rpjday@crashcourse.ca> wrote:
>> >
>> > $ bitbake -c fetchall fsl-image-mfgtool-initramfs
>> > WARNING: Host distribution "Fedora-22" has not been validated with
>> > this version of the build system; you may possibly experience
>> > unexpected failures. It is recommended that you use a tested
>> > distribution.
>> > Loading cache: 100%
>> > |#############################################################| ETA:
>> > 00:00:00
>> > Loaded 1343 entries from dependency cache.
>> > NOTE: Resolving any missing task queue dependencies
>> > ERROR: Nothing PROVIDES 'u-boot-mfgtool' (but
>> > /home/rpjday/oe/dist/layers/meta-fsl-arm/recipes-fsl/images/fsl-image-mfgtool-initramfs.bb
>> > DEPENDS on or otherwise requires it)
>> > ERROR: u-boot-imx-mfgtool PROVIDES u-boot-mfgtool but was skipped:
>> > incompatible with machine ls1021atwr (not in COMPATIBLE_MACHINE)
>> > ERROR: Required build target 'fsl-image-mfgtool-initramfs' has no
>> > buildable providers.
>> > Missing or unbuildable dependency chain was:
>> > ['fsl-image-mfgtool-initramfs', 'u-boot-mfgtool' ...
>> >
>> >   thoughts?
>>
>> This image is indeed not compatible with layerscape.
>
>   ok, but there is nothing in that image recipe file that suggests you
> can't build that image for that machine. perhaps a dependency or
> conditional can be added to make that clear.

I will try to come up with something to help on this.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


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

end of thread, other threads:[~2014-10-15 19:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-15 11:17 ERROR: Nothing PROVIDES 'u-boot-mfgtool' Robert P. J. Day
2014-10-15 18:54 ` Otavio Salvador
2014-10-15 19:02   ` Robert P. J. Day
2014-10-15 19:28     ` Otavio Salvador

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.