From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 417A7E007A0; Fri, 31 Oct 2014 08:56:22 -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: * -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% * [score: 0.0000] * -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at http://www.dnswl.org/, low * trust * [209.85.192.180 listed in list.dnswl.org] Received: from mail-pd0-f180.google.com (mail-pd0-f180.google.com [209.85.192.180]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id E524BE00749 for ; Fri, 31 Oct 2014 08:56:18 -0700 (PDT) Received: by mail-pd0-f180.google.com with SMTP id ft15so7440411pdb.25 for ; Fri, 31 Oct 2014 08:56:18 -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:content-type:content-transfer-encoding; bh=aeznS6QmgyKFTXGTxDYRFTNCpYV5/k6qxvimfiTW6H8=; b=mgOZuJ9MrcoNDFy4gRrP2EuFo0IhuzocD/i7Ot0bLFFU2clDmQGdq+hm4UYxqvFaT1 4j0KbGil7/XRDSMY3qRwGdZD9ZvhiR5gR/AzojU8RJhKGlgsg2eCiyldru7fV1BapwVE QuJ7FuKf88WYn3ecyZqE/H4dJGLY/W5NI06ym8fuq/+QNgPFk92wo+8P8x/ovwzSt8ha dcEFndv2rpZkDUInmxtW2uo2cCfjiuWEaJP6AHpsXa5wYVxipnAbZtbjGksb611niWPX mqIM7HrvuKdLgSr+OO4JxySP86/7u2XyFJSzGt89aVe2dwW+EAVQSPT2FmqiGg0k41Zd FzWQ== X-Gm-Message-State: ALoCoQlTlc3RaI0ErZZlEQQNHgKnbY+LR0SVK5hFjEQNU939uMVQ7lAYOZT9MtGyCZvP57vxhnMH X-Received: by 10.68.57.163 with SMTP id j3mr594566pbq.163.1414770977997; Fri, 31 Oct 2014 08:56:17 -0700 (PDT) Received: from [192.168.1.7] (ip98-165-98-97.ph.ph.cox.net. [98.165.98.97]) by mx.google.com with ESMTPSA id fm15sm10272089pdb.58.2014.10.31.08.56.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 31 Oct 2014 08:56:17 -0700 (PDT) Message-ID: <5453B11F.2040400@boundarydevices.com> Date: Fri, 31 Oct 2014 08:56:15 -0700 From: Eric Nelson User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: "meta-freescale@yoctoproject.org" Subject: L3.10.17_1.0.2 Release ABI changes 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, 31 Oct 2014 15:56:22 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Hi all, I just downloaded the release notes for the L3.10.17_1.0.2 kernel release: https://community.freescale.com/docs/DOC-102677 The kernel patches are easy to identify, and rebasing our 3.10.17_1.0.1_ga branch on top of them was pretty trivial. The documentation (file i.MX_6_Yocto_Project_Patch_Release.pdf) refers to updates to updates though: • Graphics: gpu-viv-bin-mx6q, 3.10.17_1.0.2 • Graphics: gpu-viv-g2d, 3.10.17_1.0.2 • Graphics: Xorg-driver, 3.10.17_1.0.2 A quick scan of the kernel patches doesn't show any obvious ABI changes, but since some bits are only accessible through the closed-source libraries, it's hard to tell. In particular, it's not clear whether the changes (additions) to enum _gcePATCH_ID require a simultaneous kernel/library update. If so, then I'm not sure how/when to push an update to meta-fsl-arm-extra for our kernel, since it will need to be coordinated with meta-fsl-arm/recipes-graphics (and probably other vendor kernels). Please advise, Eric