[linux-yocto] [PATCH 09/13] preempt-rt.scc: inlcude extended ktype instead of standard

Paul Gortmaker paul.gortmaker at windriver.com
Sun Feb 7 15:31:03 PST 2016


[[linux-yocto] [PATCH 09/13] preempt-rt.scc: inlcude extended ktype instead of standard] On 04/02/2016 (Thu 16:25) California Sullivan wrote:

> The extended ktype now has the functionality of the previous standard
> ktype. To keep preempt-rt's functionality consistent we must include
> extended.

THis goes away too if we don't add a new ktype.  And maybe we won't use
stardard.scc nocfg at all on -rt ; ideally I'd like to see the rt
patches underneath all the standard patches vs. on top of them (don't
panic, that won't be happening overnight...)  but that would clobber
the standard include below in the process (or at least move it lower).

P.
--

> 
> Signed-off-by: California Sullivan <california.l.sullivan at intel.com>
> ---
>  ktypes/preempt-rt/preempt-rt.scc | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ktypes/preempt-rt/preempt-rt.scc b/ktypes/preempt-rt/preempt-rt.scc
> index 5e52ec9..dfa9901 100644
> --- a/ktypes/preempt-rt/preempt-rt.scc
> +++ b/ktypes/preempt-rt/preempt-rt.scc
> @@ -1,4 +1,4 @@
> -include ktypes/standard/standard.scc nocfg
> +include ktypes/extended/extended.scc nocfg
>  branch preempt-rt
>  
>  # aufs doesn't even build with preempt-rt kernels
> -- 
> 2.5.0
> 
> -- 
> _______________________________________________
> linux-yocto mailing list
> linux-yocto at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/linux-yocto


More information about the linux-yocto mailing list