From: JC <jc@vtkloud.com>
To: Paul Barker <paul@paulbarker.me.uk>
Cc: Yocto discussion list <yocto@yoctoproject.org>
Subject: Re: raspberry layer
Date: Thu, 05 Sep 2013 10:20:41 +0200 [thread overview]
Message-ID: <52283ED9.2070708@vtkloud.com> (raw)
In-Reply-To: <CANyK_8c=yXSFuaU7JT2i5PP7K=QfoVe0x62mh9Ax+KQk9shvVg@mail.gmail.com>
In the log you posted is the line:
>> ERROR: Failed to parse recipe: /media/yocto/yocto/openembedded-core/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.28.2.bb
> So something was adding the path
> /media/yocto/yocto/openembedded-core/meta to BBLAYERS. If you've just
> removed that, give it another try.
>
I did remove that and gave another try *before* sending the mail :) so
some cache were present.
In order to make sure everything with fine I sourced oe-init-build-env
to a new directory
As a reminder here's how my stuff is installed:
from a directory /media/yocto/yocto I performed a git clone of poky,
meta-raspberrypi and meta-openembedded so I now have :
$ ls
meta-openembedded meta-raspberrypi poky rpi
(rpi is the name of the directory I oe-init'd)
Here are the steps:
1. local.conf is unmodified, except for MACHINE set to raspberrypi
2. bblayers.conf is:
LCONF_VERSION = "6"
BBPATH = "${TOPDIR}"
BBFILES ?= ""
BBLAYERS ?= " \
/media/yocto/yocto/poky/meta \
/media/yocto/yocto/poky/meta-yocto \
/media/yocto/yocto/poky/meta-yocto-bsp \
/media/yocto/yocto/meta-openembedded/meta-oe \
/media/yocto/yocto/meta-raspberrypi \
"
BBLAYERS_NON_REMOVABLE ?= " \
/media/yocto/yocto/poky/meta \
/media/yocto/yocto/poky/meta-yocto \
"
3. bitbake rpi-image-basic
Pseudo is not present but is required, building this first before the
main build
Loading cache: 100%
|##########################################################################################################|
ETA: 00:00:00
Loaded 202 entries from dependency cache.
ERROR: ParseError at
/media/yocto/yocto/meta-openembedded/meta-oe/recipes-devtools/libgee/libgee.inc:12:
Could not inherit file classes/vala.bbclass
ERROR: Command execution failed: Exited with 1
If this is not something you get with a head checkout of poky,
meta-raspberrypi and meta-openembedded, I can retry a new fresh git
clone to test again...
Jay
next prev parent reply other threads:[~2013-09-05 8:20 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-09-04 16:40 raspberry layer JC
2013-09-04 16:46 ` Gary Thomas
2013-09-05 7:21 ` JC
2013-09-05 7:31 ` Paul Barker
2013-09-05 7:55 ` JC
2013-09-05 8:04 ` Paul Barker
2013-09-05 8:08 ` JC
2013-09-05 8:12 ` Paul Barker
2013-09-05 8:20 ` JC [this message]
2013-09-05 8:28 ` Paul Eggleton
2013-09-05 9:07 ` JC
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=52283ED9.2070708@vtkloud.com \
--to=jc@vtkloud.com \
--cc=paul@paulbarker.me.uk \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.