From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.windriver.com (mail1.windriver.com [147.11.146.13]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F12D7E0161B for ; Thu, 3 Oct 2013 06:58:40 -0700 (PDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca.corp.ad.wrs.com [147.11.189.40]) by mail1.windriver.com (8.14.5/8.14.3) with ESMTP id r93Dwe1V002680 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Thu, 3 Oct 2013 06:58:40 -0700 (PDT) Received: from [128.224.146.67] (128.224.146.67) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server id 14.2.347.0; Thu, 3 Oct 2013 06:58:38 -0700 Message-ID: <524D7809.5040700@windriver.com> Date: Thu, 3 Oct 2013 09:58:33 -0400 From: Bruce Ashfield User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.0 MIME-Version: 1.0 To: Raul Rosetto Munoz References: <524D6529.90802@windriver.com> In-Reply-To: Cc: "yocto@yoctoproject.org" Subject: Re: Install Kernel Modules in rootfs X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Oct 2013 13:58:42 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 8bit On 13-10-03 09:32 AM, Raul Rosetto Munoz wrote: > I think that I found my problem, > > I tryed to use the kernel 3.8 before in this build system, but I decided > to go back to the 2.6.35.3. > > But now I did bitbake -c cleanall virtual/kernel, I tryed to delete > every thing about kernel 3.8 but the modules that are instaled in my > /lib/modules/ still be the modules of kernel 3.8. > > How I clean the modules and force to use no 2.6.35.3 again. > > Which package or command do that? If you reconstruct your image, the old module package shouldn't be re-used, since you would now have a dependency on the 2.6.35.x kernel. How exactly are they installed in /lib/modules ? Did you do anything in particular ? Bruce > > Thanks for all Help. > > > On Thu, Oct 3, 2013 at 9:38 AM, Bruce Ashfield > > wrote: > > On 13-10-03 08 :34 AM, Raul Rosetto Munoz wrote: > > Hello All, > > I'm Trying to install the kernel modules inside my rootfs but I > couldn't > find an especific information that help me to do that! > > I have in my /tmp/images/ the tgz with all the modules that I need. > > modules--2.6.35.3-r32.23-__imx28evk-20131002210958.tgz > > I just want that this tzg was extracted inside my rootfs > /lib/modules. > > Please some one can help me with this? > > > Does your image type have a RDEPENDS on "kernel-modules", or do you > have IMAGE_INSTALL_append = " kernel-modules", in your local.conf ? > > If you do either of the above, the entire set of built modules will > be installed. > > You can also install / require individual modules via > kernel-module-. > > The Yocto docs should have details on this as well. > > Cheers, > > Bruce > > > Thanks so much. > > -- > *Raul Rosetto Muņoz* > > > _________________________________________________ > yocto mailing list > yocto@yoctoproject.org > https://lists.yoctoproject.__org/listinfo/yocto > > > > > > > -- > *Raul Rosetto Muņoz*