[linux-yocto] [PATCH][3.8][meta] atom-pc: Update atom-pc-preempt-rt.scc to reuse config from common-pc

Bruce Ashfield bruce.ashfield at windriver.com
Thu Apr 4 08:59:11 PDT 2013


On 13-04-04 11:34 AM, Darren Hart wrote:
> The atom-pc preempt-rt BSP was omitting the config from common-pc,
> resulting in very few drivers being built, including USB_STORAGE,
> preventing preliminary boot testing.
>
> Remove the "standard features" as those are covered by the common-pc
> scc files.

Indeed. More BSPs need this scrub, there's a bug open for that work, and
I'll see about working on more boards.

I've grabbed this here, it'll go out with an update I'm sending later today.

Bruce

>
> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
> ---
>   .../bsp/atom-pc/atom-pc-preempt-rt.scc             |   11 +++--------
>   1 files changed, 3 insertions(+), 8 deletions(-)
>
> diff --git a/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc b/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
> index 0db19b2..3f4e360 100644
> --- a/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
> +++ b/meta/cfg/kernel-cache/bsp/atom-pc/atom-pc-preempt-rt.scc
> @@ -2,13 +2,8 @@ define KMACHINE atom-pc
>   define KTYPE preempt-rt
>   define KARCH i386
>
> -# re-use the base preempt-rt branch
> -include ktypes/preempt-rt/preempt-rt.scc
> +include bsp/common-pc/common-pc-preempt-rt.scc
> +# No new branch required, re-use from preempt-rt.scc
> +#branch atom-pc
>
>   include atom-pc.scc
> -
> -# default policy for preempt-rt kernels
> -include cfg/usb-mass-storage.scc
> -include cfg/boot-live.scc
> -include features/latencytop/latencytop.scc
> -include features/profiling/profiling.scc
>




More information about the linux-yocto mailing list