* Build error: Could not inherit file classes/systemd.bbclass
@ 2012-05-03 12:54 Elvis Dowson
0 siblings, 0 replies; 9+ messages in thread
From: Elvis Dowson @ 2012-05-03 12:54 UTC (permalink / raw)
To: Yocto Discussion Mailing List
Hi,
I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get a build error when I run the following command:
$ bitbake -c fetchall core-image-minimal
Pseudo is not present but is required, building this first before the main build
WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
ERROR: ParseError at /tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
ERROR: Command execution failed: Exited with 1
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Best regards,
Elvis Dowson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Build error: Could not inherit file classes/systemd.bbclass
@ 2012-05-03 12:56 Elvis Dowson
2012-05-03 13:21 ` Paul Eggleton
0 siblings, 1 reply; 9+ messages in thread
From: Elvis Dowson @ 2012-05-03 12:56 UTC (permalink / raw)
To: Yocto Discussion Mailing List
Hi,
I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get a build error when I run the following command:
$ bitbake -c fetchall core-image-minimal
Pseudo is not present but is required, building this first before the main build
WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated with this version of the build system; you may possibly experience unexpected failures. It is recommended that you use a tested distribution.
ERROR: ParseError at /tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit file classes/systemd.bbclass
ERROR: Command execution failed: Exited with 1
Summary: There was 1 WARNING message shown.
Summary: There were 2 ERROR messages shown, returning a non-zero exit code.
Best regards,
Elvis Dowson
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 12:56 Build error: Could not inherit file classes/systemd.bbclass Elvis Dowson
@ 2012-05-03 13:21 ` Paul Eggleton
2012-05-03 15:39 ` Gary Thomas
2012-05-03 21:52 ` Denys Dmytriyenko
0 siblings, 2 replies; 9+ messages in thread
From: Paul Eggleton @ 2012-05-03 13:21 UTC (permalink / raw)
To: Elvis Dowson; +Cc: yocto
On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote:
> I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get
> a build error when I run the following command:
>
> $ bitbake -c fetchall core-image-minimal
>
> Pseudo is not present but is required, building this first before the main
> build WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated
> with this version of the build system; you may possibly experience
> unexpected failures. It is recommended that you use a tested distribution.
This can be ignored - 12.04 *is* supported; it's just that the final version
string wasn't what I expected it to be. I'll send a patch for this soon and it
can hopefully go into 1.2.1.
> ERROR: ParseError at
> /tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit
> file classes/systemd.bbclass ERROR: Command execution failed: Exited with 1
systemd.bbclass is part of the meta-oe layer, so you'll need to add that to
your bblayers.conf.
BTW I'm not sure if the meta-ti maintainers have finished their work to ensure
meta-ti works with distros other than Angstrom. If they haven't you may
experience problems.
Cheers,
Paul
--
Paul Eggleton
Intel Open Source Technology Centre
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 13:21 ` Paul Eggleton
@ 2012-05-03 15:39 ` Gary Thomas
2012-05-03 18:22 ` Elvis Dowson
2012-05-03 21:53 ` Denys Dmytriyenko
2012-05-03 21:52 ` Denys Dmytriyenko
1 sibling, 2 replies; 9+ messages in thread
From: Gary Thomas @ 2012-05-03 15:39 UTC (permalink / raw)
To: yocto
On 2012-05-03 07:21, Paul Eggleton wrote:
> On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote:
>> I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get
>> a build error when I run the following command:
>>
>> $ bitbake -c fetchall core-image-minimal
>>
>> Pseudo is not present but is required, building this first before the main
>> build WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated
>> with this version of the build system; you may possibly experience
>> unexpected failures. It is recommended that you use a tested distribution.
>
> This can be ignored - 12.04 *is* supported; it's just that the final version
> string wasn't what I expected it to be. I'll send a patch for this soon and it
> can hopefully go into 1.2.1.
>
>> ERROR: ParseError at
>> /tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit
>> file classes/systemd.bbclass ERROR: Command execution failed: Exited with 1
>
> systemd.bbclass is part of the meta-oe layer, so you'll need to add that to
> your bblayers.conf.
>
> BTW I'm not sure if the meta-ti maintainers have finished their work to ensure
> meta-ti works with distros other than Angstrom. If they haven't you may
> experience problems.
I saw this checkin yesterday on meta-ti:
Module: meta-ti
Branch: refs/tags/v2012.05-yocto1.2
Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
URL: http://arago-project.org/git/meta-ti.git/?a=tag;h=ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
Tagger: Denys Dmytriyenko <denys@ti.com>
Date: Wed May 2 03:41:43 2012 -0400
2012.05 release, compatible with Yocto Project 1.2 Denzil
So it looks like it should be close at least :-) I don't know how the
meta-ti repo on yoctoproject.org tracks the arago-project one...
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 15:39 ` Gary Thomas
@ 2012-05-03 18:22 ` Elvis Dowson
2012-05-03 19:07 ` Gary Thomas
2012-05-03 21:53 ` Denys Dmytriyenko
1 sibling, 1 reply; 9+ messages in thread
From: Elvis Dowson @ 2012-05-03 18:22 UTC (permalink / raw)
To: Yocto Discussion Mailing List
[-- Attachment #1: Type: text/plain, Size: 1053 bytes --]
Hi,
On May 3, 2012, at 5:39 PM, Gary Thomas wrote:
> On 2012-05-03 07:21, Paul Eggleton wrote:
> I saw this checkin yesterday on meta-ti:
> Module: meta-ti
> Branch: refs/tags/v2012.05-yocto1.2
> Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
> URL: http://arago-project.org/git/meta-ti.git/?a=tag;h=ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
>
> Tagger: Denys Dmytriyenko <denys@ti.com>
> Date: Wed May 2 03:41:43 2012 -0400
>
> 2012.05 release, compatible with Yocto Project 1.2 Denzil
>
> So it looks like it should be close at least :-) I don't know how the
> meta-ti repo on yoctoproject.org tracks the arago-project one...
The meta-ti repo on yoctoproject.org tracks the arago-project one closely.
The following bblayers.conf configuration worked
BBFILES ?= ""
BBLAYERS ?= " \
/tool/yocto/poky/meta \
/tool/yocto/poky/meta-yocto \
/tool/yocto/meta-openembedded/meta-oe \
/tool/yocto/meta-gumstix \
/tool/yocto/meta-ti \
/tool/yocto/meta-xilinx \
"
Best regards,
Elvis Dowson
[-- Attachment #2: Type: text/html, Size: 3962 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 18:22 ` Elvis Dowson
@ 2012-05-03 19:07 ` Gary Thomas
2012-05-03 21:54 ` Denys Dmytriyenko
0 siblings, 1 reply; 9+ messages in thread
From: Gary Thomas @ 2012-05-03 19:07 UTC (permalink / raw)
To: yocto
On 2012-05-03 12:22, Elvis Dowson wrote:
> Hi,
>
> On May 3, 2012, at 5:39 PM, Gary Thomas wrote:
>
>> On 2012-05-03 07:21, Paul Eggleton wrote:
>> I saw this checkin yesterday on meta-ti:
>> Module: meta-ti
>> Branch: refs/tags/v2012.05-yocto1.2
>> Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
>> URL: http://arago-project.org/git/meta-ti.git/?a=tag;h=ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
>>
>> Tagger: Denys Dmytriyenko <denys@ti.com <mailto:denys@ti.com>>
>> Date: Wed May 2 03:41:43 2012 -0400
>>
>> 2012.05 release, compatible with Yocto Project 1.2 Denzil
>>
>> So it looks like it should be close at least :-) I don't know how the
>> meta-ti repo on yoctoproject.org <http://yoctoproject.org> tracks the arago-project one...
>
> The meta-ti repo on yoctoproject.org <http://yoctoproject.org> tracks the arago-project one closely.
>
> The following bblayers.conf configuration worked
>
> BBFILES ?= ""
> BBLAYERS ?= " \
> /tool/yocto/poky/meta \
> /tool/yocto/poky/meta-yocto \
> /tool/yocto/meta-openembedded/meta-oe \
> /tool/yocto/meta-gumstix \
> /tool/yocto/meta-ti \
> /tool/yocto/meta-xilinx \
> "
IMO, you should be able to use meta-ti *without* meta-oe (I do anyway)
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 13:21 ` Paul Eggleton
2012-05-03 15:39 ` Gary Thomas
@ 2012-05-03 21:52 ` Denys Dmytriyenko
1 sibling, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-05-03 21:52 UTC (permalink / raw)
To: Paul Eggleton; +Cc: yocto
On Thu, May 03, 2012 at 02:21:40PM +0100, Paul Eggleton wrote:
> On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote:
> > I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get
> > a build error when I run the following command:
> >
> > $ bitbake -c fetchall core-image-minimal
> >
> > Pseudo is not present but is required, building this first before the main
> > build WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated
> > with this version of the build system; you may possibly experience
> > unexpected failures. It is recommended that you use a tested distribution.
>
> This can be ignored - 12.04 *is* supported; it's just that the final version
> string wasn't what I expected it to be. I'll send a patch for this soon and it
> can hopefully go into 1.2.1.
>
> > ERROR: ParseError at
> > /tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit
> > file classes/systemd.bbclass ERROR: Command execution failed: Exited with 1
>
> systemd.bbclass is part of the meta-oe layer, so you'll need to add that to
> your bblayers.conf.
>
> BTW I'm not sure if the meta-ti maintainers have finished their work to ensure
> meta-ti works with distros other than Angstrom. If they haven't you may
> experience problems.
Yes, meta-ti does not require Angstrom.
--
Denys
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 15:39 ` Gary Thomas
2012-05-03 18:22 ` Elvis Dowson
@ 2012-05-03 21:53 ` Denys Dmytriyenko
1 sibling, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-05-03 21:53 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto
On Thu, May 03, 2012 at 09:39:17AM -0600, Gary Thomas wrote:
> On 2012-05-03 07:21, Paul Eggleton wrote:
> >On Thursday 03 May 2012 14:56:03 Elvis Dowson wrote:
> >> I've setup and configured an Ubuntu-12.04 LTS 64-bit system, and I get
> >>a build error when I run the following command:
> >>
> >>$ bitbake -c fetchall core-image-minimal
> >>
> >>Pseudo is not present but is required, building this first before the main
> >>build WARNING: Host distribution "Ubuntu 12.04 LTS" has not been validated
> >>with this version of the build system; you may possibly experience
> >>unexpected failures. It is recommended that you use a tested distribution.
> >
> >This can be ignored - 12.04 *is* supported; it's just that the final version
> >string wasn't what I expected it to be. I'll send a patch for this soon and it
> >can hopefully go into 1.2.1.
> >
> >>ERROR: ParseError at
> >>/tool/yocto/meta-ti/recipes-misc/payload/bonescript.bb:5: Could not inherit
> >>file classes/systemd.bbclass ERROR: Command execution failed: Exited with 1
> >
> >systemd.bbclass is part of the meta-oe layer, so you'll need to add that to
> >your bblayers.conf.
> >
> >BTW I'm not sure if the meta-ti maintainers have finished their work to ensure
> >meta-ti works with distros other than Angstrom. If they haven't you may
> >experience problems.
>
> I saw this checkin yesterday on meta-ti:
> Module: meta-ti
> Branch: refs/tags/v2012.05-yocto1.2
> Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
> URL: http://arago-project.org/git/meta-ti.git/?a=tag;h=ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
>
> Tagger: Denys Dmytriyenko <denys@ti.com>
> Date: Wed May 2 03:41:43 2012 -0400
>
> 2012.05 release, compatible with Yocto Project 1.2 Denzil
>
> So it looks like it should be close at least :-) I don't know how the
> meta-ti repo on yoctoproject.org tracks the arago-project one...
meta-ti on yoctoproject.org is the same exact as on arago-project.org - those
are just mirrors of the same repository.
--
Denys
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: Build error: Could not inherit file classes/systemd.bbclass
2012-05-03 19:07 ` Gary Thomas
@ 2012-05-03 21:54 ` Denys Dmytriyenko
0 siblings, 0 replies; 9+ messages in thread
From: Denys Dmytriyenko @ 2012-05-03 21:54 UTC (permalink / raw)
To: Gary Thomas; +Cc: yocto
On Thu, May 03, 2012 at 01:07:06PM -0600, Gary Thomas wrote:
> On 2012-05-03 12:22, Elvis Dowson wrote:
> >Hi,
> >
> >On May 3, 2012, at 5:39 PM, Gary Thomas wrote:
> >
> >>On 2012-05-03 07:21, Paul Eggleton wrote:
> >>I saw this checkin yesterday on meta-ti:
> >>Module: meta-ti
> >>Branch: refs/tags/v2012.05-yocto1.2
> >>Tag: ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
> >>URL: http://arago-project.org/git/meta-ti.git/?a=tag;h=ccae351a692bf6fa17a4a1e35b89ff6efcd35c6c
> >>
> >>Tagger: Denys Dmytriyenko <denys@ti.com <mailto:denys@ti.com>>
> >>Date: Wed May 2 03:41:43 2012 -0400
> >>
> >>2012.05 release, compatible with Yocto Project 1.2 Denzil
> >>
> >>So it looks like it should be close at least :-) I don't know how the
> >>meta-ti repo on yoctoproject.org <http://yoctoproject.org> tracks the arago-project one...
> >
> >The meta-ti repo on yoctoproject.org <http://yoctoproject.org> tracks the arago-project one closely.
> >
> >The following bblayers.conf configuration worked
> >
> >BBFILES ?= ""
> >BBLAYERS ?= " \
> >/tool/yocto/poky/meta \
> >/tool/yocto/poky/meta-yocto \
> >/tool/yocto/meta-openembedded/meta-oe \
> >/tool/yocto/meta-gumstix \
> >/tool/yocto/meta-ti \
> >/tool/yocto/meta-xilinx \
> >"
>
> IMO, you should be able to use meta-ti *without* meta-oe (I do anyway)
You still need to BBMASK recipes-misc to avoid systemd when used w/o meta-oe
--
Denys
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2012-05-03 21:54 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 12:56 Build error: Could not inherit file classes/systemd.bbclass Elvis Dowson
2012-05-03 13:21 ` Paul Eggleton
2012-05-03 15:39 ` Gary Thomas
2012-05-03 18:22 ` Elvis Dowson
2012-05-03 19:07 ` Gary Thomas
2012-05-03 21:54 ` Denys Dmytriyenko
2012-05-03 21:53 ` Denys Dmytriyenko
2012-05-03 21:52 ` Denys Dmytriyenko
-- strict thread matches above, loose matches on Subject: below --
2012-05-03 12:54 Elvis Dowson
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.