[meta-virtualization] [PATCH v2 1/2] linux-yocto: added kernel configuration for KVM

lei yang yanglei.fage at gmail.com
Fri Jan 11 22:08:57 PST 2013


On Fri, Jan 11, 2013 at 1:08 PM, Bruce Ashfield
<bruce.ashfield at gmail.com> wrote:
> On Fri, Jan 11, 2013 at 11:27 AM, Mihai Prica <mihai.prica at intel.com> wrote:
>>
>> Signed-off-by: Mihai Prica <mihai.prica at intel.com>
>> ---
>>  recipes-kernel/linux/linux-yocto_3.4.bbappend |    5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> b/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> index 5b163ff..6fa02e8 100644
>> --- a/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> +++ b/recipes-kernel/linux/linux-yocto_3.4.bbappend
>> @@ -6,3 +6,8 @@ SRC_URI += "file://xt-checksum.scc \
>>             file://lxc.scc \
>>             "
>>
>> +KERNEL_FEATURES_append = " kvm/qemu-kvm-enable"
>
>
> Have you confirmed that this is adding the option you want ? I would have
> expected this to be:
>
> KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"
>
>

Hi Bruce,

I also notice this, I did a serch in internal layer just found below
in wr-kernel use the same way

templates/feature/libhugetlbfs/template.conf:KERNEL_FEATURES_append +=
"features/hugetlb"

I don't know if there is defect for this, both work or not,or we like
.scc is there(coding style)

I'm glad to do a test later.

Lei


>>
>> +
>> +module_autoload_kvm = "kvm"
>> +module_autoload_kvm-amd = "kvm-amd"
>> +module_autoload_kvm-intel = "kvm-intel"
>
>
> This part looks fine though.
>
> Cheers,
>
> Bruce
>
>>
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> meta-virtualization mailing list
>> meta-virtualization at yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/meta-virtualization
>
>
>
>
> --
> "Thou shalt not follow the NULL pointer, for chaos and madness await thee at
> its end"
>
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



More information about the meta-virtualization mailing list