From: Andrei Gherzan <andrei@gherzan.ro>
To: "Andreas Müller" <schnitzeltony@googlemail.com>
Cc: yocto@yoctoproject.org
Subject: Re: [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse
Date: Sun, 27 Jan 2013 01:03:49 +0200 [thread overview]
Message-ID: <20130126230349.GB30017@gmail.com> (raw)
In-Reply-To: <1359064662-17052-2-git-send-email-schnitzeltony@googlemail.com>
On Thu, Jan 24, 2013 at 10:57:41PM +0100, Andreas Müller wrote:
> after meta-systemd commit [1] the following error was thrown during parsing:
>
> ERROR: Unable to parse /home/Superandy/data/oe-core/sources/meta-raspberrypi/conf/layer.conf:
> Failure expanding variable BBFILES, expression was
> ...
> /home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/recipes-*/*/*.bb
> /home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/oe-core/recipes-*/*/*.bbappend
> /home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-oe/recipes-*/*/*.bbappend
> ${@base_contains('BBFILE_COLLECTIONS', 'systemd-layer','', '/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/invalid.bb', d)}
> ${@base_contains('BBFILE_COLLECTIONS', 'gnome-layer','/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-gnome/recipes-*/*/*.bbappend', '', d)}
> ${@base_contains('BBFILE_COLLECTIONS', 'efl-layer','/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-efl/recipes-*/*/*.bbappend', '', d)}
> ${@base_contains('BBFILE_COLLECTIONS', 'multimedia-layer','/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-multimedia/recipes-*/*/*.bbappend', '', d)}
> ${@base_contains('BBFILE_COLLECTIONS', 'networking','/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-networking/recipes-*/*/*.bbappend', '', d)}
> ${@base_contains('BBFILE_COLLECTIONS', 'xfce-layer','/home/Superandy/data/oe-core/sources/meta-openembedded/meta-systemd/meta-xfce/recipes-*/*/*.bbappend', '', d)}
> ...
> which triggered exception NameError: name 'base_contains' is not defined
>
> [1] http://cgit.openembedded.org/meta-openembedded/commit/?id=3c21a46020bd0816579648f684c41dbd6333583e
>
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
> ---
> conf/layer.conf | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/conf/layer.conf b/conf/layer.conf
> index 32e1827..e8b87b2 100644
> --- a/conf/layer.conf
> +++ b/conf/layer.conf
> @@ -2,7 +2,7 @@
> BBPATH .= ":${LAYERDIR}"
>
> # We have a recipes directory containing .bb and .bbappend files, add to BBFILES
> -BBFILES := "${BBFILES} ${LAYERDIR}/recipes*/*/*.bb \
> +BBFILES += "${LAYERDIR}/recipes*/*/*.bb \
> ${LAYERDIR}/recipes*/*/*.bbappend"
>
> BBFILE_COLLECTIONS += "raspberrypi"
> --
> 1.7.4.4
>
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
Merged with a little commit message tweak.
Thank you,
--
Andrei Gherzan
m: +40.744.478.414 | f: +40.31.816.28.12
next prev parent reply other threads:[~2013-01-26 23:03 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-24 21:57 [meta-raspberrypi][PATCH 0/2] minor fixes for current HEADs Andreas Müller
2013-01-24 21:57 ` [meta-raspberrypi][PATCH 1/2] layer.conf: fix parse Andreas Müller
2013-01-26 23:03 ` Andrei Gherzan [this message]
2013-01-24 21:57 ` [meta-raspberrypi][PATCH 2/2] xserver-xf86-config: fix do_install Andreas Müller
2013-01-26 22:58 ` Andrei Gherzan
2013-01-27 14:35 ` Andreas Müller
2013-03-13 17:47 ` Andrei Gherzan
2013-05-03 9:33 ` Andrei Gherzan
2013-05-03 9:55 ` Andreas Müller
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=20130126230349.GB30017@gmail.com \
--to=andrei@gherzan.ro \
--cc=schnitzeltony@googlemail.com \
--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.