All of lore.kernel.org
 help / color / mirror / Atom feed
* build error pandaboard on master
@ 2012-07-30 12:53 Jim Abernathy
  2012-07-30 13:00 ` Martin Jansa
  2012-07-30 13:15 ` Gary Thomas
  0 siblings, 2 replies; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 12:53 UTC (permalink / raw)
  To: yocto

I'm on master branch trying to build core-image-minimal for the machine 
"pandaboard". Besides the basics, I put in a license statement for 
cloud9 into local.conf.

My bblayer.conf is as follows:

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

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

BBLAYERS ?= " \
   /home/jim/poky/meta \
   /home/jim/poky/meta-yocto \
   /home/jim/meta-openembedded/meta-oe \
   /home/jim/meta-ti \
   "

The error I'm getting is:

ERROR: ParseError at 
/home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
inherit file classes/systemd.bbclass

Build Configuration:
BB_VERSION        = "1.15.3"
TARGET_ARCH       = "arm"
TARGET_OS         = "linux-gnueabi"
MACHINE           = "pandaboard"
DISTRO            = "poky"
DISTRO_VERSION    = "1.2+snapshot-20120730"
TUNE_FEATURES     = "armv7a vfp neon cortexa9"
TARGET_FPU        = "vfp-neon"
meta
meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"

ERROR: Nothing PROVIDES 'pseudo-native'





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

* Re: build error pandaboard on master
  2012-07-30 12:53 Jim Abernathy
@ 2012-07-30 13:00 ` Martin Jansa
  2012-07-30 13:06   ` Jim Abernathy
  2012-07-30 13:15 ` Gary Thomas
  1 sibling, 1 reply; 38+ messages in thread
From: Martin Jansa @ 2012-07-30 13:00 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

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

On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote:
> I'm on master branch trying to build core-image-minimal for the machine 
> "pandaboard". Besides the basics, I put in a license statement for 
> cloud9 into local.conf.
> 
> My bblayer.conf is as follows:
> 
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> LCONF_VERSION = "5"
> 
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
> 
> BBLAYERS ?= " \
>    /home/jim/poky/meta \
>    /home/jim/poky/meta-yocto \
>    /home/jim/meta-openembedded/meta-oe \
>    /home/jim/meta-ti \
>    "
> 
> The error I'm getting is:
> 
> ERROR: ParseError at 
> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
> inherit file classes/systemd.bbclass

add meta-openembedded/meta-systemd to your BBLAYERS

> Build Configuration:
> BB_VERSION        = "1.15.3"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "pandaboard"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.2+snapshot-20120730"
> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
> 
> ERROR: Nothing PROVIDES 'pseudo-native'
> 
> 
> 
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: build error pandaboard on master
  2012-07-30 13:00 ` Martin Jansa
@ 2012-07-30 13:06   ` Jim Abernathy
  2012-07-30 13:19     ` Martin Jansa
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 13:06 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto

On 07/30/2012 09:00 AM, Martin Jansa wrote:
> On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote:
>> I'm on master branch trying to build core-image-minimal for the machine
>> "pandaboard". Besides the basics, I put in a license statement for
>> cloud9 into local.conf.
>>
>> My bblayer.conf is as follows:
>>
>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>> # changes incompatibly
>> LCONF_VERSION = "5"
>>
>> BBPATH = "${TOPDIR}"
>> BBFILES ?= ""
>>
>> BBLAYERS ?= " \
>>     /home/jim/poky/meta \
>>     /home/jim/poky/meta-yocto \
>>     /home/jim/meta-openembedded/meta-oe \
>>     /home/jim/meta-ti \
>>     "
>>
>> The error I'm getting is:
>>
>> ERROR: ParseError at
>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not
>> inherit file classes/systemd.bbclass
> add meta-openembedded/meta-systemd to your BBLAYERS
>
When I do that I get the errors:

ERROR: No recipes available for:
/home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
/home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
ERROR: Command execution failed: Exited with 1

Jim A
>> Build Configuration:
>> BB_VERSION        = "1.15.3"
>> TARGET_ARCH       = "arm"
>> TARGET_OS         = "linux-gnueabi"
>> MACHINE           = "pandaboard"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>> TARGET_FPU        = "vfp-neon"
>> meta
>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>
>> ERROR: Nothing PROVIDES 'pseudo-native'
>>
>>
>>
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: build error pandaboard on master
  2012-07-30 12:53 Jim Abernathy
  2012-07-30 13:00 ` Martin Jansa
@ 2012-07-30 13:15 ` Gary Thomas
  2012-07-30 13:48   ` Jim Abernathy
  1 sibling, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 13:15 UTC (permalink / raw)
  To: yocto

On 2012-07-30 06:53, Jim Abernathy wrote:
> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>
> My bblayer.conf is as follows:
>
> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> # changes incompatibly
> LCONF_VERSION = "5"
>
> BBPATH = "${TOPDIR}"
> BBFILES ?= ""
>
> BBLAYERS ?= " \
>    /home/jim/poky/meta \
>    /home/jim/poky/meta-yocto \
>    /home/jim/meta-openembedded/meta-oe \
>    /home/jim/meta-ti \
>    "
>
> The error I'm getting is:
>
> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>
> Build Configuration:
> BB_VERSION        = "1.15.3"
> TARGET_ARCH       = "arm"
> TARGET_OS         = "linux-gnueabi"
> MACHINE           = "pandaboard"
> DISTRO            = "poky"
> DISTRO_VERSION    = "1.2+snapshot-20120730"
> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
> TARGET_FPU        = "vfp-neon"
> meta
> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>
> ERROR: Nothing PROVIDES 'pseudo-native'

Try adding this in local.conf:
   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 13:06   ` Jim Abernathy
@ 2012-07-30 13:19     ` Martin Jansa
  2012-07-30 13:21       ` Martin Jansa
  2012-07-30 13:57       ` Jim Abernathy
  0 siblings, 2 replies; 38+ messages in thread
From: Martin Jansa @ 2012-07-30 13:19 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

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

On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote:
> On 07/30/2012 09:00 AM, Martin Jansa wrote:
> > On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote:
> >> I'm on master branch trying to build core-image-minimal for the machine
> >> "pandaboard". Besides the basics, I put in a license statement for
> >> cloud9 into local.conf.
> >>
> >> My bblayer.conf is as follows:
> >>
> >> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> >> # changes incompatibly
> >> LCONF_VERSION = "5"
> >>
> >> BBPATH = "${TOPDIR}"
> >> BBFILES ?= ""
> >>
> >> BBLAYERS ?= " \
> >>     /home/jim/poky/meta \
> >>     /home/jim/poky/meta-yocto \
> >>     /home/jim/meta-openembedded/meta-oe \
> >>     /home/jim/meta-ti \
> >>     "
> >>
> >> The error I'm getting is:
> >>
> >> ERROR: ParseError at
> >> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not
> >> inherit file classes/systemd.bbclass
> > add meta-openembedded/meta-systemd to your BBLAYERS
> >
> When I do that I get the errors:
> 
> ERROR: No recipes available for:
> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
> ERROR: Command execution failed: Exited with 1

Add BB_DANGLINGAPPENDS_WARNONLY to
meta-openembedded/meta-systemd/conf/layer.conf

or add meta-gnome/meta-efl layers if you would use them..

Cheers,

> 
> Jim A
> >> Build Configuration:
> >> BB_VERSION        = "1.15.3"
> >> TARGET_ARCH       = "arm"
> >> TARGET_OS         = "linux-gnueabi"
> >> MACHINE           = "pandaboard"
> >> DISTRO            = "poky"
> >> DISTRO_VERSION    = "1.2+snapshot-20120730"
> >> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
> >> TARGET_FPU        = "vfp-neon"
> >> meta
> >> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
> >> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
> >> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
> >>
> >> ERROR: Nothing PROVIDES 'pseudo-native'
> >>
> >>
> >>
> >> _______________________________________________
> >> yocto mailing list
> >> yocto@yoctoproject.org
> >> https://lists.yoctoproject.org/listinfo/yocto
> 

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: build error pandaboard on master
  2012-07-30 13:19     ` Martin Jansa
@ 2012-07-30 13:21       ` Martin Jansa
  2012-07-30 13:57       ` Jim Abernathy
  1 sibling, 0 replies; 38+ messages in thread
From: Martin Jansa @ 2012-07-30 13:21 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

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

On Mon, Jul 30, 2012 at 03:19:30PM +0200, Martin Jansa wrote:
> On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote:
> > On 07/30/2012 09:00 AM, Martin Jansa wrote:
> > > On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote:
> > >> I'm on master branch trying to build core-image-minimal for the machine
> > >> "pandaboard". Besides the basics, I put in a license statement for
> > >> cloud9 into local.conf.
> > >>
> > >> My bblayer.conf is as follows:
> > >>
> > >> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
> > >> # changes incompatibly
> > >> LCONF_VERSION = "5"
> > >>
> > >> BBPATH = "${TOPDIR}"
> > >> BBFILES ?= ""
> > >>
> > >> BBLAYERS ?= " \
> > >>     /home/jim/poky/meta \
> > >>     /home/jim/poky/meta-yocto \
> > >>     /home/jim/meta-openembedded/meta-oe \
> > >>     /home/jim/meta-ti \
> > >>     "
> > >>
> > >> The error I'm getting is:
> > >>
> > >> ERROR: ParseError at
> > >> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not
> > >> inherit file classes/systemd.bbclass
> > > add meta-openembedded/meta-systemd to your BBLAYERS
> > >
> > When I do that I get the errors:
> > 
> > ERROR: No recipes available for:
> > /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
> > /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
> > ERROR: Command execution failed: Exited with 1
> 
> Add BB_DANGLINGAPPENDS_WARNONLY to
> meta-openembedded/meta-systemd/conf/layer.conf
> 
> or add meta-gnome/meta-efl layers if you would use them..

Or better BBMASK those meta-gnome/meta-efl subdirectories like
meta-systemd/README suggests:

To make BBMASK'ing per layer possible the following directory structure
is used:

$[LAYERDIR}/<layername>/recipes-<group-name>/<recipe-name>/<recipe-name>.bbappend

Cheers,

> 
> Cheers,
> 
> > 
> > Jim A
> > >> Build Configuration:
> > >> BB_VERSION        = "1.15.3"
> > >> TARGET_ARCH       = "arm"
> > >> TARGET_OS         = "linux-gnueabi"
> > >> MACHINE           = "pandaboard"
> > >> DISTRO            = "poky"
> > >> DISTRO_VERSION    = "1.2+snapshot-20120730"
> > >> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
> > >> TARGET_FPU        = "vfp-neon"
> > >> meta
> > >> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
> > >> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
> > >> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
> > >>
> > >> ERROR: Nothing PROVIDES 'pseudo-native'
> > >>
> > >>
> > >>
> > >> _______________________________________________
> > >> yocto mailing list
> > >> yocto@yoctoproject.org
> > >> https://lists.yoctoproject.org/listinfo/yocto
> > 
> 
> -- 
> Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com



-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: build error pandaboard on master
  2012-07-30 13:15 ` Gary Thomas
@ 2012-07-30 13:48   ` Jim Abernathy
  2012-07-30 13:56     ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 13:48 UTC (permalink / raw)
  To: yocto

On 07/30/2012 09:15 AM, Gary Thomas wrote:
> On 2012-07-30 06:53, Jim Abernathy wrote:
>> I'm on master branch trying to build core-image-minimal for the 
>> machine "pandaboard". Besides the basics, I put in a license 
>> statement for cloud9 into local.conf.
>>
>> My bblayer.conf is as follows:
>>
>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>> # changes incompatibly
>> LCONF_VERSION = "5"
>>
>> BBPATH = "${TOPDIR}"
>> BBFILES ?= ""
>>
>> BBLAYERS ?= " \
>>    /home/jim/poky/meta \
>>    /home/jim/poky/meta-yocto \
>>    /home/jim/meta-openembedded/meta-oe \
>>    /home/jim/meta-ti \
>>    "
>>
>> The error I'm getting is:
>>
>> ERROR: ParseError at 
>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
>> inherit file classes/systemd.bbclass
>>
>> Build Configuration:
>> BB_VERSION        = "1.15.3"
>> TARGET_ARCH       = "arm"
>> TARGET_OS         = "linux-gnueabi"
>> MACHINE           = "pandaboard"
>> DISTRO            = "poky"
>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>> TARGET_FPU        = "vfp-neon"
>> meta
>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>
>> ERROR: Nothing PROVIDES 'pseudo-native'
>
> Try adding this in local.conf:
>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>
BBMASK by itself didn't solve my particular problem.  I'll try the other 
suggestions and report back.

Jim A



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

* Re: build error pandaboard on master
  2012-07-30 13:48   ` Jim Abernathy
@ 2012-07-30 13:56     ` Gary Thomas
  2012-07-30 14:11       ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 13:56 UTC (permalink / raw)
  To: yocto

On 2012-07-30 07:48, Jim Abernathy wrote:
> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>
>>> My bblayer.conf is as follows:
>>>
>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>> # changes incompatibly
>>> LCONF_VERSION = "5"
>>>
>>> BBPATH = "${TOPDIR}"
>>> BBFILES ?= ""
>>>
>>> BBLAYERS ?= " \
>>>    /home/jim/poky/meta \
>>>    /home/jim/poky/meta-yocto \
>>>    /home/jim/meta-openembedded/meta-oe \
>>>    /home/jim/meta-ti \
>>>    "
>>>
>>> The error I'm getting is:
>>>
>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>
>>> Build Configuration:
>>> BB_VERSION        = "1.15.3"
>>> TARGET_ARCH       = "arm"
>>> TARGET_OS         = "linux-gnueabi"
>>> MACHINE           = "pandaboard"
>>> DISTRO            = "poky"
>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>> TARGET_FPU        = "vfp-neon"
>>> meta
>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>
>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>
>> Try adding this in local.conf:
>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>
> BBMASK by itself didn't solve my particular problem.  I'll try the other suggestions and report back.

What other problem do you have?  That BBMASK should keep bitbake from
trying to parse the recipe mentioned above.

Note: I use these layers with Yocto all the time with that mask...

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 13:19     ` Martin Jansa
  2012-07-30 13:21       ` Martin Jansa
@ 2012-07-30 13:57       ` Jim Abernathy
  1 sibling, 0 replies; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 13:57 UTC (permalink / raw)
  To: Martin Jansa; +Cc: yocto

On 07/30/2012 09:19 AM, Martin Jansa wrote:
> On Mon, Jul 30, 2012 at 09:06:23AM -0400, Jim Abernathy wrote:
>> On 07/30/2012 09:00 AM, Martin Jansa wrote:
>>> On Mon, Jul 30, 2012 at 08:53:50AM -0400, Jim Abernathy wrote:
>>>> I'm on master branch trying to build core-image-minimal for the machine
>>>> "pandaboard". Besides the basics, I put in a license statement for
>>>> cloud9 into local.conf.
>>>>
>>>> My bblayer.conf is as follows:
>>>>
>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>> # changes incompatibly
>>>> LCONF_VERSION = "5"
>>>>
>>>> BBPATH = "${TOPDIR}"
>>>> BBFILES ?= ""
>>>>
>>>> BBLAYERS ?= " \
>>>>      /home/jim/poky/meta \
>>>>      /home/jim/poky/meta-yocto \
>>>>      /home/jim/meta-openembedded/meta-oe \
>>>>      /home/jim/meta-ti \
>>>>      "
>>>>
>>>> The error I'm getting is:
>>>>
>>>> ERROR: ParseError at
>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not
>>>> inherit file classes/systemd.bbclass
>>> add meta-openembedded/meta-systemd to your BBLAYERS
>>>
>> When I do that I get the errors:
>>
>> ERROR: No recipes available for:
>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>> ERROR: Command execution failed: Exited with 1
> Add BB_DANGLINGAPPENDS_WARNONLY to
> meta-openembedded/meta-systemd/conf/layer.conf
BB_DANDLINGAPPENDS_WARNONLY = "yes"  seems to have gotten me past the 
build errors for now.

I'll look at the BBMASK some more since it looks cleaner to just modify 
the local.conf file.

Jim A

> or add meta-gnome/meta-efl layers if you would use them..
>
> Cheers,
>
>> Jim A
>>>> Build Configuration:
>>>> BB_VERSION        = "1.15.3"
>>>> TARGET_ARCH       = "arm"
>>>> TARGET_OS         = "linux-gnueabi"
>>>> MACHINE           = "pandaboard"
>>>> DISTRO            = "poky"
>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>> TARGET_FPU        = "vfp-neon"
>>>> meta
>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>
>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> yocto mailing list
>>>> yocto@yoctoproject.org
>>>> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: build error pandaboard on master
  2012-07-30 13:56     ` Gary Thomas
@ 2012-07-30 14:11       ` Jim Abernathy
  2012-07-30 14:21         ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 14:11 UTC (permalink / raw)
  To: yocto

On 07/30/2012 09:56 AM, Gary Thomas wrote:
> On 2012-07-30 07:48, Jim Abernathy wrote:
>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>> I'm on master branch trying to build core-image-minimal for the 
>>>> machine "pandaboard". Besides the basics, I put in a license 
>>>> statement for cloud9 into local.conf.
>>>>
>>>> My bblayer.conf is as follows:
>>>>
>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>> # changes incompatibly
>>>> LCONF_VERSION = "5"
>>>>
>>>> BBPATH = "${TOPDIR}"
>>>> BBFILES ?= ""
>>>>
>>>> BBLAYERS ?= " \
>>>>    /home/jim/poky/meta \
>>>>    /home/jim/poky/meta-yocto \
>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>    /home/jim/meta-ti \
>>>>    "
>>>>
>>>> The error I'm getting is:
>>>>
>>>> ERROR: ParseError at 
>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
>>>> inherit file classes/systemd.bbclass
>>>>
>>>> Build Configuration:
>>>> BB_VERSION        = "1.15.3"
>>>> TARGET_ARCH       = "arm"
>>>> TARGET_OS         = "linux-gnueabi"
>>>> MACHINE           = "pandaboard"
>>>> DISTRO            = "poky"
>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>> TARGET_FPU        = "vfp-neon"
>>>> meta
>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>
>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>
>>> Try adding this in local.conf:
>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>
>> BBMASK by itself didn't solve my particular problem.  I'll try the 
>> other suggestions and report back.
>
> What other problem do you have?  That BBMASK should keep bitbake from
> trying to parse the recipe mentioned above.
>
> Note: I use these layers with Yocto all the time with that mask...
>

When I just used the statement:

BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

I got the same error as my original post.

Jim A




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

* Re: build error pandaboard on master
  2012-07-30 14:11       ` Jim Abernathy
@ 2012-07-30 14:21         ` Gary Thomas
  2012-07-30 14:31           ` Jim Abernathy
  2012-07-30 16:50           ` Jim Abernathy
  0 siblings, 2 replies; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 14:21 UTC (permalink / raw)
  To: yocto

On 2012-07-30 08:11, Jim Abernathy wrote:
> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>>>
>>>>> My bblayer.conf is as follows:
>>>>>
>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>> # changes incompatibly
>>>>> LCONF_VERSION = "5"
>>>>>
>>>>> BBPATH = "${TOPDIR}"
>>>>> BBFILES ?= ""
>>>>>
>>>>> BBLAYERS ?= " \
>>>>>    /home/jim/poky/meta \
>>>>>    /home/jim/poky/meta-yocto \
>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>    /home/jim/meta-ti \
>>>>>    "
>>>>>
>>>>> The error I'm getting is:
>>>>>
>>>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>>>
>>>>> Build Configuration:
>>>>> BB_VERSION        = "1.15.3"
>>>>> TARGET_ARCH       = "arm"
>>>>> TARGET_OS         = "linux-gnueabi"
>>>>> MACHINE           = "pandaboard"
>>>>> DISTRO            = "poky"
>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>> TARGET_FPU        = "vfp-neon"
>>>>> meta
>>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>
>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>
>>>> Try adding this in local.conf:
>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>
>>> BBMASK by itself didn't solve my particular problem.  I'll try the other suggestions and report back.
>>
>> What other problem do you have?  That BBMASK should keep bitbake from
>> trying to parse the recipe mentioned above.
>>
>> Note: I use these layers with Yocto all the time with that mask...
>>
>
> When I just used the statement:
>
> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>
> I got the same error as my original post.

The only way you could get that same error is if you already have a BBMASK
statement somewhere and this one is being ignored because of the ?= assignment.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 14:21         ` Gary Thomas
@ 2012-07-30 14:31           ` Jim Abernathy
  2012-07-30 16:50           ` Jim Abernathy
  1 sibling, 0 replies; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 14:31 UTC (permalink / raw)
  To: yocto

On 07/30/2012 10:21 AM, Gary Thomas wrote:
> On 2012-07-30 08:11, Jim Abernathy wrote:
>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>> I'm on master branch trying to build core-image-minimal for the 
>>>>>> machine "pandaboard". Besides the basics, I put in a license 
>>>>>> statement for cloud9 into local.conf.
>>>>>>
>>>>>> My bblayer.conf is as follows:
>>>>>>
>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>> # changes incompatibly
>>>>>> LCONF_VERSION = "5"
>>>>>>
>>>>>> BBPATH = "${TOPDIR}"
>>>>>> BBFILES ?= ""
>>>>>>
>>>>>> BBLAYERS ?= " \
>>>>>>    /home/jim/poky/meta \
>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>    /home/jim/meta-ti \
>>>>>>    "
>>>>>>
>>>>>> The error I'm getting is:
>>>>>>
>>>>>> ERROR: ParseError at 
>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
>>>>>> inherit file classes/systemd.bbclass
>>>>>>
>>>>>> Build Configuration:
>>>>>> BB_VERSION        = "1.15.3"
>>>>>> TARGET_ARCH       = "arm"
>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>> MACHINE           = "pandaboard"
>>>>>> DISTRO            = "poky"
>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>> meta
>>>>>> meta-yocto        = 
>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>> meta-oe           = 
>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>> meta-ti           = 
>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>
>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>
>>>>> Try adding this in local.conf:
>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>
>>>> BBMASK by itself didn't solve my particular problem.  I'll try the 
>>>> other suggestions and report back.
>>>
>>> What other problem do you have?  That BBMASK should keep bitbake from
>>> trying to parse the recipe mentioned above.
>>>
>>> Note: I use these layers with Yocto all the time with that mask...
>>>
>>
>> When I just used the statement:
>>
>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>
>> I got the same error as my original post.
>
> The only way you could get that same error is if you already have a 
> BBMASK
> statement somewhere and this one is being ignored because of the ?= 
> assignment.
>
hmm..

right now  I have the build running by using the 
BB_DANGLINGAPPENDS_WARNONLY = "yes" statement.

When that is done, I'll test the BBMASK on a completely new build from 
scratch and see what I get.

Jim A



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

* Re: build error pandaboard on master
  2012-07-30 14:21         ` Gary Thomas
  2012-07-30 14:31           ` Jim Abernathy
@ 2012-07-30 16:50           ` Jim Abernathy
  2012-07-30 16:57             ` Gary Thomas
  1 sibling, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 16:50 UTC (permalink / raw)
  To: yocto

On 07/30/2012 10:21 AM, Gary Thomas wrote:
> On 2012-07-30 08:11, Jim Abernathy wrote:
>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>> I'm on master branch trying to build core-image-minimal for the 
>>>>>> machine "pandaboard". Besides the basics, I put in a license 
>>>>>> statement for cloud9 into local.conf.
>>>>>>
>>>>>> My bblayer.conf is as follows:
>>>>>>
>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>> # changes incompatibly
>>>>>> LCONF_VERSION = "5"
>>>>>>
>>>>>> BBPATH = "${TOPDIR}"
>>>>>> BBFILES ?= ""
>>>>>>
>>>>>> BBLAYERS ?= " \
>>>>>>    /home/jim/poky/meta \
>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>    /home/jim/meta-ti \
>>>>>>    "
>>>>>>
>>>>>> The error I'm getting is:
>>>>>>
>>>>>> ERROR: ParseError at 
>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not 
>>>>>> inherit file classes/systemd.bbclass
>>>>>>
>>>>>> Build Configuration:
>>>>>> BB_VERSION        = "1.15.3"
>>>>>> TARGET_ARCH       = "arm"
>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>> MACHINE           = "pandaboard"
>>>>>> DISTRO            = "poky"
>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>> meta
>>>>>> meta-yocto        = 
>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>> meta-oe           = 
>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>> meta-ti           = 
>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>
>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>
>>>>> Try adding this in local.conf:
>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>
>>>> BBMASK by itself didn't solve my particular problem.  I'll try the 
>>>> other suggestions and report back.
>>>
>>> What other problem do you have?  That BBMASK should keep bitbake from
>>> trying to parse the recipe mentioned above.
>>>
>>> Note: I use these layers with Yocto all the time with that mask...
>>>
>>
>> When I just used the statement:
>>
>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>
>> I got the same error as my original post.
>
> The only way you could get that same error is if you already have a 
> BBMASK
> statement somewhere and this one is being ignored because of the ?= 
> assignment.
>
So I started with a clean build again. This time I only added the BBMASK 
statement you suggested.  I got the following error:

ERROR: No recipes available for:
/home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
/home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
ERROR: Command execution failed: Exited with 1

I'm guessing the BBMASK needs to call out 
meta-openembedded/meta-systemd/meta-gnome and meta-efl?

Jim A



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

* Re: build error pandaboard on master
  2012-07-30 16:50           ` Jim Abernathy
@ 2012-07-30 16:57             ` Gary Thomas
  2012-07-30 17:09               ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 16:57 UTC (permalink / raw)
  To: yocto

On 2012-07-30 10:50, Jim Abernathy wrote:
> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>>>>>
>>>>>>> My bblayer.conf is as follows:
>>>>>>>
>>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>>> # changes incompatibly
>>>>>>> LCONF_VERSION = "5"
>>>>>>>
>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>> BBFILES ?= ""
>>>>>>>
>>>>>>> BBLAYERS ?= " \
>>>>>>>    /home/jim/poky/meta \
>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>    /home/jim/meta-ti \
>>>>>>>    "
>>>>>>>
>>>>>>> The error I'm getting is:
>>>>>>>
>>>>>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>>>>>
>>>>>>> Build Configuration:
>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>> TARGET_ARCH       = "arm"
>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>> MACHINE           = "pandaboard"
>>>>>>> DISTRO            = "poky"
>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>> meta
>>>>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>
>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>
>>>>>> Try adding this in local.conf:
>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>
>>>>> BBMASK by itself didn't solve my particular problem.  I'll try the other suggestions and report back.
>>>>
>>>> What other problem do you have?  That BBMASK should keep bitbake from
>>>> trying to parse the recipe mentioned above.
>>>>
>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>
>>>
>>> When I just used the statement:
>>>
>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>
>>> I got the same error as my original post.
>>
>> The only way you could get that same error is if you already have a BBMASK
>> statement somewhere and this one is being ignored because of the ?= assignment.
>>
> So I started with a clean build again. This time I only added the BBMASK statement you suggested.  I got the following error:
>
> ERROR: No recipes available for:
> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
> ERROR: Command execution failed: Exited with 1
>
> I'm guessing the BBMASK needs to call out meta-openembedded/meta-systemd/meta-gnome and meta-efl?

Or don't include those layers - meta-systemd isn't needed by your yocto build.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 16:57             ` Gary Thomas
@ 2012-07-30 17:09               ` Jim Abernathy
  2012-07-30 17:16                 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 17:09 UTC (permalink / raw)
  To: yocto

On 07/30/2012 12:57 PM, Gary Thomas wrote:
> On 2012-07-30 10:50, Jim Abernathy wrote:
>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>> I'm on master branch trying to build core-image-minimal for the 
>>>>>>>> machine "pandaboard". Besides the basics, I put in a license 
>>>>>>>> statement for cloud9 into local.conf.
>>>>>>>>
>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>
>>>>>>>> # LAYER_CONF_VERSION is increased each time 
>>>>>>>> build/conf/bblayers.conf
>>>>>>>> # changes incompatibly
>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>
>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>> BBFILES ?= ""
>>>>>>>>
>>>>>>>> BBLAYERS ?= " \
>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>    "
>>>>>>>>
>>>>>>>> The error I'm getting is:
>>>>>>>>
>>>>>>>> ERROR: ParseError at 
>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could 
>>>>>>>> not inherit file classes/systemd.bbclass
>>>>>>>>
>>>>>>>> Build Configuration:
>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>> DISTRO            = "poky"
>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>> meta
>>>>>>>> meta-yocto        = 
>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>> meta-oe           = 
>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>> meta-ti           = 
>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>
>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>
>>>>>>> Try adding this in local.conf:
>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>
>>>>>> BBMASK by itself didn't solve my particular problem. I'll try the 
>>>>>> other suggestions and report back.
>>>>>
>>>>> What other problem do you have?  That BBMASK should keep bitbake from
>>>>> trying to parse the recipe mentioned above.
>>>>>
>>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>>
>>>>
>>>> When I just used the statement:
>>>>
>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>
>>>> I got the same error as my original post.
>>>
>>> The only way you could get that same error is if you already have a 
>>> BBMASK
>>> statement somewhere and this one is being ignored because of the ?= 
>>> assignment.
>>>
>> So I started with a clean build again. This time I only added the 
>> BBMASK statement you suggested.  I got the following error:
>>
>> ERROR: No recipes available for:
>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
>>
>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
>>
>> ERROR: Command execution failed: Exited with 1
>>
>> I'm guessing the BBMASK needs to call out 
>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>
> Or don't include those layers - meta-systemd isn't needed by your 
> yocto build.
>
Thanks, that makes more sense now.  I removed the layer meta-systemd 
from bblayers.conf and used the

BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

statement in local.conf to solves the problem.

What is really causing the problem?  Without it dependencies on 
meta-systemd are there, but the mask removes that??  Why can you remove 
a dependency?

Jim A





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

* Re: build error pandaboard on master
  2012-07-30 17:09               ` Jim Abernathy
@ 2012-07-30 17:16                 ` Gary Thomas
  2012-07-30 18:49                   ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 17:16 UTC (permalink / raw)
  To: yocto

On 2012-07-30 11:09, Jim Abernathy wrote:
> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>>>>>>>
>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>
>>>>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>>>>> # changes incompatibly
>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>
>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>> BBFILES ?= ""
>>>>>>>>>
>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>>    "
>>>>>>>>>
>>>>>>>>> The error I'm getting is:
>>>>>>>>>
>>>>>>>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>>>>>>>
>>>>>>>>> Build Configuration:
>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>> DISTRO            = "poky"
>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>> meta
>>>>>>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>
>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>
>>>>>>>> Try adding this in local.conf:
>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>
>>>>>>> BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back.
>>>>>>
>>>>>> What other problem do you have?  That BBMASK should keep bitbake from
>>>>>> trying to parse the recipe mentioned above.
>>>>>>
>>>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>>>
>>>>>
>>>>> When I just used the statement:
>>>>>
>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>
>>>>> I got the same error as my original post.
>>>>
>>>> The only way you could get that same error is if you already have a BBMASK
>>>> statement somewhere and this one is being ignored because of the ?= assignment.
>>>>
>>> So I started with a clean build again. This time I only added the BBMASK statement you suggested.  I got the following error:
>>>
>>> ERROR: No recipes available for:
>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>> ERROR: Command execution failed: Exited with 1
>>>
>>> I'm guessing the BBMASK needs to call out meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>
>> Or don't include those layers - meta-systemd isn't needed by your yocto build.
>>
> Thanks, that makes more sense now.  I removed the layer meta-systemd from bblayers.conf and used the
>
> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>
> statement in local.conf to solves the problem.
>
> What is really causing the problem?  Without it dependencies on meta-systemd are there, but the mask removes that??  Why can you remove a dependency?

The dependency on systemd comes from this recipe: meta-ti/recipes-misc/payload/bonescript.bb
The BBMASK is making bitbake ignore that recipe (you don't need it), hence no dependency.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 17:16                 ` Gary Thomas
@ 2012-07-30 18:49                   ` Jim Abernathy
  2012-07-30 19:11                     ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-30 18:49 UTC (permalink / raw)
  To: yocto

On 07/30/2012 01:16 PM, Gary Thomas wrote:
> On 2012-07-30 11:09, Jim Abernathy wrote:
>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>> I'm on master branch trying to build core-image-minimal for 
>>>>>>>>>> the machine "pandaboard". Besides the basics, I put in a 
>>>>>>>>>> license statement for cloud9 into local.conf.
>>>>>>>>>>
>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>
>>>>>>>>>> # LAYER_CONF_VERSION is increased each time 
>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>> # changes incompatibly
>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>
>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>
>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>>>    "
>>>>>>>>>>
>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>
>>>>>>>>>> ERROR: ParseError at 
>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could 
>>>>>>>>>> not inherit file classes/systemd.bbclass
>>>>>>>>>>
>>>>>>>>>> Build Configuration:
>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>> meta
>>>>>>>>>> meta-yocto        = 
>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>> meta-oe           = 
>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>> meta-ti           = 
>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>
>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>
>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>
>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll try 
>>>>>>>> the other suggestions and report back.
>>>>>>>
>>>>>>> What other problem do you have?  That BBMASK should keep bitbake 
>>>>>>> from
>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>
>>>>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>>>>
>>>>>>
>>>>>> When I just used the statement:
>>>>>>
>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>
>>>>>> I got the same error as my original post.
>>>>>
>>>>> The only way you could get that same error is if you already have 
>>>>> a BBMASK
>>>>> statement somewhere and this one is being ignored because of the 
>>>>> ?= assignment.
>>>>>
>>>> So I started with a clean build again. This time I only added the 
>>>> BBMASK statement you suggested.  I got the following error:
>>>>
>>>> ERROR: No recipes available for:
>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
>>>>
>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
>>>>
>>>> ERROR: Command execution failed: Exited with 1
>>>>
>>>> I'm guessing the BBMASK needs to call out 
>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>
>>> Or don't include those layers - meta-systemd isn't needed by your 
>>> yocto build.
>>>
>> Thanks, that makes more sense now.  I removed the layer meta-systemd 
>> from bblayers.conf and used the
>>
>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>
>> statement in local.conf to solves the problem.
>>
>> What is really causing the problem?  Without it dependencies on 
>> meta-systemd are there, but the mask removes that??  Why can you 
>> remove a dependency?
>
> The dependency on systemd comes from this recipe: 
> meta-ti/recipes-misc/payload/bonescript.bb
> The BBMASK is making bitbake ignore that recipe (you don't need it), 
> hence no dependency.
>
I got core-image-minimal built without errors, Thanks, now I need to ask 
some questions about booting that image.  I'm assuming that I can follow 
the instructions on pandaboard.org for creating the SD card format and 
just copy the deploy/image/ u-boot, MLO, uImage, and rootfs to the right 
places and boot the sdcard in the pandaboard. Anyway, that's what I 
tried.  I'm connected to the panadboard via serial port and the U-Boot 
works and the uImage seems to be found, but I don't get a login console 
on the serial port:

U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
Texas Instruments OMAP4430 ES2.1
OMAP SD/MMC: 0
reading u-boot.img
reading u-boot.img


U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)

CPU  : OMAP4430 ES2.1
Board: OMAP4 Panda
I2C:   ready
DRAM:  1 GiB
MMC:   OMAP SD/MMC: 0
Using default environment

In:    serial
Out:   serial
Err:   serial
Hit any key to stop autoboot:  0
reading boot.scr

** Unable to read "boot.scr" from mmc 0:1 **
reading uImage

4176404 bytes read
Booting from mmc0 ...
## Booting kernel from Legacy Image at 82000000 ...
    Image Name:   Linux-3.1.0
    Image Type:   ARM Linux Kernel Image (uncompressed)
    Data Size:    4176340 Bytes = 4 MiB
    Load Address: 80008000
    Entry Point:  80008000
    Verifying Checksum ... OK
    Loading Kernel Image ... OK
OK

Starting kernel ...

Uncompressing Linux... done, booting the kernel.




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

* Re: build error pandaboard on master
  2012-07-30 18:49                   ` Jim Abernathy
@ 2012-07-30 19:11                     ` Gary Thomas
  2012-07-31 11:25                       ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-30 19:11 UTC (permalink / raw)
  To: yocto

On 2012-07-30 12:49, Jim Abernathy wrote:
> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>>>>>>>>>
>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>
>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>
>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>
>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>>>>    "
>>>>>>>>>>>
>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>
>>>>>>>>>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>
>>>>>>>>>>> Build Configuration:
>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>> meta
>>>>>>>>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>
>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>
>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>
>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back.
>>>>>>>>
>>>>>>>> What other problem do you have?  That BBMASK should keep bitbake from
>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>
>>>>>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>>>>>
>>>>>>>
>>>>>>> When I just used the statement:
>>>>>>>
>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>
>>>>>>> I got the same error as my original post.
>>>>>>
>>>>>> The only way you could get that same error is if you already have a BBMASK
>>>>>> statement somewhere and this one is being ignored because of the ?= assignment.
>>>>>>
>>>>> So I started with a clean build again. This time I only added the BBMASK statement you suggested.  I got the following error:
>>>>>
>>>>> ERROR: No recipes available for:
>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>>>> ERROR: Command execution failed: Exited with 1
>>>>>
>>>>> I'm guessing the BBMASK needs to call out meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>
>>>> Or don't include those layers - meta-systemd isn't needed by your yocto build.
>>>>
>>> Thanks, that makes more sense now.  I removed the layer meta-systemd from bblayers.conf and used the
>>>
>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>
>>> statement in local.conf to solves the problem.
>>>
>>> What is really causing the problem?  Without it dependencies on meta-systemd are there, but the mask removes that??  Why can you remove a dependency?
>>
>> The dependency on systemd comes from this recipe: meta-ti/recipes-misc/payload/bonescript.bb
>> The BBMASK is making bitbake ignore that recipe (you don't need it), hence no dependency.
>>
> I got core-image-minimal built without errors, Thanks, now I need to ask some questions about booting that image.  I'm assuming that I can follow the instructions on pandaboard.org
> for creating the SD card format and just copy the deploy/image/ u-boot, MLO, uImage, and rootfs to the right places and boot the sdcard in the pandaboard. Anyway, that's what I
> tried.  I'm connected to the panadboard via serial port and the U-Boot works and the uImage seems to be found, but I don't get a login console on the serial port:
>
> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
> Texas Instruments OMAP4430 ES2.1
> OMAP SD/MMC: 0
> reading u-boot.img
> reading u-boot.img
>
>
> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>
> CPU  : OMAP4430 ES2.1
> Board: OMAP4 Panda
> I2C:   ready
> DRAM:  1 GiB
> MMC:   OMAP SD/MMC: 0
> Using default environment
>
> In:    serial
> Out:   serial
> Err:   serial
> Hit any key to stop autoboot:  0
> reading boot.scr
>
> ** Unable to read "boot.scr" from mmc 0:1 **
> reading uImage
>
> 4176404 bytes read
> Booting from mmc0 ...
> ## Booting kernel from Legacy Image at 82000000 ...
>     Image Name:   Linux-3.1.0
>     Image Type:   ARM Linux Kernel Image (uncompressed)
>     Data Size:    4176340 Bytes = 4 MiB
>     Load Address: 80008000
>     Entry Point:  80008000
>     Verifying Checksum ... OK
>     Loading Kernel Image ... OK
> OK
>
> Starting kernel ...
>
> Uncompressing Linux... done, booting the kernel.

Start with the obvious - check the bootparams in U-Boot.  Break into
the boot process and run the 'printenv' command.  What's the value of
the "console" variable?

n.b. I've not tried this exact setup on the PandaBoard.  I may have time
later today to do so.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-30 19:11                     ` Gary Thomas
@ 2012-07-31 11:25                       ` Gary Thomas
  2012-07-31 11:47                         ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-31 11:25 UTC (permalink / raw)
  To: yocto

On 2012-07-30 13:11, Gary Thomas wrote:
> On 2012-07-30 12:49, Jim Abernathy wrote:
>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal for the machine "pandaboard". Besides the basics, I put in a license statement for cloud9 into local.conf.
>>>>>>>>>>>>
>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>
>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf
>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>
>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>
>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>>>>>    "
>>>>>>>>>>>>
>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR: ParseError at /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>
>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>> meta
>>>>>>>>>>>> meta-yocto        = "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>> meta-oe           = "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>> meta-ti           = "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>
>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>
>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll try the other suggestions and report back.
>>>>>>>>>
>>>>>>>>> What other problem do you have?  That BBMASK should keep bitbake from
>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>
>>>>>>>>> Note: I use these layers with Yocto all the time with that mask...
>>>>>>>>>
>>>>>>>>
>>>>>>>> When I just used the statement:
>>>>>>>>
>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>
>>>>>>>> I got the same error as my original post.
>>>>>>>
>>>>>>> The only way you could get that same error is if you already have a BBMASK
>>>>>>> statement somewhere and this one is being ignored because of the ?= assignment.
>>>>>>>
>>>>>> So I started with a clean build again. This time I only added the BBMASK statement you suggested.  I got the following error:
>>>>>>
>>>>>> ERROR: No recipes available for:
>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>
>>>>>> I'm guessing the BBMASK needs to call out meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>
>>>>> Or don't include those layers - meta-systemd isn't needed by your yocto build.
>>>>>
>>>> Thanks, that makes more sense now.  I removed the layer meta-systemd from bblayers.conf and used the
>>>>
>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>
>>>> statement in local.conf to solves the problem.
>>>>
>>>> What is really causing the problem?  Without it dependencies on meta-systemd are there, but the mask removes that??  Why can you remove a dependency?
>>>
>>> The dependency on systemd comes from this recipe: meta-ti/recipes-misc/payload/bonescript.bb
>>> The BBMASK is making bitbake ignore that recipe (you don't need it), hence no dependency.
>>>
>> I got core-image-minimal built without errors, Thanks, now I need to ask some questions about booting that image.  I'm assuming that I can follow the instructions on pandaboard.org
>> for creating the SD card format and just copy the deploy/image/ u-boot, MLO, uImage, and rootfs to the right places and boot the sdcard in the pandaboard. Anyway, that's what I
>> tried.  I'm connected to the panadboard via serial port and the U-Boot works and the uImage seems to be found, but I don't get a login console on the serial port:
>>
>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>> Texas Instruments OMAP4430 ES2.1
>> OMAP SD/MMC: 0
>> reading u-boot.img
>> reading u-boot.img
>>
>>
>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>
>> CPU  : OMAP4430 ES2.1
>> Board: OMAP4 Panda
>> I2C:   ready
>> DRAM:  1 GiB
>> MMC:   OMAP SD/MMC: 0
>> Using default environment
>>
>> In:    serial
>> Out:   serial
>> Err:   serial
>> Hit any key to stop autoboot:  0
>> reading boot.scr
>>
>> ** Unable to read "boot.scr" from mmc 0:1 **
>> reading uImage
>>
>> 4176404 bytes read
>> Booting from mmc0 ...
>> ## Booting kernel from Legacy Image at 82000000 ...
>>     Image Name:   Linux-3.1.0
>>     Image Type:   ARM Linux Kernel Image (uncompressed)
>>     Data Size:    4176340 Bytes = 4 MiB
>>     Load Address: 80008000
>>     Entry Point:  80008000
>>     Verifying Checksum ... OK
>>     Loading Kernel Image ... OK
>> OK
>>
>> Starting kernel ...
>>
>> Uncompressing Linux... done, booting the kernel.
>
> Start with the obvious - check the bootparams in U-Boot.  Break into
> the boot process and run the 'printenv' command.  What's the value of
> the "console" variable?
>
> n.b. I've not tried this exact setup on the PandaBoard.  I may have time
> later today to do so.
>

I've just verified that this does fail when using yocto:master  I'm pretty
sure that the problem is related to the use of GCC 4.7.1 - I've had similar
problems with ARM kernels & GCC 4.7.1 in the past.

I did build yocto:denzil for the PandaBoard and it comes up and mostly works.
I've not done extensive checking on this image though.
-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-31 11:25                       ` Gary Thomas
@ 2012-07-31 11:47                         ` Jim Abernathy
  2012-07-31 11:49                           ` Martin Jansa
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-31 11:47 UTC (permalink / raw)
  To: yocto

On 07/31/2012 07:25 AM, Gary Thomas wrote:
> On 2012-07-30 13:11, Gary Thomas wrote:
>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal 
>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I put in 
>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>
>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>
>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time 
>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>
>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>
>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>    /home/jim/poky/meta \
>>>>>>>>>>>>>    /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>    /home/jim/meta-ti \
>>>>>>>>>>>>>    "
>>>>>>>>>>>>>
>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>
>>>>>>>>>>>>> ERROR: ParseError at 
>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: 
>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>
>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>> meta
>>>>>>>>>>>>> meta-yocto        = 
>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>> meta-oe           = 
>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>> meta-ti           = 
>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>
>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>
>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>
>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll 
>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>
>>>>>>>>>> What other problem do you have?  That BBMASK should keep 
>>>>>>>>>> bitbake from
>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>
>>>>>>>>>> Note: I use these layers with Yocto all the time with that 
>>>>>>>>>> mask...
>>>>>>>>>>
>>>>>>>>>
>>>>>>>>> When I just used the statement:
>>>>>>>>>
>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>
>>>>>>>>> I got the same error as my original post.
>>>>>>>>
>>>>>>>> The only way you could get that same error is if you already 
>>>>>>>> have a BBMASK
>>>>>>>> statement somewhere and this one is being ignored because of 
>>>>>>>> the ?= assignment.
>>>>>>>>
>>>>>>> So I started with a clean build again. This time I only added 
>>>>>>> the BBMASK statement you suggested.  I got the following error:
>>>>>>>
>>>>>>> ERROR: No recipes available for:
>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
>>>>>>>
>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
>>>>>>>
>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>
>>>>>>> I'm guessing the BBMASK needs to call out 
>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>
>>>>>> Or don't include those layers - meta-systemd isn't needed by your 
>>>>>> yocto build.
>>>>>>
>>>>> Thanks, that makes more sense now.  I removed the layer 
>>>>> meta-systemd from bblayers.conf and used the
>>>>>
>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>
>>>>> statement in local.conf to solves the problem.
>>>>>
>>>>> What is really causing the problem?  Without it dependencies on 
>>>>> meta-systemd are there, but the mask removes that??  Why can you 
>>>>> remove a dependency?
>>>>
>>>> The dependency on systemd comes from this recipe: 
>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>> The BBMASK is making bitbake ignore that recipe (you don't need 
>>>> it), hence no dependency.
>>>>
>>> I got core-image-minimal built without errors, Thanks, now I need to 
>>> ask some questions about booting that image.  I'm assuming that I 
>>> can follow the instructions on pandaboard.org
>>> for creating the SD card format and just copy the deploy/image/ 
>>> u-boot, MLO, uImage, and rootfs to the right places and boot the 
>>> sdcard in the pandaboard. Anyway, that's what I
>>> tried.  I'm connected to the panadboard via serial port and the 
>>> U-Boot works and the uImage seems to be found, but I don't get a 
>>> login console on the serial port:
>>>
>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>> Texas Instruments OMAP4430 ES2.1
>>> OMAP SD/MMC: 0
>>> reading u-boot.img
>>> reading u-boot.img
>>>
>>>
>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>
>>> CPU  : OMAP4430 ES2.1
>>> Board: OMAP4 Panda
>>> I2C:   ready
>>> DRAM:  1 GiB
>>> MMC:   OMAP SD/MMC: 0
>>> Using default environment
>>>
>>> In:    serial
>>> Out:   serial
>>> Err:   serial
>>> Hit any key to stop autoboot:  0
>>> reading boot.scr
>>>
>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>> reading uImage
>>>
>>> 4176404 bytes read
>>> Booting from mmc0 ...
>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>     Image Name:   Linux-3.1.0
>>>     Image Type:   ARM Linux Kernel Image (uncompressed)
>>>     Data Size:    4176340 Bytes = 4 MiB
>>>     Load Address: 80008000
>>>     Entry Point:  80008000
>>>     Verifying Checksum ... OK
>>>     Loading Kernel Image ... OK
>>> OK
>>>
>>> Starting kernel ...
>>>
>>> Uncompressing Linux... done, booting the kernel.
>>
>> Start with the obvious - check the bootparams in U-Boot.  Break into
>> the boot process and run the 'printenv' command.  What's the value of
>> the "console" variable?
>>
>> n.b. I've not tried this exact setup on the PandaBoard.  I may have time
>> later today to do so.
>>
>
> I've just verified that this does fail when using yocto:master I'm pretty
> sure that the problem is related to the use of GCC 4.7.1 - I've had 
> similar
> problems with ARM kernels & GCC 4.7.1 in the past.
>
> I did build yocto:denzil for the PandaBoard and it comes up and mostly 
> works.
> I've not done extensive checking on this image though.
This problem that I have on denzil with pandaboard is I get the 
following error:

ERROR: ParseError at 
/home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: 
Could not inherit file classes/pythonnative.bbclass
ERROR: Command execution failed: Traceback (most recent call last):
   File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in 
runAsyncCommand
     self.cooker.updateCache()
   File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
     if not self.parser.parse_next():
   File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
     self.virtuals += len(result)
UnboundLocalError: local variable 'result' referenced before assignment

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

I already have a BBMASK statement in local.conf:

BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

I'm not sure how I add a second statement like:

BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"

Do I use += in both or what???

Jim A




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

* Re: build error pandaboard on master
  2012-07-31 11:47                         ` Jim Abernathy
@ 2012-07-31 11:49                           ` Martin Jansa
  2012-07-31 11:53                             ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Martin Jansa @ 2012-07-31 11:49 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

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

On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
> On 07/31/2012 07:25 AM, Gary Thomas wrote:
> > On 2012-07-30 13:11, Gary Thomas wrote:
> >> On 2012-07-30 12:49, Jim Abernathy wrote:
> >>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
> >>>> On 2012-07-30 11:09, Jim Abernathy wrote:
> >>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
> >>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
> >>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
> >>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
> >>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
> >>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
> >>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
> >>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
> >>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal 
> >>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I put in 
> >>>>>>>>>>>>> a license statement for cloud9 into local.conf.
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> My bblayer.conf is as follows:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time 
> >>>>>>>>>>>>> build/conf/bblayers.conf
> >>>>>>>>>>>>> # changes incompatibly
> >>>>>>>>>>>>> LCONF_VERSION = "5"
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> BBPATH = "${TOPDIR}"
> >>>>>>>>>>>>> BBFILES ?= ""
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> BBLAYERS ?= " \
> >>>>>>>>>>>>>    /home/jim/poky/meta \
> >>>>>>>>>>>>>    /home/jim/poky/meta-yocto \
> >>>>>>>>>>>>>    /home/jim/meta-openembedded/meta-oe \
> >>>>>>>>>>>>>    /home/jim/meta-ti \
> >>>>>>>>>>>>>    "
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> The error I'm getting is:
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> ERROR: ParseError at 
> >>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5: 
> >>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> Build Configuration:
> >>>>>>>>>>>>> BB_VERSION        = "1.15.3"
> >>>>>>>>>>>>> TARGET_ARCH       = "arm"
> >>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
> >>>>>>>>>>>>> MACHINE           = "pandaboard"
> >>>>>>>>>>>>> DISTRO            = "poky"
> >>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
> >>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
> >>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
> >>>>>>>>>>>>> meta
> >>>>>>>>>>>>> meta-yocto        = 
> >>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
> >>>>>>>>>>>>> meta-oe           = 
> >>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
> >>>>>>>>>>>>> meta-ti           = 
> >>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
> >>>>>>>>>>>>>
> >>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
> >>>>>>>>>>>>
> >>>>>>>>>>>> Try adding this in local.conf:
> >>>>>>>>>>>>   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
> >>>>>>>>>>>>
> >>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll 
> >>>>>>>>>>> try the other suggestions and report back.
> >>>>>>>>>>
> >>>>>>>>>> What other problem do you have?  That BBMASK should keep 
> >>>>>>>>>> bitbake from
> >>>>>>>>>> trying to parse the recipe mentioned above.
> >>>>>>>>>>
> >>>>>>>>>> Note: I use these layers with Yocto all the time with that 
> >>>>>>>>>> mask...
> >>>>>>>>>>
> >>>>>>>>>
> >>>>>>>>> When I just used the statement:
> >>>>>>>>>
> >>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
> >>>>>>>>>
> >>>>>>>>> I got the same error as my original post.
> >>>>>>>>
> >>>>>>>> The only way you could get that same error is if you already 
> >>>>>>>> have a BBMASK
> >>>>>>>> statement somewhere and this one is being ignored because of 
> >>>>>>>> the ?= assignment.
> >>>>>>>>
> >>>>>>> So I started with a clean build again. This time I only added 
> >>>>>>> the BBMASK statement you suggested.  I got the following error:
> >>>>>>>
> >>>>>>> ERROR: No recipes available for:
> >>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
> >>>>>>>
> >>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
> >>>>>>>
> >>>>>>> ERROR: Command execution failed: Exited with 1
> >>>>>>>
> >>>>>>> I'm guessing the BBMASK needs to call out 
> >>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
> >>>>>>
> >>>>>> Or don't include those layers - meta-systemd isn't needed by your 
> >>>>>> yocto build.
> >>>>>>
> >>>>> Thanks, that makes more sense now.  I removed the layer 
> >>>>> meta-systemd from bblayers.conf and used the
> >>>>>
> >>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
> >>>>>
> >>>>> statement in local.conf to solves the problem.
> >>>>>
> >>>>> What is really causing the problem?  Without it dependencies on 
> >>>>> meta-systemd are there, but the mask removes that??  Why can you 
> >>>>> remove a dependency?
> >>>>
> >>>> The dependency on systemd comes from this recipe: 
> >>>> meta-ti/recipes-misc/payload/bonescript.bb
> >>>> The BBMASK is making bitbake ignore that recipe (you don't need 
> >>>> it), hence no dependency.
> >>>>
> >>> I got core-image-minimal built without errors, Thanks, now I need to 
> >>> ask some questions about booting that image.  I'm assuming that I 
> >>> can follow the instructions on pandaboard.org
> >>> for creating the SD card format and just copy the deploy/image/ 
> >>> u-boot, MLO, uImage, and rootfs to the right places and boot the 
> >>> sdcard in the pandaboard. Anyway, that's what I
> >>> tried.  I'm connected to the panadboard via serial port and the 
> >>> U-Boot works and the uImage seems to be found, but I don't get a 
> >>> login console on the serial port:
> >>>
> >>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
> >>> Texas Instruments OMAP4430 ES2.1
> >>> OMAP SD/MMC: 0
> >>> reading u-boot.img
> >>> reading u-boot.img
> >>>
> >>>
> >>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
> >>>
> >>> CPU  : OMAP4430 ES2.1
> >>> Board: OMAP4 Panda
> >>> I2C:   ready
> >>> DRAM:  1 GiB
> >>> MMC:   OMAP SD/MMC: 0
> >>> Using default environment
> >>>
> >>> In:    serial
> >>> Out:   serial
> >>> Err:   serial
> >>> Hit any key to stop autoboot:  0
> >>> reading boot.scr
> >>>
> >>> ** Unable to read "boot.scr" from mmc 0:1 **
> >>> reading uImage
> >>>
> >>> 4176404 bytes read
> >>> Booting from mmc0 ...
> >>> ## Booting kernel from Legacy Image at 82000000 ...
> >>>     Image Name:   Linux-3.1.0
> >>>     Image Type:   ARM Linux Kernel Image (uncompressed)
> >>>     Data Size:    4176340 Bytes = 4 MiB
> >>>     Load Address: 80008000
> >>>     Entry Point:  80008000
> >>>     Verifying Checksum ... OK
> >>>     Loading Kernel Image ... OK
> >>> OK
> >>>
> >>> Starting kernel ...
> >>>
> >>> Uncompressing Linux... done, booting the kernel.
> >>
> >> Start with the obvious - check the bootparams in U-Boot.  Break into
> >> the boot process and run the 'printenv' command.  What's the value of
> >> the "console" variable?
> >>
> >> n.b. I've not tried this exact setup on the PandaBoard.  I may have time
> >> later today to do so.
> >>
> >
> > I've just verified that this does fail when using yocto:master I'm pretty
> > sure that the problem is related to the use of GCC 4.7.1 - I've had 
> > similar
> > problems with ARM kernels & GCC 4.7.1 in the past.
> >
> > I did build yocto:denzil for the PandaBoard and it comes up and mostly 
> > works.
> > I've not done extensive checking on this image though.
> This problem that I have on denzil with pandaboard is I get the 
> following error:
> 
> ERROR: ParseError at 
> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: 
> Could not inherit file classes/pythonnative.bbclass
> ERROR: Command execution failed: Traceback (most recent call last):
>    File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in 
> runAsyncCommand
>      self.cooker.updateCache()
>    File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
>      if not self.parser.parse_next():
>    File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
>      self.virtuals += len(result)
> UnboundLocalError: local variable 'result' referenced before assignment
> 
> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
> 
> I already have a BBMASK statement in local.conf:
> 
> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
> 
> I'm not sure how I add a second statement like:
> 
> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
> 
> Do I use += in both or what???

use meta-oe denzil branch if you have oe-core denzil branch

Cheers,
-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]

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

* Re: build error pandaboard on master
  2012-07-31 11:49                           ` Martin Jansa
@ 2012-07-31 11:53                             ` Gary Thomas
  2012-07-31 12:00                               ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-31 11:53 UTC (permalink / raw)
  To: yocto

On 2012-07-31 05:49, Martin Jansa wrote:
> On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
>> On 07/31/2012 07:25 AM, Gary Thomas wrote:
>>> On 2012-07-30 13:11, Gary Thomas wrote:
>>>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal
>>>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I put in
>>>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time
>>>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>>>     /home/jim/poky/meta \
>>>>>>>>>>>>>>>     /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>>>     /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>>>     /home/jim/meta-ti \
>>>>>>>>>>>>>>>     "
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ERROR: ParseError at
>>>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5:
>>>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>>>> meta
>>>>>>>>>>>>>>> meta-yocto        =
>>>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>>>> meta-oe           =
>>>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>>>    BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>
>>>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll
>>>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>>>
>>>>>>>>>>>> What other problem do you have?  That BBMASK should keep
>>>>>>>>>>>> bitbake from
>>>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>>>
>>>>>>>>>>>> Note: I use these layers with Yocto all the time with that
>>>>>>>>>>>> mask...
>>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> When I just used the statement:
>>>>>>>>>>>
>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>
>>>>>>>>>>> I got the same error as my original post.
>>>>>>>>>>
>>>>>>>>>> The only way you could get that same error is if you already
>>>>>>>>>> have a BBMASK
>>>>>>>>>> statement somewhere and this one is being ignored because of
>>>>>>>>>> the ?= assignment.
>>>>>>>>>>
>>>>>>>>> So I started with a clean build again. This time I only added
>>>>>>>>> the BBMASK statement you suggested.  I got the following error:
>>>>>>>>>
>>>>>>>>> ERROR: No recipes available for:
>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>>>>>>>>
>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>>>>>>>>
>>>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>>>
>>>>>>>>> I'm guessing the BBMASK needs to call out
>>>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>>>
>>>>>>>> Or don't include those layers - meta-systemd isn't needed by your
>>>>>>>> yocto build.
>>>>>>>>
>>>>>>> Thanks, that makes more sense now.  I removed the layer
>>>>>>> meta-systemd from bblayers.conf and used the
>>>>>>>
>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>
>>>>>>> statement in local.conf to solves the problem.
>>>>>>>
>>>>>>> What is really causing the problem?  Without it dependencies on
>>>>>>> meta-systemd are there, but the mask removes that??  Why can you
>>>>>>> remove a dependency?
>>>>>>
>>>>>> The dependency on systemd comes from this recipe:
>>>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>>>> The BBMASK is making bitbake ignore that recipe (you don't need
>>>>>> it), hence no dependency.
>>>>>>
>>>>> I got core-image-minimal built without errors, Thanks, now I need to
>>>>> ask some questions about booting that image.  I'm assuming that I
>>>>> can follow the instructions on pandaboard.org
>>>>> for creating the SD card format and just copy the deploy/image/
>>>>> u-boot, MLO, uImage, and rootfs to the right places and boot the
>>>>> sdcard in the pandaboard. Anyway, that's what I
>>>>> tried.  I'm connected to the panadboard via serial port and the
>>>>> U-Boot works and the uImage seems to be found, but I don't get a
>>>>> login console on the serial port:
>>>>>
>>>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>> Texas Instruments OMAP4430 ES2.1
>>>>> OMAP SD/MMC: 0
>>>>> reading u-boot.img
>>>>> reading u-boot.img
>>>>>
>>>>>
>>>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>
>>>>> CPU  : OMAP4430 ES2.1
>>>>> Board: OMAP4 Panda
>>>>> I2C:   ready
>>>>> DRAM:  1 GiB
>>>>> MMC:   OMAP SD/MMC: 0
>>>>> Using default environment
>>>>>
>>>>> In:    serial
>>>>> Out:   serial
>>>>> Err:   serial
>>>>> Hit any key to stop autoboot:  0
>>>>> reading boot.scr
>>>>>
>>>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>>>> reading uImage
>>>>>
>>>>> 4176404 bytes read
>>>>> Booting from mmc0 ...
>>>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>>>      Image Name:   Linux-3.1.0
>>>>>      Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>>      Data Size:    4176340 Bytes = 4 MiB
>>>>>      Load Address: 80008000
>>>>>      Entry Point:  80008000
>>>>>      Verifying Checksum ... OK
>>>>>      Loading Kernel Image ... OK
>>>>> OK
>>>>>
>>>>> Starting kernel ...
>>>>>
>>>>> Uncompressing Linux... done, booting the kernel.
>>>>
>>>> Start with the obvious - check the bootparams in U-Boot.  Break into
>>>> the boot process and run the 'printenv' command.  What's the value of
>>>> the "console" variable?
>>>>
>>>> n.b. I've not tried this exact setup on the PandaBoard.  I may have time
>>>> later today to do so.
>>>>
>>>
>>> I've just verified that this does fail when using yocto:master I'm pretty
>>> sure that the problem is related to the use of GCC 4.7.1 - I've had
>>> similar
>>> problems with ARM kernels & GCC 4.7.1 in the past.
>>>
>>> I did build yocto:denzil for the PandaBoard and it comes up and mostly
>>> works.
>>> I've not done extensive checking on this image though.
>> This problem that I have on denzil with pandaboard is I get the
>> following error:
>>
>> ERROR: ParseError at
>> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28:
>> Could not inherit file classes/pythonnative.bbclass
>> ERROR: Command execution failed: Traceback (most recent call last):
>>     File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in
>> runAsyncCommand
>>       self.cooker.updateCache()
>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
>>       if not self.parser.parse_next():
>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
>>       self.virtuals += len(result)
>> UnboundLocalError: local variable 'result' referenced before assignment
>>
>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>>
>> I already have a BBMASK statement in local.conf:
>>
>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>
>> I'm not sure how I add a second statement like:
>>
>> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
>>
>> Do I use += in both or what???
>
> use meta-oe denzil branch if you have oe-core denzil branch

Or leave out the meta-oe layer since it's not needed for yocto core images.
I did not have that layer in any of my builds.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-31 11:53                             ` Gary Thomas
@ 2012-07-31 12:00                               ` Jim Abernathy
  2012-07-31 12:14                                 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-31 12:00 UTC (permalink / raw)
  To: yocto

On 07/31/2012 07:53 AM, Gary Thomas wrote:
> On 2012-07-31 05:49, Martin Jansa wrote:
>> On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
>>> On 07/31/2012 07:25 AM, Gary Thomas wrote:
>>>> On 2012-07-30 13:11, Gary Thomas wrote:
>>>>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>>>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal
>>>>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I put in
>>>>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time
>>>>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>>>>     /home/jim/poky/meta \
>>>>>>>>>>>>>>>>     /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>>>>     /home/jim/meta-ti \
>>>>>>>>>>>>>>>>     "
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ERROR: ParseError at
>>>>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5:
>>>>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>>>>> meta
>>>>>>>>>>>>>>>> meta-yocto        =
>>>>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>>>>> meta-oe           =
>>>>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>>>>    BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll
>>>>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>>>>
>>>>>>>>>>>>> What other problem do you have?  That BBMASK should keep
>>>>>>>>>>>>> bitbake from
>>>>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>>>>
>>>>>>>>>>>>> Note: I use these layers with Yocto all the time with that
>>>>>>>>>>>>> mask...
>>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> When I just used the statement:
>>>>>>>>>>>>
>>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>
>>>>>>>>>>>> I got the same error as my original post.
>>>>>>>>>>>
>>>>>>>>>>> The only way you could get that same error is if you already
>>>>>>>>>>> have a BBMASK
>>>>>>>>>>> statement somewhere and this one is being ignored because of
>>>>>>>>>>> the ?= assignment.
>>>>>>>>>>>
>>>>>>>>>> So I started with a clean build again. This time I only added
>>>>>>>>>> the BBMASK statement you suggested.  I got the following error:
>>>>>>>>>>
>>>>>>>>>> ERROR: No recipes available for:
>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>>>>
>>>>>>>>>> I'm guessing the BBMASK needs to call out
>>>>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>>>>
>>>>>>>>> Or don't include those layers - meta-systemd isn't needed by your
>>>>>>>>> yocto build.
>>>>>>>>>
>>>>>>>> Thanks, that makes more sense now.  I removed the layer
>>>>>>>> meta-systemd from bblayers.conf and used the
>>>>>>>>
>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>
>>>>>>>> statement in local.conf to solves the problem.
>>>>>>>>
>>>>>>>> What is really causing the problem?  Without it dependencies on
>>>>>>>> meta-systemd are there, but the mask removes that?? Why can you
>>>>>>>> remove a dependency?
>>>>>>>
>>>>>>> The dependency on systemd comes from this recipe:
>>>>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>>>>> The BBMASK is making bitbake ignore that recipe (you don't need
>>>>>>> it), hence no dependency.
>>>>>>>
>>>>>> I got core-image-minimal built without errors, Thanks, now I need to
>>>>>> ask some questions about booting that image.  I'm assuming that I
>>>>>> can follow the instructions on pandaboard.org
>>>>>> for creating the SD card format and just copy the deploy/image/
>>>>>> u-boot, MLO, uImage, and rootfs to the right places and boot the
>>>>>> sdcard in the pandaboard. Anyway, that's what I
>>>>>> tried.  I'm connected to the panadboard via serial port and the
>>>>>> U-Boot works and the uImage seems to be found, but I don't get a
>>>>>> login console on the serial port:
>>>>>>
>>>>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>> Texas Instruments OMAP4430 ES2.1
>>>>>> OMAP SD/MMC: 0
>>>>>> reading u-boot.img
>>>>>> reading u-boot.img
>>>>>>
>>>>>>
>>>>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>
>>>>>> CPU  : OMAP4430 ES2.1
>>>>>> Board: OMAP4 Panda
>>>>>> I2C:   ready
>>>>>> DRAM:  1 GiB
>>>>>> MMC:   OMAP SD/MMC: 0
>>>>>> Using default environment
>>>>>>
>>>>>> In:    serial
>>>>>> Out:   serial
>>>>>> Err:   serial
>>>>>> Hit any key to stop autoboot:  0
>>>>>> reading boot.scr
>>>>>>
>>>>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>>>>> reading uImage
>>>>>>
>>>>>> 4176404 bytes read
>>>>>> Booting from mmc0 ...
>>>>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>>>>      Image Name:   Linux-3.1.0
>>>>>>      Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>>>      Data Size:    4176340 Bytes = 4 MiB
>>>>>>      Load Address: 80008000
>>>>>>      Entry Point:  80008000
>>>>>>      Verifying Checksum ... OK
>>>>>>      Loading Kernel Image ... OK
>>>>>> OK
>>>>>>
>>>>>> Starting kernel ...
>>>>>>
>>>>>> Uncompressing Linux... done, booting the kernel.
>>>>>
>>>>> Start with the obvious - check the bootparams in U-Boot. Break into
>>>>> the boot process and run the 'printenv' command.  What's the value of
>>>>> the "console" variable?
>>>>>
>>>>> n.b. I've not tried this exact setup on the PandaBoard.  I may 
>>>>> have time
>>>>> later today to do so.
>>>>>
>>>>
>>>> I've just verified that this does fail when using yocto:master I'm 
>>>> pretty
>>>> sure that the problem is related to the use of GCC 4.7.1 - I've had
>>>> similar
>>>> problems with ARM kernels & GCC 4.7.1 in the past.
>>>>
>>>> I did build yocto:denzil for the PandaBoard and it comes up and mostly
>>>> works.
>>>> I've not done extensive checking on this image though.
>>> This problem that I have on denzil with pandaboard is I get the
>>> following error:
>>>
>>> ERROR: ParseError at
>>> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: 
>>>
>>> Could not inherit file classes/pythonnative.bbclass
>>> ERROR: Command execution failed: Traceback (most recent call last):
>>>     File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in
>>> runAsyncCommand
>>>       self.cooker.updateCache()
>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in 
>>> updateCache
>>>       if not self.parser.parse_next():
>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in 
>>> parse_next
>>>       self.virtuals += len(result)
>>> UnboundLocalError: local variable 'result' referenced before assignment
>>>
>>> Summary: There were 2 ERROR messages shown, returning a non-zero 
>>> exit code.
>>>
>>> I already have a BBMASK statement in local.conf:
>>>
>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>
>>> I'm not sure how I add a second statement like:
>>>
>>> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
>>>
>>> Do I use += in both or what???
>>
>> use meta-oe denzil branch if you have oe-core denzil branch
>
> Or leave out the meta-oe layer since it's not needed for yocto core 
> images.
> I did not have that layer in any of my builds.
>
So I switched my meta-openembedded to denzil and that got by the 
meta-openembedded errors but then produced and error out of meta-ti.  I 
also tried removing the meta-openembedded/meta-oe layer and got the same 
error:

ERROR: No recipes available for:
   /home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend

This is like one of those puzzles that if you pull the wrong piece it 
all falls apart :-)

Jim A



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

* Re: build error pandaboard on master
  2012-07-31 12:00                               ` Jim Abernathy
@ 2012-07-31 12:14                                 ` Gary Thomas
  2012-07-31 13:33                                   ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Gary Thomas @ 2012-07-31 12:14 UTC (permalink / raw)
  To: yocto

On 2012-07-31 06:00, Jim Abernathy wrote:
> On 07/31/2012 07:53 AM, Gary Thomas wrote:
>> On 2012-07-31 05:49, Martin Jansa wrote:
>>> On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
>>>> On 07/31/2012 07:25 AM, Gary Thomas wrote:
>>>>> On 2012-07-30 13:11, Gary Thomas wrote:
>>>>>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>>>>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal
>>>>>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I put in
>>>>>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time
>>>>>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>>>>>     /home/jim/poky/meta \
>>>>>>>>>>>>>>>>>     /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>>>>>     /home/jim/meta-ti \
>>>>>>>>>>>>>>>>>     "
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ERROR: ParseError at
>>>>>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5:
>>>>>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>>>>>> meta
>>>>>>>>>>>>>>>>> meta-yocto        =
>>>>>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>>>>>> meta-oe           =
>>>>>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>>>>>    BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll
>>>>>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> What other problem do you have?  That BBMASK should keep
>>>>>>>>>>>>>> bitbake from
>>>>>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> Note: I use these layers with Yocto all the time with that
>>>>>>>>>>>>>> mask...
>>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> When I just used the statement:
>>>>>>>>>>>>>
>>>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>
>>>>>>>>>>>>> I got the same error as my original post.
>>>>>>>>>>>>
>>>>>>>>>>>> The only way you could get that same error is if you already
>>>>>>>>>>>> have a BBMASK
>>>>>>>>>>>> statement somewhere and this one is being ignored because of
>>>>>>>>>>>> the ?= assignment.
>>>>>>>>>>>>
>>>>>>>>>>> So I started with a clean build again. This time I only added
>>>>>>>>>>> the BBMASK statement you suggested.  I got the following error:
>>>>>>>>>>>
>>>>>>>>>>> ERROR: No recipes available for:
>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>>>>>>>>>>
>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>>>>>>>>>>
>>>>>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>>>>>
>>>>>>>>>>> I'm guessing the BBMASK needs to call out
>>>>>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>>>>>
>>>>>>>>>> Or don't include those layers - meta-systemd isn't needed by your
>>>>>>>>>> yocto build.
>>>>>>>>>>
>>>>>>>>> Thanks, that makes more sense now.  I removed the layer
>>>>>>>>> meta-systemd from bblayers.conf and used the
>>>>>>>>>
>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>
>>>>>>>>> statement in local.conf to solves the problem.
>>>>>>>>>
>>>>>>>>> What is really causing the problem?  Without it dependencies on
>>>>>>>>> meta-systemd are there, but the mask removes that?? Why can you
>>>>>>>>> remove a dependency?
>>>>>>>>
>>>>>>>> The dependency on systemd comes from this recipe:
>>>>>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>>>>>> The BBMASK is making bitbake ignore that recipe (you don't need
>>>>>>>> it), hence no dependency.
>>>>>>>>
>>>>>>> I got core-image-minimal built without errors, Thanks, now I need to
>>>>>>> ask some questions about booting that image.  I'm assuming that I
>>>>>>> can follow the instructions on pandaboard.org
>>>>>>> for creating the SD card format and just copy the deploy/image/
>>>>>>> u-boot, MLO, uImage, and rootfs to the right places and boot the
>>>>>>> sdcard in the pandaboard. Anyway, that's what I
>>>>>>> tried.  I'm connected to the panadboard via serial port and the
>>>>>>> U-Boot works and the uImage seems to be found, but I don't get a
>>>>>>> login console on the serial port:
>>>>>>>
>>>>>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>> Texas Instruments OMAP4430 ES2.1
>>>>>>> OMAP SD/MMC: 0
>>>>>>> reading u-boot.img
>>>>>>> reading u-boot.img
>>>>>>>
>>>>>>>
>>>>>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>>
>>>>>>> CPU  : OMAP4430 ES2.1
>>>>>>> Board: OMAP4 Panda
>>>>>>> I2C:   ready
>>>>>>> DRAM:  1 GiB
>>>>>>> MMC:   OMAP SD/MMC: 0
>>>>>>> Using default environment
>>>>>>>
>>>>>>> In:    serial
>>>>>>> Out:   serial
>>>>>>> Err:   serial
>>>>>>> Hit any key to stop autoboot:  0
>>>>>>> reading boot.scr
>>>>>>>
>>>>>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>>>>>> reading uImage
>>>>>>>
>>>>>>> 4176404 bytes read
>>>>>>> Booting from mmc0 ...
>>>>>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>>>>>      Image Name:   Linux-3.1.0
>>>>>>>      Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>>>>      Data Size:    4176340 Bytes = 4 MiB
>>>>>>>      Load Address: 80008000
>>>>>>>      Entry Point:  80008000
>>>>>>>      Verifying Checksum ... OK
>>>>>>>      Loading Kernel Image ... OK
>>>>>>> OK
>>>>>>>
>>>>>>> Starting kernel ...
>>>>>>>
>>>>>>> Uncompressing Linux... done, booting the kernel.
>>>>>>
>>>>>> Start with the obvious - check the bootparams in U-Boot. Break into
>>>>>> the boot process and run the 'printenv' command.  What's the value of
>>>>>> the "console" variable?
>>>>>>
>>>>>> n.b. I've not tried this exact setup on the PandaBoard.  I may have time
>>>>>> later today to do so.
>>>>>>
>>>>>
>>>>> I've just verified that this does fail when using yocto:master I'm pretty
>>>>> sure that the problem is related to the use of GCC 4.7.1 - I've had
>>>>> similar
>>>>> problems with ARM kernels & GCC 4.7.1 in the past.
>>>>>
>>>>> I did build yocto:denzil for the PandaBoard and it comes up and mostly
>>>>> works.
>>>>> I've not done extensive checking on this image though.
>>>> This problem that I have on denzil with pandaboard is I get the
>>>> following error:
>>>>
>>>> ERROR: ParseError at
>>>> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28:
>>>> Could not inherit file classes/pythonnative.bbclass
>>>> ERROR: Command execution failed: Traceback (most recent call last):
>>>>     File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in
>>>> runAsyncCommand
>>>>       self.cooker.updateCache()
>>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
>>>>       if not self.parser.parse_next():
>>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
>>>>       self.virtuals += len(result)
>>>> UnboundLocalError: local variable 'result' referenced before assignment
>>>>
>>>> Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
>>>>
>>>> I already have a BBMASK statement in local.conf:
>>>>
>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>
>>>> I'm not sure how I add a second statement like:
>>>>
>>>> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
>>>>
>>>> Do I use += in both or what???
>>>
>>> use meta-oe denzil branch if you have oe-core denzil branch
>>
>> Or leave out the meta-oe layer since it's not needed for yocto core images.
>> I did not have that layer in any of my builds.
>>
> So I switched my meta-openembedded to denzil and that got by the meta-openembedded errors but then produced and error out of meta-ti.  I also tried removing the
> meta-openembedded/meta-oe layer and got the same error:
>
> ERROR: No recipes available for:
>    /home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
>
> This is like one of those puzzles that if you pull the wrong piece it all falls apart :-)

Yes, this is a rather touch ball of twine with all these layers - they have to
be properly aligned to get something that builds.

Work arounds:
   * You could checkout meta-ti to something that matches denzil
     Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.
   * Rename home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend to be
     home/jim/meta-ti/recipes-core/netbase/netbase_4.47.bbappend
   * Add BB_DANGLINGAPPENDS_WARNONLY to your local.conf

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* Re: build error pandaboard on master
  2012-07-31 12:14                                 ` Gary Thomas
@ 2012-07-31 13:33                                   ` Jim Abernathy
  2012-07-31 17:12                                     ` William Mills
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-07-31 13:33 UTC (permalink / raw)
  To: yocto

On 07/31/2012 08:14 AM, Gary Thomas wrote:
> On 2012-07-31 06:00, Jim Abernathy wrote:
>> On 07/31/2012 07:53 AM, Gary Thomas wrote:
>>> On 2012-07-31 05:49, Martin Jansa wrote:
>>>> On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
>>>>> On 07/31/2012 07:25 AM, Gary Thomas wrote:
>>>>>> On 2012-07-30 13:11, Gary Thomas wrote:
>>>>>>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>>>>>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>>>>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>>>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal
>>>>>>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I 
>>>>>>>>>>>>>>>>>> put in
>>>>>>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time
>>>>>>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>>>>>>     /home/jim/poky/meta \
>>>>>>>>>>>>>>>>>>     /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>>>>>>     /home/jim/meta-ti \
>>>>>>>>>>>>>>>>>>     "
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ERROR: ParseError at
>>>>>>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5:
>>>>>>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>>>>>>> BB_VERSION        = "1.15.3"
>>>>>>>>>>>>>>>>>> TARGET_ARCH       = "arm"
>>>>>>>>>>>>>>>>>> TARGET_OS         = "linux-gnueabi"
>>>>>>>>>>>>>>>>>> MACHINE           = "pandaboard"
>>>>>>>>>>>>>>>>>> DISTRO            = "poky"
>>>>>>>>>>>>>>>>>> DISTRO_VERSION    = "1.2+snapshot-20120730"
>>>>>>>>>>>>>>>>>> TUNE_FEATURES     = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>>>>>>> TARGET_FPU        = "vfp-neon"
>>>>>>>>>>>>>>>>>> meta
>>>>>>>>>>>>>>>>>> meta-yocto        =
>>>>>>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>>>>>>> meta-oe           =
>>>>>>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>>>>>>> meta-ti           =
>>>>>>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>>>>>>    BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll
>>>>>>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> What other problem do you have?  That BBMASK should keep
>>>>>>>>>>>>>>> bitbake from
>>>>>>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> Note: I use these layers with Yocto all the time with that
>>>>>>>>>>>>>>> mask...
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> When I just used the statement:
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> I got the same error as my original post.
>>>>>>>>>>>>>
>>>>>>>>>>>>> The only way you could get that same error is if you already
>>>>>>>>>>>>> have a BBMASK
>>>>>>>>>>>>> statement somewhere and this one is being ignored because of
>>>>>>>>>>>>> the ?= assignment.
>>>>>>>>>>>>>
>>>>>>>>>>>> So I started with a clean build again. This time I only added
>>>>>>>>>>>> the BBMASK statement you suggested.  I got the following 
>>>>>>>>>>>> error:
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR: No recipes available for:
>>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend 
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend 
>>>>>>>>>>>>
>>>>>>>>>>>>
>>>>>>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>>>>>>
>>>>>>>>>>>> I'm guessing the BBMASK needs to call out
>>>>>>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>>>>>>
>>>>>>>>>>> Or don't include those layers - meta-systemd isn't needed by 
>>>>>>>>>>> your
>>>>>>>>>>> yocto build.
>>>>>>>>>>>
>>>>>>>>>> Thanks, that makes more sense now.  I removed the layer
>>>>>>>>>> meta-systemd from bblayers.conf and used the
>>>>>>>>>>
>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>
>>>>>>>>>> statement in local.conf to solves the problem.
>>>>>>>>>>
>>>>>>>>>> What is really causing the problem?  Without it dependencies on
>>>>>>>>>> meta-systemd are there, but the mask removes that?? Why can you
>>>>>>>>>> remove a dependency?
>>>>>>>>>
>>>>>>>>> The dependency on systemd comes from this recipe:
>>>>>>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>>>>>>> The BBMASK is making bitbake ignore that recipe (you don't need
>>>>>>>>> it), hence no dependency.
>>>>>>>>>
>>>>>>>> I got core-image-minimal built without errors, Thanks, now I 
>>>>>>>> need to
>>>>>>>> ask some questions about booting that image.  I'm assuming that I
>>>>>>>> can follow the instructions on pandaboard.org
>>>>>>>> for creating the SD card format and just copy the deploy/image/
>>>>>>>> u-boot, MLO, uImage, and rootfs to the right places and boot the
>>>>>>>> sdcard in the pandaboard. Anyway, that's what I
>>>>>>>> tried.  I'm connected to the panadboard via serial port and the
>>>>>>>> U-Boot works and the uImage seems to be found, but I don't get a
>>>>>>>> login console on the serial port:
>>>>>>>>
>>>>>>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>>> Texas Instruments OMAP4430 ES2.1
>>>>>>>> OMAP SD/MMC: 0
>>>>>>>> reading u-boot.img
>>>>>>>> reading u-boot.img
>>>>>>>>
>>>>>>>>
>>>>>>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>>>
>>>>>>>> CPU  : OMAP4430 ES2.1
>>>>>>>> Board: OMAP4 Panda
>>>>>>>> I2C:   ready
>>>>>>>> DRAM:  1 GiB
>>>>>>>> MMC:   OMAP SD/MMC: 0
>>>>>>>> Using default environment
>>>>>>>>
>>>>>>>> In:    serial
>>>>>>>> Out:   serial
>>>>>>>> Err:   serial
>>>>>>>> Hit any key to stop autoboot:  0
>>>>>>>> reading boot.scr
>>>>>>>>
>>>>>>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>>>>>>> reading uImage
>>>>>>>>
>>>>>>>> 4176404 bytes read
>>>>>>>> Booting from mmc0 ...
>>>>>>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>>>>>>      Image Name:   Linux-3.1.0
>>>>>>>>      Image Type:   ARM Linux Kernel Image (uncompressed)
>>>>>>>>      Data Size:    4176340 Bytes = 4 MiB
>>>>>>>>      Load Address: 80008000
>>>>>>>>      Entry Point:  80008000
>>>>>>>>      Verifying Checksum ... OK
>>>>>>>>      Loading Kernel Image ... OK
>>>>>>>> OK
>>>>>>>>
>>>>>>>> Starting kernel ...
>>>>>>>>
>>>>>>>> Uncompressing Linux... done, booting the kernel.
>>>>>>>
>>>>>>> Start with the obvious - check the bootparams in U-Boot. Break into
>>>>>>> the boot process and run the 'printenv' command. What's the 
>>>>>>> value of
>>>>>>> the "console" variable?
>>>>>>>
>>>>>>> n.b. I've not tried this exact setup on the PandaBoard.  I may 
>>>>>>> have time
>>>>>>> later today to do so.
>>>>>>>
>>>>>>
>>>>>> I've just verified that this does fail when using yocto:master 
>>>>>> I'm pretty
>>>>>> sure that the problem is related to the use of GCC 4.7.1 - I've had
>>>>>> similar
>>>>>> problems with ARM kernels & GCC 4.7.1 in the past.
>>>>>>
>>>>>> I did build yocto:denzil for the PandaBoard and it comes up and 
>>>>>> mostly
>>>>>> works.
>>>>>> I've not done extensive checking on this image though.
>>>>> This problem that I have on denzil with pandaboard is I get the
>>>>> following error:
>>>>>
>>>>> ERROR: ParseError at
>>>>> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28: 
>>>>>
>>>>> Could not inherit file classes/pythonnative.bbclass
>>>>> ERROR: Command execution failed: Traceback (most recent call last):
>>>>>     File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in
>>>>> runAsyncCommand
>>>>>       self.cooker.updateCache()
>>>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in 
>>>>> updateCache
>>>>>       if not self.parser.parse_next():
>>>>>     File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in 
>>>>> parse_next
>>>>>       self.virtuals += len(result)
>>>>> UnboundLocalError: local variable 'result' referenced before 
>>>>> assignment
>>>>>
>>>>> Summary: There were 2 ERROR messages shown, returning a non-zero 
>>>>> exit code.
>>>>>
>>>>> I already have a BBMASK statement in local.conf:
>>>>>
>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>
>>>>> I'm not sure how I add a second statement like:
>>>>>
>>>>> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
>>>>>
>>>>> Do I use += in both or what???
>>>>
>>>> use meta-oe denzil branch if you have oe-core denzil branch
>>>
>>> Or leave out the meta-oe layer since it's not needed for yocto core 
>>> images.
>>> I did not have that layer in any of my builds.
>>>
>> So I switched my meta-openembedded to denzil and that got by the 
>> meta-openembedded errors but then produced and error out of meta-ti.  
>> I also tried removing the
>> meta-openembedded/meta-oe layer and got the same error:
>>
>> ERROR: No recipes available for:
>>    /home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
>>
>> This is like one of those puzzles that if you pull the wrong piece it 
>> all falls apart :-)
>
> Yes, this is a rather touch ball of twine with all these layers - they 
> have to
> be properly aligned to get something that builds.
>
> Work arounds:
>   * You could checkout meta-ti to something that matches denzil
>     Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.
>   * Rename home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend 
> to be
>     home/jim/meta-ti/recipes-core/netbase/netbase_4.47.bbappend
>   * Add BB_DANGLINGAPPENDS_WARNONLY to your local.conf
>
Thanks, your 1st work around of checking out a meta-ti that matches 
denzil worked for core-image-minimal.  How in the world you knew how to 
find that commit number is the part that amazes me, but a lot of things 
amaze me. When I started programming we only has to worry about whether 
to use an 026 or 029 model IBM keypunch machine. :-)

Jim A



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

* Re: build error pandaboard on master
  2012-07-31 13:33                                   ` Jim Abernathy
@ 2012-07-31 17:12                                     ` William Mills
  0 siblings, 0 replies; 38+ messages in thread
From: William Mills @ 2012-07-31 17:12 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto



On 07/31/2012 09:33 AM, Jim Abernathy wrote:
> On 07/31/2012 08:14 AM, Gary Thomas wrote:
>> On 2012-07-31 06:00, Jim Abernathy wrote:
>>> On 07/31/2012 07:53 AM, Gary Thomas wrote:
>>>> On 2012-07-31 05:49, Martin Jansa wrote:
>>>>> On Tue, Jul 31, 2012 at 07:47:34AM -0400, Jim Abernathy wrote:
>>>>>> On 07/31/2012 07:25 AM, Gary Thomas wrote:
>>>>>>> On 2012-07-30 13:11, Gary Thomas wrote:
>>>>>>>> On 2012-07-30 12:49, Jim Abernathy wrote:
>>>>>>>>> On 07/30/2012 01:16 PM, Gary Thomas wrote:
>>>>>>>>>> On 2012-07-30 11:09, Jim Abernathy wrote:
>>>>>>>>>>> On 07/30/2012 12:57 PM, Gary Thomas wrote:
>>>>>>>>>>>> On 2012-07-30 10:50, Jim Abernathy wrote:
>>>>>>>>>>>>> On 07/30/2012 10:21 AM, Gary Thomas wrote:
>>>>>>>>>>>>>> On 2012-07-30 08:11, Jim Abernathy wrote:
>>>>>>>>>>>>>>> On 07/30/2012 09:56 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>>> On 2012-07-30 07:48, Jim Abernathy wrote:
>>>>>>>>>>>>>>>>> On 07/30/2012 09:15 AM, Gary Thomas wrote:
>>>>>>>>>>>>>>>>>> On 2012-07-30 06:53, Jim Abernathy wrote:
>>>>>>>>>>>>>>>>>>> I'm on master branch trying to build core-image-minimal
>>>>>>>>>>>>>>>>>>> for the machine "pandaboard". Besides the basics, I
>>>>>>>>>>>>>>>>>>> put in
>>>>>>>>>>>>>>>>>>> a license statement for cloud9 into local.conf.
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> My bblayer.conf is as follows:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> # LAYER_CONF_VERSION is increased each time
>>>>>>>>>>>>>>>>>>> build/conf/bblayers.conf
>>>>>>>>>>>>>>>>>>> # changes incompatibly
>>>>>>>>>>>>>>>>>>> LCONF_VERSION = "5"
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> BBPATH = "${TOPDIR}"
>>>>>>>>>>>>>>>>>>> BBFILES ?= ""
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> BBLAYERS ?= " \
>>>>>>>>>>>>>>>>>>> /home/jim/poky/meta \
>>>>>>>>>>>>>>>>>>> /home/jim/poky/meta-yocto \
>>>>>>>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-oe \
>>>>>>>>>>>>>>>>>>> /home/jim/meta-ti \
>>>>>>>>>>>>>>>>>>> "
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> The error I'm getting is:
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ERROR: ParseError at
>>>>>>>>>>>>>>>>>>> /home/jim/meta-ti/recipes-misc/payload/bonescript.bb:5:
>>>>>>>>>>>>>>>>>>> Could not inherit file classes/systemd.bbclass
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> Build Configuration:
>>>>>>>>>>>>>>>>>>> BB_VERSION = "1.15.3"
>>>>>>>>>>>>>>>>>>> TARGET_ARCH = "arm"
>>>>>>>>>>>>>>>>>>> TARGET_OS = "linux-gnueabi"
>>>>>>>>>>>>>>>>>>> MACHINE = "pandaboard"
>>>>>>>>>>>>>>>>>>> DISTRO = "poky"
>>>>>>>>>>>>>>>>>>> DISTRO_VERSION = "1.2+snapshot-20120730"
>>>>>>>>>>>>>>>>>>> TUNE_FEATURES = "armv7a vfp neon cortexa9"
>>>>>>>>>>>>>>>>>>> TARGET_FPU = "vfp-neon"
>>>>>>>>>>>>>>>>>>> meta
>>>>>>>>>>>>>>>>>>> meta-yocto =
>>>>>>>>>>>>>>>>>>> "master:7411158e1f980cd71c432026fa2f68ab80e3541e"
>>>>>>>>>>>>>>>>>>> meta-oe =
>>>>>>>>>>>>>>>>>>> "master:9afc488a1b97bfc5378f139ba04a7a5297b15fdb"
>>>>>>>>>>>>>>>>>>> meta-ti =
>>>>>>>>>>>>>>>>>>> "master:9bc77dff5f84578e259f8225bfa0656d94a2a60a"
>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>> ERROR: Nothing PROVIDES 'pseudo-native'
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>> Try adding this in local.conf:
>>>>>>>>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>> BBMASK by itself didn't solve my particular problem. I'll
>>>>>>>>>>>>>>>>> try the other suggestions and report back.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> What other problem do you have? That BBMASK should keep
>>>>>>>>>>>>>>>> bitbake from
>>>>>>>>>>>>>>>> trying to parse the recipe mentioned above.
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>> Note: I use these layers with Yocto all the time with that
>>>>>>>>>>>>>>>> mask...
>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> When I just used the statement:
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>> I got the same error as my original post.
>>>>>>>>>>>>>>
>>>>>>>>>>>>>> The only way you could get that same error is if you already
>>>>>>>>>>>>>> have a BBMASK
>>>>>>>>>>>>>> statement somewhere and this one is being ignored because of
>>>>>>>>>>>>>> the ?= assignment.
>>>>>>>>>>>>>>
>>>>>>>>>>>>> So I started with a clean build again. This time I only added
>>>>>>>>>>>>> the BBMASK statement you suggested. I got the following error:
>>>>>>>>>>>>>
>>>>>>>>>>>>> ERROR: No recipes available for:
>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-gnome/recipes-gnome/gdm/gdm_2.32.2.bbappend
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> /home/jim/meta-openembedded/meta-systemd/meta-efl/recipes-efl/efl/elsa_svn.bbappend
>>>>>>>>>>>>>
>>>>>>>>>>>>>
>>>>>>>>>>>>> ERROR: Command execution failed: Exited with 1
>>>>>>>>>>>>>
>>>>>>>>>>>>> I'm guessing the BBMASK needs to call out
>>>>>>>>>>>>> meta-openembedded/meta-systemd/meta-gnome and meta-efl?
>>>>>>>>>>>>
>>>>>>>>>>>> Or don't include those layers - meta-systemd isn't needed by
>>>>>>>>>>>> your
>>>>>>>>>>>> yocto build.
>>>>>>>>>>>>
>>>>>>>>>>> Thanks, that makes more sense now. I removed the layer
>>>>>>>>>>> meta-systemd from bblayers.conf and used the
>>>>>>>>>>>
>>>>>>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>>>>>>
>>>>>>>>>>> statement in local.conf to solves the problem.
>>>>>>>>>>>
>>>>>>>>>>> What is really causing the problem? Without it dependencies on
>>>>>>>>>>> meta-systemd are there, but the mask removes that?? Why can you
>>>>>>>>>>> remove a dependency?
>>>>>>>>>>
>>>>>>>>>> The dependency on systemd comes from this recipe:
>>>>>>>>>> meta-ti/recipes-misc/payload/bonescript.bb
>>>>>>>>>> The BBMASK is making bitbake ignore that recipe (you don't need
>>>>>>>>>> it), hence no dependency.
>>>>>>>>>>
>>>>>>>>> I got core-image-minimal built without errors, Thanks, now I
>>>>>>>>> need to
>>>>>>>>> ask some questions about booting that image. I'm assuming that I
>>>>>>>>> can follow the instructions on pandaboard.org
>>>>>>>>> for creating the SD card format and just copy the deploy/image/
>>>>>>>>> u-boot, MLO, uImage, and rootfs to the right places and boot the
>>>>>>>>> sdcard in the pandaboard. Anyway, that's what I
>>>>>>>>> tried. I'm connected to the panadboard via serial port and the
>>>>>>>>> U-Boot works and the uImage seems to be found, but I don't get a
>>>>>>>>> login console on the serial port:
>>>>>>>>>
>>>>>>>>> U-Boot SPL 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>>>> Texas Instruments OMAP4430 ES2.1
>>>>>>>>> OMAP SD/MMC: 0
>>>>>>>>> reading u-boot.img
>>>>>>>>> reading u-boot.img
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> U-Boot 2011.12-dirty (Jul 30 2012 - 13:44:03)
>>>>>>>>>
>>>>>>>>> CPU : OMAP4430 ES2.1
>>>>>>>>> Board: OMAP4 Panda
>>>>>>>>> I2C: ready
>>>>>>>>> DRAM: 1 GiB
>>>>>>>>> MMC: OMAP SD/MMC: 0
>>>>>>>>> Using default environment
>>>>>>>>>
>>>>>>>>> In: serial
>>>>>>>>> Out: serial
>>>>>>>>> Err: serial
>>>>>>>>> Hit any key to stop autoboot: 0
>>>>>>>>> reading boot.scr
>>>>>>>>>
>>>>>>>>> ** Unable to read "boot.scr" from mmc 0:1 **
>>>>>>>>> reading uImage
>>>>>>>>>
>>>>>>>>> 4176404 bytes read
>>>>>>>>> Booting from mmc0 ...
>>>>>>>>> ## Booting kernel from Legacy Image at 82000000 ...
>>>>>>>>> Image Name: Linux-3.1.0
>>>>>>>>> Image Type: ARM Linux Kernel Image (uncompressed)
>>>>>>>>> Data Size: 4176340 Bytes = 4 MiB
>>>>>>>>> Load Address: 80008000
>>>>>>>>> Entry Point: 80008000
>>>>>>>>> Verifying Checksum ... OK
>>>>>>>>> Loading Kernel Image ... OK
>>>>>>>>> OK
>>>>>>>>>
>>>>>>>>> Starting kernel ...
>>>>>>>>>
>>>>>>>>> Uncompressing Linux... done, booting the kernel.
>>>>>>>>
>>>>>>>> Start with the obvious - check the bootparams in U-Boot. Break into
>>>>>>>> the boot process and run the 'printenv' command. What's the
>>>>>>>> value of
>>>>>>>> the "console" variable?
>>>>>>>>
>>>>>>>> n.b. I've not tried this exact setup on the PandaBoard. I may
>>>>>>>> have time
>>>>>>>> later today to do so.
>>>>>>>>
>>>>>>>
>>>>>>> I've just verified that this does fail when using yocto:master
>>>>>>> I'm pretty
>>>>>>> sure that the problem is related to the use of GCC 4.7.1 - I've had
>>>>>>> similar
>>>>>>> problems with ARM kernels & GCC 4.7.1 in the past.
>>>>>>>
>>>>>>> I did build yocto:denzil for the PandaBoard and it comes up and
>>>>>>> mostly
>>>>>>> works.
>>>>>>> I've not done extensive checking on this image though.
>>>>>> This problem that I have on denzil with pandaboard is I get the
>>>>>> following error:
>>>>>>
>>>>>> ERROR: ParseError at
>>>>>> /home/jim/meta-openembedded/meta-oe/recipes-navigation/gpsd/gpsd_git.bb:28:
>>>>>>
>>>>>> Could not inherit file classes/pythonnative.bbclass
>>>>>> ERROR: Command execution failed: Traceback (most recent call last):
>>>>>> File "/home/jim/poky/bitbake/lib/bb/command.py", line 84, in
>>>>>> runAsyncCommand
>>>>>> self.cooker.updateCache()
>>>>>> File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1202, in
>>>>>> updateCache
>>>>>> if not self.parser.parse_next():
>>>>>> File "/home/jim/poky/bitbake/lib/bb/cooker.py", line 1669, in
>>>>>> parse_next
>>>>>> self.virtuals += len(result)
>>>>>> UnboundLocalError: local variable 'result' referenced before
>>>>>> assignment
>>>>>>
>>>>>> Summary: There were 2 ERROR messages shown, returning a non-zero
>>>>>> exit code.
>>>>>>
>>>>>> I already have a BBMASK statement in local.conf:
>>>>>>
>>>>>> BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
>>>>>>
>>>>>> I'm not sure how I add a second statement like:
>>>>>>
>>>>>> BBMASK ?= ".*/meta-openembedded/meta-oe//recipes-navigation/"
>>>>>>
>>>>>> Do I use += in both or what???
>>>>>
>>>>> use meta-oe denzil branch if you have oe-core denzil branch
>>>>
>>>> Or leave out the meta-oe layer since it's not needed for yocto core
>>>> images.
>>>> I did not have that layer in any of my builds.
>>>>
>>> So I switched my meta-openembedded to denzil and that got by the
>>> meta-openembedded errors but then produced and error out of meta-ti.
>>> I also tried removing the
>>> meta-openembedded/meta-oe layer and got the same error:
>>>
>>> ERROR: No recipes available for:
>>> /home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
>>>
>>> This is like one of those puzzles that if you pull the wrong piece it
>>> all falls apart :-)
>>
>> Yes, this is a rather touch ball of twine with all these layers - they
>> have to
>> be properly aligned to get something that builds.
>>
>> Work arounds:
>> * You could checkout meta-ti to something that matches denzil
>> Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.
>> * Rename home/jim/meta-ti/recipes-core/netbase/netbase_5.0.bbappend to be
>> home/jim/meta-ti/recipes-core/netbase/netbase_4.47.bbappend
>> * Add BB_DANGLINGAPPENDS_WARNONLY to your local.conf
>>
> Thanks, your 1st work around of checking out a meta-ti that matches
> denzil worked for core-image-minimal. How in the world you knew how to
> find that commit number is the part that amazes me, but a lot of things
> amaze me. When I started programming we only has to worry about whether
> to use an 026 or 029 model IBM keypunch machine. :-)
>

Denys created the denzil branch in meta-ti a few days ago.  It currently 
points at the commit ID Gary mentions above.

[There has been a tag in meta-ti that marks where it was when YP 1.2 was 
released.  In the future this will be another marker to look for. 
However meta-ti was not release tested when YP 1.2 released so the value 
of this particular tag is not that great.]


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

* Re: build error pandaboard on master
@ 2012-08-01 18:59 maniacbug
  2012-08-02 12:47 ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: maniacbug @ 2012-08-01 18:59 UTC (permalink / raw)
  To: yocto@yoctoproject.org

Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried master, but don't see a need if denzil is going to work.  BTW, I did not find it necessary to use meta-oe.


Both core-image-base and core-image-sato are working swell, except for sound.  Though the latest omap4 kernel has lots of improvements in that area, so I'm in the midst of upgrading it to see if thatfind helps.


> Yes, this is a rather touch ball of twine with all these layers - they 
> have to
> be properly aligned to get something that builds.

Wow, try it WITHOUT Yocto/Poky.  Yocto project seems to add stabilization and documentation to OE, which is about the only thing that makes it possible to get started at all :)

> Work arounds:
>   * You could checkout meta-ti to something that matches denzil
>     Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.


I would actually call this the CORRECT solution, not just a workaround.  meta-ti should create a denzil-tracking branch from this commit.
> How in the world you knew how to find that commit number is the part that amazes me

This commit was identified and discussed on the meta-ti list as the point of departure from denzil, that's how I found it, myself.

m.b


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

* Re: build error pandaboard on master
  2012-08-01 18:59 build error pandaboard on master maniacbug
@ 2012-08-02 12:47 ` Jim Abernathy
  2012-08-02 15:03   ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-08-02 12:47 UTC (permalink / raw)
  To: yocto

On 08/01/2012 02:59 PM, maniacbug wrote:
> Yup, I can verify that denzil builds and runs on Pandaboard with meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried master, but don't see a need if denzil is going to work.  BTW, I did not find it necessary to use meta-oe.
>
>
> Both core-image-base and core-image-sato are working swell, except for sound.  Though the latest omap4 kernel has lots of improvements in that area, so I'm in the midst of upgrading it to see if thatfind helps.
>
I got core-image-minimal to build and boot, but not core-image-sato.  
pulseaudio issues/ couln't build at all.

Jim A

>> Yes, this is a rather touch ball of twine with all these layers - they
>> have to
>> be properly aligned to get something that builds.
> Wow, try it WITHOUT Yocto/Poky.  Yocto project seems to add stabilization and documentation to OE, which is about the only thing that makes it possible to get started at all :)
>
>> Work arounds:
>>     * You could checkout meta-ti to something that matches denzil
>>       Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.
>
> I would actually call this the CORRECT solution, not just a workaround.  meta-ti should create a denzil-tracking branch from this commit.
>> How in the world you knew how to find that commit number is the part that amazes me
> This commit was identified and discussed on the meta-ti list as the point of departure from denzil, that's how I found it, myself.
>
> m.b
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: build error pandaboard on master
  2012-08-02 12:47 ` Jim Abernathy
@ 2012-08-02 15:03   ` Jim Abernathy
  0 siblings, 0 replies; 38+ messages in thread
From: Jim Abernathy @ 2012-08-02 15:03 UTC (permalink / raw)
  To: yocto

On 08/02/2012 08:47 AM, Jim Abernathy wrote:
> On 08/01/2012 02:59 PM, maniacbug wrote:
>> Yup, I can verify that denzil builds and runs on Pandaboard with 
>> meta-ti 30fb40ebc13614a74c2e237927c60ac43e01d1bc.  Haven't tried 
>> master, but don't see a need if denzil is going to work.  BTW, I did 
>> not find it necessary to use meta-oe.
>>
>>
>> Both core-image-base and core-image-sato are working swell, except 
>> for sound.  Though the latest omap4 kernel has lots of improvements 
>> in that area, so I'm in the midst of upgrading it to see if thatfind 
>> helps.
>>
> I got core-image-minimal to build and boot, but not core-image-sato.  
> pulseaudio issues/ couln't build at all.
>
> Jim A
>
Got around this issue by checking out the denzil branch on meta-ti and 
poky.  then my core-image-sato builds and boots.

Anyone know how to get the wireless and HW accelerated video playback to 
work with the pandaboard and Yocto? maybe a different image?

Jim A

>>> Yes, this is a rather touch ball of twine with all these layers - they
>>> have to
>>> be properly aligned to get something that builds.
>> Wow, try it WITHOUT Yocto/Poky.  Yocto project seems to add 
>> stabilization and documentation to OE, which is about the only thing 
>> that makes it possible to get started at all :)
>>
>>> Work arounds:
>>>     * You could checkout meta-ti to something that matches denzil
>>>       Revision 30fb40ebc13614a74c2e237927c60ac43e01d1bc works for me.
>>
>> I would actually call this the CORRECT solution, not just a 
>> workaround.  meta-ti should create a denzil-tracking branch from this 
>> commit.
>>> How in the world you knew how to find that commit number is the part 
>>> that amazes me
>> This commit was identified and discussed on the meta-ti list as the 
>> point of departure from denzil, that's how I found it, myself.
>>
>> m.b
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>



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

* Re: build error pandaboard on master
@ 2012-08-02 17:07 maniacbug
  2012-08-02 17:21 ` Jim Abernathy
  0 siblings, 1 reply; 38+ messages in thread
From: maniacbug @ 2012-08-02 17:07 UTC (permalink / raw)
  To: yocto@yoctoproject.org

> Got around this issue by checking out the denzil branch on meta-ti and 
> poky.  then my core-image-sato builds and boots.


Right, that is what I was going to suggest.


One of us should fix the pulseaudio issue on master and send in a patch.


> Anyone know how to get the wireless and HW accelerated video playback to 
> work with the pandaboard and Yocto? maybe a different image?

meta-ti list is probably going to be the place to find this out. Or at least find clues. Unfortunately, it seems that there is not a pandaboard expert in the Yocto house.

The meta-ti layer has been extracted from Angstrom, so there seem to be plenty dependencies directly on OE. Often when building more hardware-specific recipies, these dependencies crop up. So Yocto on Pandaboard is definitely still a work in progress.


I have gotten video to work by porting the libav recipe from OE. Happy to send it to you if you want to try. There is no evidence to suggest this is hardware-accellerated.  HOWEVER, it does play 2Mbps video without stuttering. So from my perspective, whether it's hw accellerated is not important :)

The downside is that AUDIO is working hardly at all. This is my current challenge, and I'll definitely report progress to the meta-ti list.



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

* Re: build error pandaboard on master
  2012-08-02 17:07 maniacbug
@ 2012-08-02 17:21 ` Jim Abernathy
  2012-08-02 20:22   ` Elvis Dowson
  0 siblings, 1 reply; 38+ messages in thread
From: Jim Abernathy @ 2012-08-02 17:21 UTC (permalink / raw)
  To: yocto

On 08/02/2012 01:07 PM, maniacbug wrote:
>> Got around this issue by checking out the denzil branch on meta-ti and
>> poky.  then my core-image-sato builds and boots.
>
> Right, that is what I was going to suggest.
>
>
> One of us should fix the pulseaudio issue on master and send in a patch.
>
probably going to be you. that's a long ways away from my skill level. :-)
>> Anyone know how to get the wireless and HW accelerated video playback to
>> work with the pandaboard and Yocto? maybe a different image?
> meta-ti list is probably going to be the place to find this out. Or at least find clues. Unfortunately, it seems that there is not a pandaboard expert in the Yocto house.
>
> The meta-ti layer has been extracted from Angstrom, so there seem to be plenty dependencies directly on OE. Often when building more hardware-specific recipies, these dependencies crop up. So Yocto on Pandaboard is definitely still a work in progress.
>
>
> I have gotten video to work by porting the libav recipe from OE. Happy to send it to you if you want to try. There is no evidence to suggest this is hardware-accellerated.  HOWEVER, it does play 2Mbps video without stuttering. So from my perspective, whether it's hw accellerated is not important :)
I would say it's hardware accelerated because video under Ubuntu is like 
a slide show.  2-3 sections between frames.  I don't think HW 
acceleration was working there either.
>
> The downside is that AUDIO is working hardly at all. This is my current challenge, and I'll definitely report progress to the meta-ti list.
I need to test, but on Ubuntu 12.04 with the OMAP4 extras, I had audio 
only working via HDMI audio.  I'll test to see what happens on Yocto.
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



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

* Re: build error pandaboard on master
  2012-08-02 17:21 ` Jim Abernathy
@ 2012-08-02 20:22   ` Elvis Dowson
  0 siblings, 0 replies; 38+ messages in thread
From: Elvis Dowson @ 2012-08-02 20:22 UTC (permalink / raw)
  To: Jim Abernathy; +Cc: yocto

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

Hi,

On Aug 2, 2012, at 9:21 PM, Jim Abernathy wrote:

>> One of us should fix the pulseaudio issue on master and send in a patch.
> probably going to be you. that's a long ways away from my skill level. :-)

You can find information about the linux git repos for OMAP4 here:

http://www.omappedia.com/wiki/LinuxOmapKernelGitTrees

For audio they have a specific repo, along with the name of a maintainer
Audio	ASoC	ALSA tree	https://gitorious.org/omap-audio	git://gitorious.org/omap-audio/linux-audio.git	
ASoC DSP framework
You can try to use the above repo, in conjunction with the following repo, to see if you can get things working:
ARM Core kernel	Core Kernel	Linus' tree	http://git.gitorious.org/omap-sw-develoment/linux-omap-dev.git	git://gitorious.org/omap-sw-develoment/linux-omap-dev.git	
Please note that I have not tried the above repos, but just thought I'd dig out the information for you.You probably need to hunt around a bit to locate the right repo.

The following gitorious project also contains some work on the Pandaboard x-loader, bootloader and kernel. Perhaps you might find some audio patches and support in it.

http://gitorious.org/pandaboard

I see one patch in x-loader for audio here

http://gitorious.org/+pandaboard/x-loader/pandaboard-x-loader/commit/746f93150545c4d4f3ba359046a5c7249094309a

So, with a bit of time, and patience, you should be able to build and try each git resource, till you find one that works, extract the audio related patches, and apply it to the yocto bsp or kernel recipes. 

I've got a Pandaboard with me, but I'm focussing on getting my Xilinx Virtex 5 FPGA up and running with yocto at the moment. It's been over a year or so since the Pandaboard has been released, so you should be able to extract the patch from one of the TI repos, or an Android kernel repository.

Best regards,

Elvis Dowson


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

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

* build error pandaboard on master
@ 2012-08-03 13:19 Edward Vidal
  2012-08-03 13:24 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 13:19 UTC (permalink / raw)
  To: yocto

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

Hello,
I too am interested in the pandaboard with yacto.
I added meta-ti to conf/bblayes.conf
I have tried master and git branch 30fb40.
Did you have to make any changes to meta-ti?
I get the following
 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
DEBUG: Removed the following variables from the environment: LESSOPEN,
CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2,
XDG_RUNTIME_DIR, QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR,
HOSTNAME, HISTCONTROL, MAIL, LS_COLORS
DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)
DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf
DEBUG: Adding layer /home/vidal/poky/meta
DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-yocto
DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-ti
DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf
ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2]
No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'
Any help will be appreciated.
thanks

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

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

* Re: build error pandaboard on master
  2012-08-03 13:19 Edward Vidal
@ 2012-08-03 13:24 ` Gary Thomas
  0 siblings, 0 replies; 38+ messages in thread
From: Gary Thomas @ 2012-08-03 13:24 UTC (permalink / raw)
  To: yocto

On 2012-08-03 07:19, Edward Vidal wrote:
> Hello,
> I too am interested in the pandaboard with yacto.
> I added meta-ti to conf/bblayes.conf
> I have tried master and git branch 30fb40.
> Did you have to make any changes to meta-ti?
> I get the following
>   MACHINE=pandaboard bitbake -v core-image-sato
> Pseudo is not present but is required, building this first before the main build
> DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,
> QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS
> DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)
> DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf
> DEBUG: Adding layer /home/vidal/poky/meta
> DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf
> DEBUG: Adding layer /home/vidal/poky/meta-yocto
> DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf
> DEBUG: Adding layer /home/vidal/poky/meta-ti
> DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf
> ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'
> Any help will be appreciated.
> thanks

Did you actually download meta-ti into your /home/vidal/poky tree?

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* build error pandaboard on master
@ 2012-08-03 13:59 Edward Vidal
  2012-08-03 14:06 ` Gary Thomas
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 13:59 UTC (permalink / raw)
  To: yocto

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

Hello

On 2012-08-03 07:19, Edward Vidal wrote:
>* Hello,*>* I too am interested in the pandaboard with yacto.*>* I added meta-ti to conf/bblayes.conf*>* I have tried master and git branch 30fb40.*>* Did you have to make any changes to meta-ti?*>* I get the following*>*   MACHINE=pandaboard bitbake -v core-image-sato*>* Pseudo is not present but is required, building this first before the main build*>* DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,*>* QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS*>* DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)*>* DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf*>* DEBUG: Adding layer /home/vidal/poky/meta*>* DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf*>* DEBUG: Adding layer /home/vidal/poky/meta-yocto*>* DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf*>* DEBUG: Adding layer /home/vidal/poky/meta-ti*>* DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf*>* ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'*>* Any help will be appreciated.*>* thanks*
Did you actually download meta-ti into your /home/vidal/poky tree?

Yes I used the commands
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
cd ../meta-ti
git log
commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
Author: Andreas Müller <schnitzeltony@googlemail.com>
Date:   Mon Jul 9 14:35:36 2012 +0200

    netbase: follow oe-core to v5.0

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    Signed-off-by: Denys Dmytriyenko <denys@ti.com>

commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc
Author: Andreas Müller <schnitzeltony@googlemail.com>

The errors above was that I was running as another user
After fixing bblayes.conf
MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 60 entries from dependency cache.
ERROR: This recipe does not have the LICENSE field set
(cloud9-gfx-image)-:--:--
ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/
cloud9-gfx-image.bb: Exited with "1"
ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
ERROR: This recipe does not have the LICENSE field set (cloud9-image)
ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
ERROR: Command execution failed: Traceback (most recent call last):
  File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in
runAsyncCommand
    self.cooker.updateCache()
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
    if not self.parser.parse_next():
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
    self.virtuals += len(result)
UnboundLocalError: local variable 'result' referenced before assignment


Summary: There were 6 ERROR messages shown, returning a non-zero exit code.
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
Thanks

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

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

* Re: build error pandaboard on master
  2012-08-03 13:59 Edward Vidal
@ 2012-08-03 14:06 ` Gary Thomas
  0 siblings, 0 replies; 38+ messages in thread
From: Gary Thomas @ 2012-08-03 14:06 UTC (permalink / raw)
  To: yocto

On 2012-08-03 07:59, Edward Vidal wrote:
> Hello
>
> On 2012-08-03 07:19, Edward Vidal wrote:
>>/  Hello,
> />/  I too am interested in the pandaboard with yacto.
> />/  I added meta-ti to conf/bblayes.conf
> />/  I have tried master and git branch 30fb40.
> />/  Did you have to make any changes to meta-ti?
> />/  I get the following
> />/    MACHINE=pandaboard bitbake -v core-image-sato
> />/  Pseudo is not present but is required, building this first before the main build
> />/  DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,
> />/  QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS
> />/  DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)
> />/  DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf
> />/  DEBUG: Adding layer /home/vidal/poky/meta
> />/  DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf
> />/  DEBUG: Adding layer /home/vidal/poky/meta-yocto
> />/  DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf
> />/  DEBUG: Adding layer /home/vidal/poky/meta-ti
> />/  DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf
> />/  ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'
> />/  Any help will be appreciated.
> />/  thanks
> /
> Did you actually download meta-ti into your /home/vidal/poky tree?
>
> Yes I used the commands
> git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>
> cd meta-ti
> git branch 30fb40
> cd ../meta-ti
> git log
> commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
> Author: Andreas Müller <schnitzeltony@googlemail.com <mailto:schnitzeltony@googlemail.com>>
> Date:   Mon Jul 9 14:35:36 2012 +0200
>
>      netbase: follow oe-core to v5.0
>
>      Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com <mailto:schnitzeltony@googlemail.com>>
>      Signed-off-by: Denys Dmytriyenko <denys@ti.com <mailto:denys@ti.com>>
>
> commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc
> Author: Andreas Müller <schnitzeltony@googlemail.com <mailto:schnitzeltony@googlemail.com>>
>
> The errors above was that I was running as another user
> After fixing bblayes.conf
> MACHINE=pandaboard bitbake -v core-image-sato
> Pseudo is not present but is required, building this first before the main build
> Loading cache: 100% |###########################################| ETA:  00:00:00
> Loaded 60 entries from dependency cache.
> ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)-:--:--
> ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/cloud9-gfx-image.bb <http://cloud9-gfx-image.bb>: Exited with "1"
> ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
> ERROR: This recipe does not have the LICENSE field set (cloud9-image)
> ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
> ERROR: Command execution failed: Traceback (most recent call last):
>    File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in runAsyncCommand
>      self.cooker.updateCache()
>    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
>      if not self.parser.parse_next():
>    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
>      self.virtuals += len(result)
> UnboundLocalError: local variable 'result' referenced before assignment
>
>
> Summary: There were 6 ERROR messages shown, returning a non-zero exit code.
> git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>
> cd meta-ti
> git branch 30fb40
> Thanks

Check the README

I normally add this to local.conf to work around these problems:
   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


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

* build error pandaboard on master
@ 2012-08-03 14:37 Edward Vidal
  2012-08-03 15:08 ` Edward Vidal
  0 siblings, 1 reply; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 14:37 UTC (permalink / raw)
  To: yocto

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

On 2012-08-03 07:59, Edward Vidal wrote:
>* Hello*>**>* On 2012-08-03 07:19, Edward Vidal wrote:*>>*/  Hello,*>* />/  I too am interested in the pandaboard with yacto.*>* />/  I added meta-ti to conf/bblayes.conf*>* />/  I have tried master and git branch 30fb40.*>* />/  Did you have to make any changes to meta-ti?*>* />/  I get the following*>* />/    MACHINE=pandaboard bitbake -v core-image-sato*>* />/  Pseudo is not present but is required, building this first before the main build*>* />/  DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,*>* />/  QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS*>* />/  DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)*>* />/  DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta*>* />/  DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-yocto*>* />/  DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-ti*>* />/  DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf*>* />/  ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'*>* />/  Any help will be appreciated.*>* />/  thanks*>* /*>* Did you actually download meta-ti into your /home/vidal/poky tree?*>**>* Yes I used the commands*>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*>* cd meta-ti*>* git branch 30fb40*>* cd ../meta-ti*>* git log*>* commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795*>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>* Date:   Mon Jul 9 14:35:36 2012 +0200*>**>*      netbase: follow oe-core to v5.0*>**>*      Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>*      Signed-off-by: Denys Dmytriyenko <denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>**>* commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc*>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>**>* The errors above was that I was running as another user*>* After fixing bblayes.conf*>* MACHINE=pandaboard bitbake -v core-image-sato*>* Pseudo is not present but is required, building this first before the main build*>* Loading cache: 100% |###########################################| ETA:  00:00:00*>* Loaded 60 entries from dependency cache.*>* ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)-:--:--*>* ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/cloud9-gfx-image.bb <http://cloud9-gfx-image.bb>: Exited with "1"*>* ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)*>* ERROR: This recipe does not have the LICENSE field set (cloud9-image)*>* ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)*>* ERROR: Command execution failed: Traceback (most recent call last):*>*    File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in runAsyncCommand*>*      self.cooker.updateCache()*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache*>*      if not self.parser.parse_next():*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next*>*      self.virtuals += len(result)*>* UnboundLocalError: local variable 'result' referenced before assignment*>**>**>* Summary: There were 6 ERROR messages shown, returning a non-zero exit code.*>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*>* cd meta-ti*>* git branch 30fb40*>* Thanks*
Check the README

I normally add this to local.conf to work around these problems:
   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

I tried both
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
and BBMASK ?= ".*/meta-ti/recipes-misc" which  is in the README
I get
 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100% |#########################################| Time: 00:00:33
Parsing of 887 .bb files complete (0 cached, 887 parsed). 1165
targets, 58 skipped, 8 masked, 0 errors.
ERROR: No recipes available for:
  /home/ame/poky/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
ERROR: Command execution failed: Exited with 1

Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thanks

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

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

* build error pandaboard on master
  2012-08-03 14:37 Edward Vidal
@ 2012-08-03 15:08 ` Edward Vidal
  0 siblings, 0 replies; 38+ messages in thread
From: Edward Vidal @ 2012-08-03 15:08 UTC (permalink / raw)
  To: yocto

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

Forwarded conversation
Subject: build error pandaboard on master
------------------------

From: *Edward Vidal* <vidal.develone@gmail.com>
Date: Fri, Aug 3, 2012 at 7:19 AM
To: yocto@yoctoproject.org


Hello,
I too am interested in the pandaboard with yacto.
I added meta-ti to conf/bblayes.conf
I have tried master and git branch 30fb40.
Did you have to make any changes to meta-ti?
I get the following
 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
DEBUG: Removed the following variables from the environment: LESSOPEN,
CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2,
XDG_RUNTIME_DIR, QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR,
HOSTNAME, HISTCONTROL, MAIL, LS_COLORS
DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)
DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf
DEBUG: Adding layer /home/vidal/poky/meta
DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-yocto
DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf
DEBUG: Adding layer /home/vidal/poky/meta-ti
DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf
ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2]
No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'
Any help will be appreciated.
thanks


----------
From: *Edward Vidal* <vidal.develone@gmail.com>
Date: Fri, Aug 3, 2012 at 7:59 AM
To: yocto@yoctoproject.org


Hello


Did you actually download meta-ti into your /home/vidal/poky tree?

Yes I used the commands
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
cd ../meta-ti
git log
commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795
Author: Andreas Müller <schnitzeltony@googlemail.com>
Date:   Mon Jul 9 14:35:36 2012 +0200

    netbase: follow oe-core to v5.0

    Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
    Signed-off-by: Denys Dmytriyenko <denys@ti.com>

commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc
Author: Andreas Müller <schnitzeltony@googlemail.com>

The errors above was that I was running as another user
After fixing bblayes.conf

MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main
build
Loading cache: 100% |###########################################| ETA:
00:00:00
Loaded 60 entries from dependency cache.
ERROR: This recipe does not have the LICENSE field set
(cloud9-gfx-image)-:--:--
ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/
cloud9-gfx-image.bb: Exited with "1"
ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)
ERROR: This recipe does not have the LICENSE field set (cloud9-image)
ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)
ERROR: Command execution failed: Traceback (most recent call last):
  File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in
runAsyncCommand
    self.cooker.updateCache()
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache
    if not self.parser.parse_next():
  File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next
    self.virtuals += len(result)
UnboundLocalError: local variable 'result' referenced before assignment


Summary: There were 6 ERROR messages shown, returning a non-zero exit code.
git clone  git://github.com/Angstrom-distribution/meta-ti.git
cd meta-ti
git branch 30fb40
Thanks

----------
From: *Edward Vidal* <vidal.develone@gmail.com>
Date: Fri, Aug 3, 2012 at 8:37 AM
To: yocto@yoctoproject.org


On 2012-08-03 07:59, Edward Vidal wrote:
>* Hello*>**>* On 2012-08-03 07:19, Edward Vidal wrote:*
>>*/  Hello,*>* />/  I too am interested in the pandaboard with yacto.*>* />/  I added meta-ti to conf/bblayes.conf*>* />/  I have tried master and git branch 30fb40.*>* />/  Did you have to make any changes to meta-ti?*>* />/  I get the following*>* />/    MACHINE=pandaboard bitbake -v core-image-sato*>* />/  Pseudo is not present but is required, building this first before the main build*>* />/  DEBUG: Removed the following variables from the environment: LESSOPEN, CVS_RSH, XDG_SEAT, XDG_VTNR, CCACHE_HASHDIR, SHLVL, HISTSIZE, BBFETCH2, XDG_RUNTIME_DIR,*>* />/  QT_GRAPHICSSYSTEM_CHECKED, XDG_SESSION_ID, BUILDDIR, HOSTNAME, HISTCONTROL, MAIL, LS_COLORS*>* />/  DEBUG: Found bblayers.conf (/home/ame/poky/build/conf/bblayers.conf)*>* />/  DEBUG: LOAD /home/ame/poky/build/conf/bblayers.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta*>* />/  DEBUG: LOAD /home/vidal/poky/meta/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-yocto*>* />/  DEBUG: LOAD /home/vidal/poky/meta-yocto/conf/layer.conf*>* />/  DEBUG: Adding layer /home/vidal/poky/meta-ti*>* />/  DEBUG: LOAD /home/vidal/poky/meta-ti/conf/layer.conf*>* />/  ERROR: Unable to parse /home/vidal/poky/meta-ti/conf/layer.conf: [Errno 2] No such file or directory: '/home/vidal/poky/meta-ti/conf/layer.conf'*>* />/  Any help will be appreciated.*>* />/  thanks*
>* /*>* Did you actually download meta-ti into your /home/vidal/poky tree?*>**>* Yes I used the commands*
>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*
>* cd meta-ti*>* git branch 30fb40*>* cd ../meta-ti*>* git log*>* commit d3ff5630a74640f46ca2ceaef1aa1baa86b9b795*
>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*
>* Date:   Mon Jul 9 14:35:36 2012 +0200*>**>*      netbase: follow oe-core to v5.0*>**
>*      Signed-off-by: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>*      Signed-off-by: Denys Dmytriyenko <denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:denys at ti.com <https://lists.yoctoproject.org/listinfo/yocto>>>*>**>* commit 30fb40ebc13614a74c2e237927c60ac43e01d1bc*>* Author: Andreas Müller <schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto> <mailto:schnitzeltony at googlemail.com <https://lists.yoctoproject.org/listinfo/yocto>>>*
>**>* The errors above was that I was running as another user*>* After fixing bblayes.conf*>* MACHINE=pandaboard bitbake -v core-image-sato*>* Pseudo is not present but is required, building this first before the main build*>* Loading cache: 100% |###########################################| ETA:  00:00:00*>* Loaded 60 entries from dependency cache.*>* ERROR: This recipe does not have the LICENSE field set (cloud9-gfx-image)-:--:--*
>* ERROR: Unable to parse /home/ame/poky/meta-ti/recipes-misc/images/cloud9-gfx-image.bb <http://cloud9-gfx-image.bb>: Exited with "1"*
>* ERROR: This recipe does not have the LICENSE field set (cloud9-gnome-image)*>* ERROR: This recipe does not have the LICENSE field set (cloud9-image)*>* ERROR: This recipe does not have the LICENSE field set (ti-hw-bringup-image)*>* ERROR: Command execution failed: Traceback (most recent call last):*>*    File "/home/ame/poky/bitbake/lib/bb/command.py", line 84, in runAsyncCommand*>*      self.cooker.updateCache()*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1202, in updateCache*>*      if not self.parser.parse_next():*>*    File "/home/ame/poky/bitbake/lib/bb/cooker.py", line 1669, in parse_next*>*      self.virtuals += len(result)*>* UnboundLocalError: local variable 'result' referenced before assignment*>**>**>* Summary: There were 6 ERROR messages shown, returning a non-zero exit code.*
>* git clone  git://github.com/Angstrom-distribution/meta-ti.git <http://github.com/Angstrom-distribution/meta-ti.git>*
>* cd meta-ti*>* git branch 30fb40*>* Thanks*

Check the README

I normally add this to local.conf to work around these problems:
   BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"

I tried both
BBMASK ?= ".*/meta-ti/recipes-(misc|bsp/formfactor)/"
and BBMASK ?= ".*/meta-ti/recipes-misc" which  is in the README

I get

 MACHINE=pandaboard bitbake -v core-image-sato
Pseudo is not present but is required, building this first before the main build
Parsing recipes: 100% |#########################################| Time: 00:00:33

Parsing of 887 .bb files complete (0 cached, 887 parsed). 1165
targets, 58 skipped, 8 masked, 0 errors.
ERROR: No recipes available for:
  /home/ame/poky/meta-ti/recipes-core/netbase/netbase_5.0.bbappend
ERROR: Command execution failed: Exited with 1


Summary: There were 2 ERROR messages shown, returning a non-zero exit code.

Thanks

Does BBMASK go in the meti-ti conf or the local.conf I tried both still the
same
thnaks

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

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

end of thread, other threads:[~2012-08-03 15:08 UTC | newest]

Thread overview: 38+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-01 18:59 build error pandaboard on master maniacbug
2012-08-02 12:47 ` Jim Abernathy
2012-08-02 15:03   ` Jim Abernathy
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 14:37 Edward Vidal
2012-08-03 15:08 ` Edward Vidal
2012-08-03 13:59 Edward Vidal
2012-08-03 14:06 ` Gary Thomas
2012-08-03 13:19 Edward Vidal
2012-08-03 13:24 ` Gary Thomas
2012-08-02 17:07 maniacbug
2012-08-02 17:21 ` Jim Abernathy
2012-08-02 20:22   ` Elvis Dowson
2012-07-30 12:53 Jim Abernathy
2012-07-30 13:00 ` Martin Jansa
2012-07-30 13:06   ` Jim Abernathy
2012-07-30 13:19     ` Martin Jansa
2012-07-30 13:21       ` Martin Jansa
2012-07-30 13:57       ` Jim Abernathy
2012-07-30 13:15 ` Gary Thomas
2012-07-30 13:48   ` Jim Abernathy
2012-07-30 13:56     ` Gary Thomas
2012-07-30 14:11       ` Jim Abernathy
2012-07-30 14:21         ` Gary Thomas
2012-07-30 14:31           ` Jim Abernathy
2012-07-30 16:50           ` Jim Abernathy
2012-07-30 16:57             ` Gary Thomas
2012-07-30 17:09               ` Jim Abernathy
2012-07-30 17:16                 ` Gary Thomas
2012-07-30 18:49                   ` Jim Abernathy
2012-07-30 19:11                     ` Gary Thomas
2012-07-31 11:25                       ` Gary Thomas
2012-07-31 11:47                         ` Jim Abernathy
2012-07-31 11:49                           ` Martin Jansa
2012-07-31 11:53                             ` Gary Thomas
2012-07-31 12:00                               ` Jim Abernathy
2012-07-31 12:14                                 ` Gary Thomas
2012-07-31 13:33                                   ` Jim Abernathy
2012-07-31 17:12                                     ` William Mills

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.