[meta-intel] meta-intel Digest, Vol 13, Issue 22

Chan, Wei Sern wei.sern.chan at intel.com
Thu Nov 28 19:06:35 PST 2013


Hi,

Can you try add a [linux-yocto_3.8.bbappend] into [meta-virtualization/recipes-kernel/linux]


The steps are below:-

#vim meta-virtualization/recipes-kernel/linux/linux-yocto_3.8.bbappend

The content of the [linux-yocto_3.8.bbappend]:-

FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"

SRC_URI += "file://xt-checksum.scc \
            file://ebtables.scc \
            file://vswitch.scc \
            file://lxc.scc \
            "
module_autoload_openvswitch = "openvswitch"
KERNEL_FEATURES_append = " features/kvm/qemu-kvm-enable.scc"

module_autoload_kvm = "kvm"
module_autoload_kvm-amd = "kvm-amd"
module_autoload_kvm-intel = "kvm-intel"


Let us know the result if you are able to compile.

Thanks.
Regards,
Wei Sern.

> -----Original Message-----
> From: meta-intel-bounces at yoctoproject.org [mailto:meta-intel-
> bounces at yoctoproject.org] On Behalf Of meta-intel-request at yoctoproject.org
> Sent: Tuesday, November 26, 2013 4:00 AM
> To: meta-intel at yoctoproject.org
> Subject: meta-intel Digest, Vol 13, Issue 22
> 
> Send meta-intel mailing list submissions to
> 	meta-intel at yoctoproject.org
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	https://lists.yoctoproject.org/listinfo/meta-intel
> or, via email, send a message with subject or body 'help' to
> 	meta-intel-request at yoctoproject.org
> 
> You can reach the person managing the list at
> 	meta-intel-owner at yoctoproject.org
> 
> When replying, please edit your Subject line so it is more specific than "Re:
> Contents of meta-intel digest..."
> 
> 
> Today's Topics:
> 
>    1. Re: meta-intel Digest, Vol 13, Issue 21 (Ong, Boon Leong)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Mon, 25 Nov 2013 02:02:29 +0000
> From: "Ong, Boon Leong" <boon.leong.ong at intel.com>
> To: "bambalakkat at gmail.com" <bambalakkat at gmail.com>
> Cc: "meta-intel at yoctoproject.org" <meta-intel at yoctoproject.org>
> Subject: Re: [meta-intel] meta-intel Digest, Vol 13, Issue 21
> Message-ID:
> 	<AF233D1473C1364ABD51D28909A1B1B72404B4F2 at pgsmsx105.gar.c
> orp.intel.com>
> 
> Content-Type: text/plain; charset="us-ascii"
> 
> Hi,
> 	We will look into this issue that you reported. Please stay tuned.
> 	In future, please look-up the maintainer name for the related BSP recipe
> and CC'ed the person together with your email to the mailing-list.
> 
> Thanks
> BL
> > -----Original Message-----
> > From: meta-intel-bounces at yoctoproject.org [mailto:meta-intel-
> > bounces at yoctoproject.org] On Behalf Of meta-intel-
> > request at yoctoproject.org
> > Sent: Sunday, November 24, 2013 4:00 AM
> > To: meta-intel at yoctoproject.org
> > Subject: meta-intel Digest, Vol 13, Issue 21
> >
> > Send meta-intel mailing list submissions to
> > 	meta-intel at yoctoproject.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 	https://lists.yoctoproject.org/listinfo/meta-intel
> > or, via email, send a message with subject or body 'help' to
> > 	meta-intel-request at yoctoproject.org
> >
> > You can reach the person managing the list at
> > 	meta-intel-owner at yoctoproject.org
> >
> > When replying, please edit your Subject line so it is more specific than "Re:
> > Contents of meta-intel digest..."
> >
> >
> > Today's Topics:
> >
> >    1. Need help: Error: kernel-module-kvm-intel not found in the
> >       base feeds (crystalforest_gladden x86_64 noarch any all).
> >       (balagopal ambalakkat)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Fri, 22 Nov 2013 17:21:18 -0800
> > From: balagopal ambalakkat <bambalakkat at gmail.com>
> > To: meta-intel at yoctoproject.org
> > Subject: [meta-intel] Need help: Error: kernel-module-kvm-intel not
> > 	found in the base feeds (crystalforest_gladden x86_64 noarch any
> > all).
> > Message-ID:
> > 	<CAHb3sCcWtjXVmbfxzvX_HNL7iq8qY2Uyh6-
> > +hEdCjvC=fEC90A at mail.gmail.com>
> > Content-Type: text/plain; charset="iso-8859-1"
> >
> > Hello
> >
> > I am completely new to the yocto environment.
> >
> > I am building poky-dylan with meta-crystalforest-gladden and meta-
> > virtualization I am getting the  following error
> >
> > *Error: kernel-module-kvm-intel not found in the base feeds
> > (crystalforest_gladden x86_64 noarch any all).*
> >
> > I was able to build using "bitbake core-image-minimal" and boot the
> > yocto
> > using* intel meta-crystalforest-gladden* without meta-virtualization.
> > My CPU board is based on intel crystal forest gladden/cavecreek platform.
> >
> >
> > I am building *"bitbake kvm-image-minimal"*
> >
> > My bblayers.conf is as follows:
> >
> > # LAYER_CONF_VERSION is increased each time build/conf/bblayers.conf #
> > changes incompatibly LCONF_VERSION = "6"
> >
> > BBPATH = "${TOPDIR}"
> > BBFILES ?= ""
> >
> > BBLAYERS ?= " \
> >  /home/ambalakkat/projects/yocto/git/poky/meta \
> > /home/ambalakkat/projects/yocto/git/poky/meta-yocto \
> > /home/ambalakkat/projects/yocto/git/poky/meta-yocto-bsp \
> > /home/ambalakkat/projects/yocto/git/poky/meta-openembedded/meta-oe
> > \  /home/ambalakkat/projects/yocto/git/poky/meta-openembedded/meta-
> > networking
> > \
> >  /home/ambalakkat/projects/yocto/git/poky/meta-intel \
> > /home/ambalakkat/projects/yocto/git/poky/meta-crystalforest-gladden \
> > /home/ambalakkat/projects/yocto/git/poky/meta-virtualization \
> >   "
> > BBLAYERS_NON_REMOVABLE ?= " \
> >  /home/ambalakkat/projects/yocto/git/poky/meta \
> > /home/ambalakkat/projects/yocto/git/poky/meta-yocto \  "
> >
> > How do I resolve this issue?
> > Any help is appreciated
> > --
> > *Balagopal* *Ambalakkat*
> > -------------- next part -------------- An HTML attachment was
> > scrubbed...
> > URL: <http://lists.yoctoproject.org/pipermail/meta-
> > intel/attachments/20131122/ec908f88/attachment-0001.html>
> >
> > ------------------------------
> >
> > _______________________________________________
> > meta-intel mailing list
> > meta-intel at yoctoproject.org
> > https://lists.yoctoproject.org/listinfo/meta-intel
> >
> >
> > End of meta-intel Digest, Vol 13, Issue 21
> > ******************************************
> 
> 
> ------------------------------
> 
> _______________________________________________
> meta-intel mailing list
> meta-intel at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-intel
> 
> 
> End of meta-intel Digest, Vol 13, Issue 22
> ******************************************


More information about the meta-intel mailing list