All of lore.kernel.org
 help / color / mirror / Atom feed
From: Darren Hart <dvhart@linux.intel.com>
To: Robert Yang <liezhi.yang@windriver.com>
Cc: poky@yoctoproject.org
Subject: Re: [PATCH 1/2] Add the layer meta-skeleton
Date: Wed, 11 May 2011 09:27:28 -0700	[thread overview]
Message-ID: <4DCAB8F0.5090600@linux.intel.com> (raw)
In-Reply-To: <9b97fab8dc9e2b4192592b67dd56e3321ecce29e.1305120861.git.liezhi.yang@windriver.com>

On 05/11/2011 06:41 AM, Robert Yang wrote:
> Add the layer meta-skeleton, it will be used to place the various
> canonical examples.
> 
> Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
> ---
>  meta-skeleton/conf/layer.conf |   10 ++++++++++
>  1 files changed, 10 insertions(+), 0 deletions(-)
>  create mode 100644 meta-skeleton/conf/layer.conf
> 
> diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
> new file mode 100644
> index 0000000..67be3bc
> --- /dev/null
> +++ b/meta-skeleton/conf/layer.conf
> @@ -0,0 +1,10 @@
> +# We have a conf and classes directory, add to BBPATH
> +BBPATH := "${BBPATH}:${LAYERDIR}"
> +
> +# We have a packages directory, add to BBFILES
> +BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
> +
> +BBFILE_COLLECTIONS += "skeleton"
> +BBFILE_PATTERN_skeleton := "^${LAYERDIR}/"
> +BBFILE_PRIORITY_skeleton = "6"

This should probably be very last priority?

-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel


  reply	other threads:[~2011-05-11 16:27 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-11 13:41 [PATCH 0/2] Add meta-skeleton and a skeleton for init scripts Robert Yang
2011-05-11 13:41 ` [PATCH 1/2] Add the layer meta-skeleton Robert Yang
2011-05-11 16:27   ` Darren Hart [this message]
2011-05-11 13:41 ` [PATCH 2/2] Add a skeleton for init scripts Robert Yang
2011-05-11 17:56   ` Darren Hart
2011-05-12  0:47     ` Robert Yang
2011-05-12 15:41     ` Robert Yang
2011-05-16  1:34       ` Robert Yang
2011-05-12 17:22     ` Saul Wold
2011-05-12 20:31       ` Darren Hart

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=4DCAB8F0.5090600@linux.intel.com \
    --to=dvhart@linux.intel.com \
    --cc=liezhi.yang@windriver.com \
    --cc=poky@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.