From: Richard Purdie <richard.purdie@linuxfoundation.org>
To: Darren Hart <dvhart@linux.intel.com>
Cc: Yocto Project <yocto@yoctoproject.org>
Subject: Re: [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf
Date: Wed, 21 Dec 2011 16:28:38 +0000 [thread overview]
Message-ID: <1324484918.18348.7.camel@ted> (raw)
In-Reply-To: <64ce10cdc685f9f5c0288df4bd0ab276711148d6.1324456294.git.dvhart@linux.intel.com>
On Wed, 2011-12-21 at 01:02 -0800, Darren Hart wrote:
> Prepare to add additional poky distro variants by factoring out
> assignments common to all poky* distros into poky-common.inc. Things
> like the naming schemes, mirrors, etc. are common, while dependencies
> and other things impacting image generation should be distro specific.
>
> Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Why doesn't something like:
"""
$meta-yocto/conf/distro$ cat poky-lsb.conf
require conf/distro/poky.conf
DISTRO = "poky-lsb"
DISTROOVERRIDES = "poky:linuxstdbase"
"""
work?
Effectively the above takes poky but then customises it...
Cheers,
Richard
next prev parent reply other threads:[~2011-12-21 16:29 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-21 9:02 [RFC PATCH 0/9] New distribution definition for poky-tiny Darren Hart
2011-12-21 9:02 ` [PATCH 1/9] native.bbclass: Fix variable remapping coverage Darren Hart
2011-12-21 9:02 ` [PATCH 2/9] ncurses: Allow override of ENABLE_WIDEC Darren Hart
2011-12-21 9:02 ` [PATCH 3/9] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported Darren Hart
2011-12-21 9:02 ` [PATCH 4/9] linux-yocto-tiny: New kernel recipe for poky-tiny distro (INCOMPLETE) Darren Hart
2011-12-21 14:56 ` Bruce Ashfield
2011-12-21 15:52 ` Darren Hart
2011-12-21 15:56 ` Bruce Ashfield
2011-12-21 16:02 ` Darren Hart
2011-12-21 16:04 ` Bruce Ashfield
2011-12-21 9:02 ` [PATCH 5/9] task-core-boot: Allow DISTRO to disable keymaps Darren Hart
2011-12-21 10:09 ` Martin Jansa
2011-12-21 13:19 ` [yocto] " Koen Kooi
2011-12-21 13:19 ` Koen Kooi
2011-12-21 15:57 ` [yocto] " Darren Hart
2011-12-21 15:57 ` Darren Hart
2011-12-21 16:01 ` Darren Hart
2011-12-21 16:13 ` Martin Jansa
2011-12-21 9:02 ` [PATCH 6/9] distro: Factor out poky-common.inc from poky.conf Darren Hart
2011-12-21 16:28 ` Richard Purdie [this message]
2011-12-21 16:47 ` Darren Hart
2011-12-21 17:02 ` Darren Hart
2011-12-21 17:31 ` Richard Purdie
2011-12-21 17:57 ` Darren Hart
2011-12-21 9:02 ` [PATCH 7/9] distro: Add poky-tiny distro definition Darren Hart
2011-12-21 9:02 ` [PATCH 8/9] license: Fix manifest conditional Darren Hart
2011-12-21 9:02 ` [PATCH 9/9] image_types: Ensure /init exists for cpio rootfs archives Darren Hart
2011-12-21 15:52 ` [RFC PATCH 0/9] New distribution definition for poky-tiny Chris Larson
2011-12-21 16:10 ` Darren Hart
2011-12-21 17:33 ` Chris Larson
2011-12-21 17:48 ` Darren Hart
2011-12-28 0:50 ` McClintock Matthew-B29882
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=1324484918.18348.7.camel@ted \
--to=richard.purdie@linuxfoundation.org \
--cc=dvhart@linux.intel.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.