From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 6C84CE00BE9; Mon, 25 Jan 2016 17:00:34 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -5.0 RCVD_IN_DNSWL_HI RBL: Sender listed at http://www.dnswl.org/, high * trust * [198.47.26.152 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from comal.ext.ti.com (comal.ext.ti.com [198.47.26.152]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 25037E00BB6 for ; Mon, 25 Jan 2016 17:00:30 -0800 (PST) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by comal.ext.ti.com (8.13.7/8.13.7) with ESMTP id u0Q10ToM008293 for ; Mon, 25 Jan 2016 19:00:29 -0600 Received: from DLEE71.ent.ti.com (dlee71.ent.ti.com [157.170.170.114]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0Q10T3r002600 for ; Mon, 25 Jan 2016 19:00:29 -0600 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE71.ent.ti.com (157.170.170.114) with Microsoft SMTP Server id 14.3.224.2; Mon, 25 Jan 2016 19:00:29 -0600 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id u0Q10Ta0005338 for ; Mon, 25 Jan 2016 19:00:29 -0600 Date: Mon, 25 Jan 2016 20:00:13 -0500 From: Denys Dmytriyenko To: Message-ID: <20160126010013.GS11314@edge> References: <20151218010723.30EA852A14@arago-project.org> MIME-Version: 1.0 In-Reply-To: <20151218010723.30EA852A14@arago-project.org> User-Agent: Mutt/1.5.20 (2009-06-14) Subject: Re: Sam Nelson : linux-ti-staging: Work around to avoid race condition with external module X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Jan 2016 01:00:34 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Sam, Is this still a problem on 4.1 kernel? Do we need to copy this work around to 4.1 recipe in Fido branch? On Fri, Dec 18, 2015 at 01:07:23AM +0000, Arago Project git wrote: > Module: meta-ti > Branch: fido > Commit: 4f542c3fe47a8c6be195b3c97fd83efbf930bb70 > URL: http://arago-project.org/git/meta-ti.git?a=commit;h=4f542c3fe47a8c6be195b3c97fd83efbf930bb70 > > Author: Sam Nelson > Date: Mon Dec 14 17:47:48 2015 +0000 > > linux-ti-staging: Work around to avoid race condition with external module > > - Currently there is an issue with compiling external kernel module > which depends on symbols from another kernel module which is part of the > list of modules configured to be built as modules in the default config. > - This work around allows to avoid the issue by copying the module > symbols to the kernel directory after making the kernel modules build. > - This issue is already fixed in oe-core: master branch as of date > - This is just work around before updating to latest oe-core > > Signed-off-by: Sam Nelson > Signed-off-by: Denys Dmytriyenko > > --- > > recipes-kernel/linux/linux-ti-staging_3.14.bb | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > > diff --git a/recipes-kernel/linux/linux-ti-staging_3.14.bb b/recipes-kernel/linux/linux-ti-staging_3.14.bb > index 54530e4..88950ae 100644 > --- a/recipes-kernel/linux/linux-ti-staging_3.14.bb > +++ b/recipes-kernel/linux/linux-ti-staging_3.14.bb > @@ -65,3 +65,7 @@ KERNEL_GIT_PROTOCOL = "git" > SRC_URI += "${KERNEL_GIT_URI};protocol=${KERNEL_GIT_PROTOCOL};branch=${BRANCH} \ > file://defconfig \ > " > + > +do_compile_kernelmodules_append() { > + cp Module.symvers ${STAGING_KERNEL_BUILDDIR}/ > +} > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti