From: Darren Hart <dvhart@linux.intel.com>
To: tom.zanussi@intel.com
Cc: yocto@yoctoproject.org
Subject: Re: [PATCH 05/10] meta/common-pc: factor out policy-related options
Date: Fri, 11 May 2012 09:15:52 -0700 [thread overview]
Message-ID: <4FAD3B38.9040309@linux.intel.com> (raw)
In-Reply-To: <4b6778f59a7f6475dad58a3c9daea9c51f278a50.1336697506.git.tom.zanussi@intel.com>
On 05/10/2012 06:00 PM, tom.zanussi@intel.com wrote:
> From: Tom Zanussi <tom.zanussi@intel.com>
>
> Refactor bsp/common-pc/common-pc* to keep hardware-related options in
> the base common-pc-64.scc while moving the more 'policy'-related
> options into the files that include the base common-pc-64.scc
> fragment.
>
> This allows the different kernel types to make use of the basic
> machine support without dragging along possibly unwanted options that
> fall under the heading of 'policy' for a specific kernel type.
>
> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Same comments as for common-pc (5/10)
> ---
> .../bsp/common-pc-64/common-pc-64-preempt-rt.scc | 6 ++++++
> .../bsp/common-pc-64/common-pc-64-standard.scc | 6 ++++++
> .../kernel-cache/bsp/common-pc-64/common-pc-64.scc | 6 ------
> 3 files changed, 12 insertions(+), 6 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-preempt-rt.scc
> index ea13b44..8a79dd1 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-preempt-rt.scc
> +++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-preempt-rt.scc
> @@ -4,5 +4,11 @@ define KARCH x86_64
>
> # no new branch required, re-use the ktypes/preempt-rt branch
> include ktypes/preempt-rt
> +
> include bsp/common-pc-64/common-pc-64.scc
>
> +# default policy for preempt-rt kernels
> +include cfg/boot-live.scc
> +include features/latencytop/latencytop.scc
> +include features/profiling/profiling.scc
> +include cfg/virtio.scc
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-standard.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-standard.scc
> index aa690cd..dcb1949 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-standard.scc
> +++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64-standard.scc
> @@ -6,3 +6,9 @@ include ktypes/standard
> branch common-pc-64
>
> include common-pc-64.scc
> +
> +# default policy for standard kernels
> +include cfg/boot-live.scc
> +include features/latencytop/latencytop.scc
> +include features/profiling/profiling.scc
> +include cfg/virtio.scc
> diff --git a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> index d0327c5..c2efc88 100644
> --- a/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> +++ b/meta/cfg/kernel-cache/bsp/common-pc-64/common-pc-64.scc
> @@ -1,14 +1,8 @@
> kconf hardware common-pc-64.cfg
> kconf hardware common-pc-64-graphics.cfg
>
> -include cfg/boot-live.scc
> -
> include features/hpet/hpet.scc
> include features/usb/ehci-hcd.scc
> include features/usb/uhci-hcd.scc
> include features/intel-e1xxxx/intel-e100.scc
> include features/intel-e1xxxx/intel-e1xxxx.scc
> -
> -include features/latencytop/latencytop.scc
> -include features/profiling/profiling.scc
> -include cfg/virtio.scc
--
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
next prev parent reply other threads:[~2012-05-11 16:18 UTC|newest]
Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 1:00 [PATCH 00/10][KERNEL][RFC] policy cleanup patches tom.zanussi
2012-05-11 0:59 ` [PATCH 01/10] meta: add ROOT_HUB_TT config option to the usb/ehci-hcd feature tom.zanussi
2012-05-11 16:08 ` Darren Hart
2012-05-11 0:59 ` [PATCH 02/10] meta/common-pc: use usb features tom.zanussi
2012-05-11 16:12 ` Darren Hart
2012-05-11 19:26 ` Tom Zanussi
2012-05-11 20:15 ` Bruce Ashfield
2012-05-11 0:59 ` [PATCH 03/10] meta/common-pc-64: " tom.zanussi
2012-05-11 1:00 ` [PATCH 04/10] meta/common-pc: factor out policy-related options tom.zanussi
2012-05-11 16:15 ` Darren Hart
2012-05-11 19:29 ` Tom Zanussi
2012-05-11 1:00 ` [PATCH 05/10] " tom.zanussi
2012-05-11 16:15 ` Darren Hart [this message]
2012-05-11 1:00 ` [PATCH 06/10] meta/crownbay: " tom.zanussi
2012-05-11 16:18 ` Darren Hart
2012-05-11 22:08 ` Tom Zanussi
2012-05-11 22:19 ` Tom Zanussi
2012-05-11 22:35 ` Darren Hart
2012-05-11 22:42 ` Tom Zanussi
2012-05-11 22:54 ` Darren Hart
2012-05-11 1:00 ` [PATCH 07/10] meta/emenlow: " tom.zanussi
2012-05-11 16:19 ` Darren Hart
2012-05-11 1:00 ` [PATCH 08/10] " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 1:00 ` [PATCH 09/10] meta/jasperforest: " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 1:00 ` [PATCH 10/10] meta/sugarbay: " tom.zanussi
2012-05-11 16:20 ` Darren Hart
2012-05-11 16:16 ` [PATCH 00/10][KERNEL][RFC] policy cleanup patches Bruce Ashfield
2012-05-11 20:17 ` Bruce Ashfield
2012-05-11 20:47 ` Tom Zanussi
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=4FAD3B38.9040309@linux.intel.com \
--to=dvhart@linux.intel.com \
--cc=tom.zanussi@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.