[linux-yocto] [PATCH][3.10][meta] intel-common: Add preempt-rt ktype targets
Darren Hart
dvhart at linux.intel.com
Tue Apr 1 23:03:06 PDT 2014
On 4/1/14, 17:52, "Bruce Ashfield" <bruce.ashfield at windriver.com> wrote:
>On 2014-03-31, 7:34 PM, Darren Hart wrote:
>> Add the preempt-rt ktype scc targets for the intel-core2-32 and
>> intel-corei7-64 BSPs. These are also the intel-common configuration used
>> for all intel-common compatible BSPs.
>
>I assume you want this on 3.14 and -dev as well ? It looks fine to me,
>confirm which versions you want it for, and I'll do the merge.
Only tested on 3.10 since that's where our RT support is. But yes, they
can go everywhere and keep it all in sync if you are OK with PREEMPT-RT
meta-data where there is no preempt-rt support.
--
Darren
>
>Cheers,
>
>Bruce
>
>>
>> Signed-off-by: Darren Hart <dvhart at linux.intel.com>
>> ---
>> .../bsp/intel-common/intel-core2-32-preempt-rt.scc | 9 +++++++++
>> .../intel-common/intel-corei7064-preempt-rt-scc | 9 +++++++++
>> 2 files changed, 18 insertions(+)
>> create mode 100644
>>meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
>> create mode 100644
>>meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
>>
>> diff --git
>>a/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
>>b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
>> new file mode 100644
>> index 0000000..1b33927
>> --- /dev/null
>> +++
>>b/meta/cfg/kernel-cache/bsp/intel-common/intel-core2-32-preempt-rt.scc
>> @@ -0,0 +1,9 @@
>> +define KMACHINE intel-core2-32
>> +define KTYPE preempt-rt
>> +define KARCH i386
>> +
>> +# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc
>>branch
>> +include ktypes/preempt-rt/preempt-rt.scc
>> +
>> +include intel-common-standard.scc
>> +include intel-core2-32.scc
>> diff --git
>>a/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
>>b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
>> new file mode 100644
>> index 0000000..d020408
>> --- /dev/null
>> +++
>>b/meta/cfg/kernel-cache/bsp/intel-common/intel-corei7064-preempt-rt-scc
>> @@ -0,0 +1,9 @@
>> +define KMACHINE intel-corei7-64
>> +define KTYPE preempt-rt
>> +define KARCH x86_64
>> +
>> +# no new branch required, re-use the ktypes/preempt-rt/preempt-rt.scc
>>branch
>> +include ktypes/preempt-rt/preempt-rt.scc
>> +
>> +include intel-common-standard.scc
>> +include intel-corei7-64.scc
>>
>
>
--
Darren Hart
Yocto Project - Linux Kernel
Intel Open Source Technology Center
More information about the linux-yocto
mailing list