From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 951E5E00769; Thu, 7 Aug 2014 06:52:21 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM, NML_ADSP_CUSTOM_MED, URIBL_DBL_ABUSE_REDIR, URIBL_DBL_REDIR autolearn=no version=3.3.1 X-Spam-HAM-Report: * 0.0 URIBL_DBL_REDIR Contains a URL listed in the DBL as a spammed * redirector domain * [URIs: goo.gl] * 0.0 URIBL_DBL_ABUSE_REDIR Contains an abused redirector URL listed in * the DBL blocklist * [URIs: goo.gl] * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (samoht.yrag[at]gmail.com) * 0.0 DKIM_ADSP_CUSTOM_MED No valid author signature, adsp_override is * CUSTOM_MED * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * 0.9 NML_ADSP_CUSTOM_MED ADSP custom_med hit, and not from a mailing list X-Greylist: delayed 490 seconds by postgrey-1.32 at yocto-www; Thu, 07 Aug 2014 06:52:17 PDT Received: from mail.chez-thomas.org (mail.mlbassoc.com [65.100.170.105]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 6827FE002A9 for ; Thu, 7 Aug 2014 06:52:17 -0700 (PDT) Received: by mail.chez-thomas.org (Postfix, from userid 1998) id C8B2AF811D9; Thu, 7 Aug 2014 07:44:06 -0600 (MDT) Received: from [192.168.1.114] (zeus [192.168.1.114]) by mail.chez-thomas.org (Postfix) with ESMTP id 02F44F811D9; Thu, 7 Aug 2014 07:44:06 -0600 (MDT) Message-ID: <53E382C2.7030304@gmail.com> Date: Thu, 07 Aug 2014 07:44:34 -0600 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: meta-freescale@yoctoproject.org References: <53E36D8A.3060507@gmail.com> <4afa01fb8465431d88c988a8e70af423@BLUPR03MB565.namprd03.prod.outlook.com> <53E37CBD.6080904@gmail.com> <1cc2cefed7bf40e5855eb488784508b0@BLUPR03MB565.namprd03.prod.outlook.com> In-Reply-To: <1cc2cefed7bf40e5855eb488784508b0@BLUPR03MB565.namprd03.prod.outlook.com> Subject: Re: Can't select my own Kernel source X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2014 13:52:21 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit On 2014-08-07 07:38, filip.ghimpeteanu@freescale.com wrote: > Yes it is available. Also when building it shows on the prompt that my recipe > is being baked. > > What do you mean by checking local.conf and machine.conf? > I placed the in local.conf. I think this should be PREFERRED_PROVIDER_virtual/kernel = "linux-yocto-myproj" there's a difference between "-" and "_". Also, you could add PREFERRED_VERSION_linux-yocto-myproj = "3.10%" > A snapshot of the build log: > ------------------------------------------------------------------------------------------------------- > > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_kernel_link_vmlinux: Started > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_compile_kernelmodules: Started > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_uboot_mkimage: Started > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_uboot_mkimage: Succeeded > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_kernel_link_vmlinux: Succeeded > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_compile_kernelmodules: Succeeded > NOTE: Running task 1827 of 1849 (ID: 88, /home/filip/YOCTO_DISK/fsl-arm-bsp/sources/meta-fsl-filip/recipes-filip/linux-yocto-myproj/linux-yocto-myproj_3.10.bb, do_strip) > NOTE: recipe linux-yocto-myproj-3.10.17+gitAUTOINC+db725c88c7-r1: task do_strip: Started > ----------------------------------------------------------------------------------------------------------------------- > > I have also attached the output in the mail. > > Filip. > > Did you try bitbake-layers show-recipes to see if your recipe is available ? > You can also check your local.conf and machine.conf > > > On 08/07/2014 02:56 PM, filip.ghimpeteanu@freescale.com wrote: >> Hi Stephane, >> >> Yes I tried, but the build is done with the 3.15.0-rc2-yocto-standard >> >> Filip >> >> -----Original Message----- >> From: scerveau [mailto:scerveau@gmail.com] >> Sent: Thursday, August 07, 2014 3:14 PM >> To: Ghimpeteanu Filip-B50611; meta-freescale@yoctoproject.org >> Subject: Re: [meta-freescale] Can't select my own Kernel source >> >> Hello, >> >> Did you change your conf file with this ? >> PREFERRED_PROVIDER_virtual/kernel = "linux-yocto_myproj" >> >> BR. >> >> Stephane >> On 08/07/2014 12:30 PM, filip.ghimpeteanu@freescale.com wrote: >>> Hello, >>> >>> I am trying to build a custom kernel from local sources. >>> I followed the instructions described in Lab4 of Tom Zanussi's and >>> Darren Hart's "Hands-on Project" [1], but apparently the >>> linux-timesys recipe executes instead of mine. The resulting kernel >>> is 3.0.15 (the one specified by the linux-timesys) instead of mine >>> which is 3.10.17 >>> >>> How can I tell Bitbake to use the Kernel from my local sources? >>> >>> >>> This is a snapshot of my recipe: >>> --------------------------------------------------------------------- >>> - >>> -------- >>> .../meta-fsl-filip/recipes-filip/linux-yocto-myproj/linux-yocto-mypro >>> j >>> _3.10.bb >>> ---------------------------------------- >>> >>> inherit kernel >>> require recipes-kernel/linux/linux-yocto.inc >>> >>> SRC_URI = "git:///home/filip/YOCTO_DISK/Kernels/linux-rayleigh;protocol=file;nocheckout=1" >>> SRC_URI += "file://defconfig" >>> >>> KBRANCH = "fbdcu_dev" >>> >>> LINUX_VERSION ?= "3.10.17" >>> LINUX_VERSION_EXTENSION ?= "-custom" >>> >>> SRCREV_machine="${AUTOREV}" >>> SRCREV="${AUTOREV}" >>> >>> PR = "r0" >>> PV = "${LINUX_VERSION}+git${SRCPV}" >>> >>> COMPATIBLE_MACHINE = "twr-vf65gs10" >>> ---------------------------------------- >>> >>> [1]: http://goo.gl/MQDzw6 >>> >>> Thank you, >>> Ghimpeteanu Filip. > > >