From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id A18A2E009A6; Wed, 7 May 2014 19:10:08 -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=0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [209.85.192.179 listed in list.dnswl.org] Received: from mail-pd0-f179.google.com (mail-pd0-f179.google.com [209.85.192.179]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 52511E0070F for ; Wed, 7 May 2014 19:10:03 -0700 (PDT) Received: by mail-pd0-f179.google.com with SMTP id g10so1778181pdj.24 for ; Wed, 07 May 2014 19:10:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; bh=UtXRgQtrX7L4zldVICqLvzpvoj56N89oESDxLNh7Aig=; b=WpUkuMH7cek4EFQQlpCz0Dl9rMIGNMSalVAFfyPNDIIwFGP6c/9HFv9QhUYhkR/Akk kiexzYCKLCxaRiCJm+V4s/82TaSg0Ym2e/cXlaXvlrj4Q8XjeakM8N6BWcmucgUNoV3y 2n9laz1+q5gIHyTvpVxGcCf0P01ZRyME0YXwXBDwVA3N9u916ZeCc0wEq1B089W5QIoU matmDDNGzoqh3cmD4M70OLKgoBPoiFD54hMkDAw+6QP8KwCJ9uo/KI5rneSwu/FweKQF 8Cy9c835i3+3Fep/vh/gDov7lybaYcPUUZL6NOzvxQa1Yvq8I/YyjI/M8qEAODOWCxOY eumA== X-Gm-Message-State: ALoCoQmyLd9wdUm/b7fT69kKh0ysbT2DB21LUBoCR2pkiqpP/4XK6F8lvCFk840auewI0/L8jdL6 X-Received: by 10.66.140.104 with SMTP id rf8mr1146728pab.107.1399513185756; Wed, 07 May 2014 18:39:45 -0700 (PDT) Received: from [192.168.0.124] ([63.226.49.26]) by mx.google.com with ESMTPSA id oe4sm5515117pbb.33.2014.05.07.18.39.43 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 07 May 2014 18:39:44 -0700 (PDT) Message-ID: <536AE05D.1030803@boundarydevices.com> Date: Wed, 07 May 2014 18:39:41 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 MIME-Version: 1.0 To: Xh Xiao , Otavio Salvador References: <53676515.5020205@pr.hu> <53678CA4.7050902@pr.hu> <5367BDBF.5040800@pr.hu> In-Reply-To: Cc: "meta-freescale@yoctoproject.org" Subject: Re: gst-fsl-plugin fails to compile in current master 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, 08 May 2014 02:10:08 -0000 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hi Xiao, On 05/05/2014 08:37 PM, Xh Xiao wrote: > yeah I saw them in daisy/master now, so my issue is a different one then. > > sabrelite is still on 3.0.x kernel correct? which is basically FSL > kernel, does daisy work with 3.0.x kernel in general? > You can use 3.10.17 on both the "daisy" and "master" branches. It looks like we need to bump the setting for the PREFERRED_VERSION though, and you'll need to set this in your local.conf: PREFERRED_VERSION_linux-boundary = "3.10.17" Regards, Eric