From patchwork Fri May 3 08:27:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: H.Fijnvandraat@inter.nl.net X-Patchwork-Id: 241249 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 76C422C00C4 for ; Fri, 3 May 2013 18:28:13 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id C27D48D394; Fri, 3 May 2013 08:28:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MuaMMPIBJH+E; Fri, 3 May 2013 08:28:06 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 580DF8D3A2; Fri, 3 May 2013 08:28:02 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id B5B4C8F79A for ; Fri, 3 May 2013 08:28:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5758D8D388 for ; Fri, 3 May 2013 08:27:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Cc23zZ2Tnrbf for ; Fri, 3 May 2013 08:27:49 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from smtp106.mer-nm.internl.net (smtp106.mer-nm.internl.net [217.149.192.119]) by whitealder.osuosl.org (Postfix) with ESMTPS id 7892F8D38A for ; Fri, 3 May 2013 08:27:49 +0000 (UTC) Received: from amavisd-new (mailscanner01.wrt-nm.internl.net [217.149.192.110]) by smtp106.mer-nm.internl.net (Postfix) with ESMTP id D89373FEBB for ; Fri, 3 May 2013 10:27:46 +0200 (CEST) X-Spam-scanned: scanned by InterNLnet Mail Scan System Received: from smtp106.mer-nm.internl.net ([217.149.192.119]) by amavisd-new (mailscanner01.wrt-nm.internl.net [217.149.192.160]) (amavisd-new, port 10024) with ESMTP for ; Fri, 3 May 2013 10:27:46 +0200 (CEST) Received: from Athlete.localnet (147-209.bbned.dsl.internl.net [217.149.209.147]) by smtp106.mer-nm.internl.net (Postfix) with ESMTPA for ; Fri, 3 May 2013 10:27:45 +0200 (CEST) Received: by Athlete.localnet (Postfix, from userid 1000) id 0A389F405B1; Fri, 3 May 2013 10:27:44 +0200 (CEST) From: Henk Fijnvandraat To: buildroot@busybox.net Date: Fri, 3 May 2013 10:27:43 +0200 Message-Id: <1367569664-3307-1-git-send-email-h.fijnvandraat@inter.nl.net> X-Mailer: git-send-email 1.7.10.4 Subject: [Buildroot] [PATCH 1/2] Refactoring Freescale's iMX software revision levels X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net imx-lib: bump to version 1.1.0 Signed-off-by: Henk Fijnvandraat --- package/imx-lib/imx-lib.mk | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/package/imx-lib/imx-lib.mk b/package/imx-lib/imx-lib.mk index c168c80..c398568 100644 --- a/package/imx-lib/imx-lib.mk +++ b/package/imx-lib/imx-lib.mk @@ -1,10 +1,22 @@ ############################################################# # +# freescale's imx-version-level +# +############################################################# + +# Current version level for a number of freescale software packages +# +# firmware-imx, imx-lib and gpu-viv-bin-mx6q + +IMX_VERSION_LEVEL = 1.1.0 + +############################################################# +# # imx-lib # ############################################################# -IMX_LIB_VERSION = 12.09.01 +IMX_LIB_VERSION = $(IMX_VERSION_LEVEL) # No official download site from freescale, just this mirror IMX_LIB_SITE = http://download.ossystems.com.br/bsp/freescale/source IMX_LIB_LICENSE = LGPLv2.1+