From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CDB15E0094C; Thu, 2 Apr 2015 17:30:42 -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.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.220.43 listed in list.dnswl.org] * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] Received: from mail-pa0-f43.google.com (mail-pa0-f43.google.com [209.85.220.43]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 5E2D3E0049A for ; Thu, 2 Apr 2015 17:30:40 -0700 (PDT) Received: by paboj16 with SMTP id oj16so18587190pab.0 for ; Thu, 02 Apr 2015 17:30:40 -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 :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=GNLR+PfpcW19hfrX+brCgffhj1+CHRBlauQKhuAY8kc=; b=DG7kiRkd2Tp9a3mT5IVV85qYJ6N2HNf/9YU1H/ApObgqMQEZCppMrDsUyItQfa7JU0 rqWdy2CNkugggFRVlySjMo2wbX8EMFKsVIdaOq4TItYpQ+tBhGD9bHxnBs7a33xDZ0iy qEJ42aAnbCYVojyYQnMkewhG7xnZCqCSp0GjijFnKW3xFLhZ1jhpZQFRHx5HTKW921++ 9nIiS83qd3C0x6l6dL4GSXaqk1xxP8SArHVE1D5Evgopws8hUT332pezAjrbwlmBEW/D NNhE43RudhltgPQ4FY/25fAuryTDtBWA+IqkoMX4uavFIaB8AHn4GzUh3qv4BPfyyMu3 IlZg== X-Gm-Message-State: ALoCoQmogqfjzX377Lm0MWx4N3Nkpx1qfiXsxGWSh8p2K6pxQHMcd6w+DIpD2tq1hroSLRoiLglO X-Received: by 10.70.0.11 with SMTP id 11mr62825067pda.32.1428021040373; Thu, 02 Apr 2015 17:30:40 -0700 (PDT) Received: from [192.168.1.109] (wsip-70-184-93-199.ph.ph.cox.net. [70.184.93.199]) by mx.google.com with ESMTPSA id jx2sm6349242pbb.9.2015.04.02.17.30.38 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 02 Apr 2015 17:30:39 -0700 (PDT) Message-ID: <551DDF2C.6060608@boundarydevices.com> Date: Thu, 02 Apr 2015 17:30:36 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Lauren Post , "meta-freescale@yoctoproject.org" References: <1428007119-13395-1-git-send-email-lauren.post@freescale.com> <1428007119-13395-9-git-send-email-lauren.post@freescale.com> <551DB708.9050805@boundarydevices.com> In-Reply-To: Subject: Re: [meta-fsl-arm][PATCH 08/11] imx-gpu-viv: Upgrade to 5.0.11.p4.4 from 3.14.28-1.0.0 GA release 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: Fri, 03 Apr 2015 00:30:42 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit On 04/02/2015 05:20 PM, Lauren Post wrote: > They are backward compatible with 3.10.53. > > 3.10.17 is v4 version of graphics while 3.14.28 and 3.10.53 use the > v5 version only available in master branch. 3.10.17 and 3.10.53 graphics do > not mix with each other kernels. Starting with 3.10.53 we do have > support via kernel loadable modules to support both 3.10.53 and 3.14.28 > kernels. > > The kernel loadable modules will be coming in next week. > Thanks Lauren.