From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 3D214E0080D; Thu, 7 Aug 2014 05:14:14 -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=-2.7 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW, URIBL_DBL_ABUSE_REDIR,URIBL_DBL_REDIR autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (scerveau[at]gmail.com) * 0.0 URIBL_DBL_ABUSE_REDIR Contains an abused redirector URL listed in * the DBL blocklist * [URIs: goo.gl] * 0.0 URIBL_DBL_REDIR Contains a URL listed in the DBL as a spammed * redirector domain * [URIs: goo.gl] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.212.176 listed in list.dnswl.org] Received: from mail-wi0-f176.google.com (mail-wi0-f176.google.com [209.85.212.176]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id BCE1EE00801 for ; Thu, 7 Aug 2014 05:14:08 -0700 (PDT) Received: by mail-wi0-f176.google.com with SMTP id bs8so10517051wib.9 for ; Thu, 07 Aug 2014 05:14:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; bh=nV5CYzCh0olcyf405s5P2gWs4pSZKoXHn1zq8SaC3e0=; b=p2M4xYavGzb/RqyGc7/dVx5C4R1XemhtV0IT1ouzcooqUiPIzqHmPU3ehd5KVxAyh9 ia7ZDEP/WN1Yu8d6bavLWc1UbXqFNo9v7IBLQaHLwnpsdQ99Hddd4DV4rYV8BImdKsxV TLLB1fdXwFZ0DOPuw8HrWLaYGAGWBye+gWBRbWHFbbHqvzqPMx5c8wFxz7TcriLH90Xi pn8P2QIz0zRcNVAz0a/J+MOImhKp3npWaxTHqLvxXc31jVtuS/Y1V417BGbXT89G6h6G /Un4I1zaD8t6GnPDVV3/smjKNPecggjObzpsIwXsxzkCjx2cs2lFNLJkgQUuDya7r/51 4vTQ== X-Received: by 10.180.221.133 with SMTP id qe5mr17744460wic.17.1407413647392; Thu, 07 Aug 2014 05:14:07 -0700 (PDT) Received: from [172.24.63.26] (connected-labs-gw1.ter2.neodc.mpl.cust.as8218.eu. [94.103.137.126]) by mx.google.com with ESMTPSA id kw1sm9531072wjb.19.2014.08.07.05.14.04 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 07 Aug 2014 05:14:05 -0700 (PDT) Message-ID: <53E36D8A.3060507@gmail.com> Date: Thu, 07 Aug 2014 14:14:02 +0200 From: scerveau User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: "filip.ghimpeteanu@freescale.com" , "meta-freescale@yoctoproject.org" References: In-Reply-To: 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 12:14:14 -0000 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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 the a snapshot of my recipe: > ------------------------------------------------------------------------------ > .../meta-fsl-filip/recipes-filip/linux-yocto-myproj/linux-yocto-myproj_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.