From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from na01-bn1-obe.outbound.protection.outlook.com (mail-bn1blp0188.outbound.protection.outlook.com [207.46.163.188]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 61003E00BF5 for ; Mon, 28 Apr 2014 05:56:38 -0700 (PDT) Received: from BY2PR03CA073.namprd03.prod.outlook.com (10.141.249.46) by BY2PR03MB555.namprd03.prod.outlook.com (10.141.141.27) with Microsoft SMTP Server (TLS) id 15.0.929.12; Mon, 28 Apr 2014 12:56:36 +0000 Received: from BY2FFO11FD026.protection.gbl (2a01:111:f400:7c0c::178) by BY2PR03CA073.outlook.office365.com (2a01:111:e400:2c5d::46) with Microsoft SMTP Server (TLS) id 15.0.929.12 via Frontend Transport; Mon, 28 Apr 2014 12:56:35 +0000 Received: from tx30smr01.am.freescale.net (192.88.168.1) by BY2FFO11FD026.mail.protection.outlook.com (10.1.15.215) with Microsoft SMTP Server (TLS) id 15.0.929.8 via Frontend Transport; Mon, 28 Apr 2014 12:56:35 +0000 Received: from neo.am.freescale.net (neo.am.freescale.net [10.81.16.89]) by tx30smr01.am.freescale.net (8.14.3/8.14.0) with ESMTP id s3SCuYss018429; Mon, 28 Apr 2014 05:56:34 -0700 From: Lauren Post To: Date: Mon, 28 Apr 2014 07:43:36 -0500 Message-ID: <1398689030-22174-6-git-send-email-lauren.post@freescale.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1398689030-22174-1-git-send-email-lauren.post@freescale.com> References: <1398689030-22174-1-git-send-email-lauren.post@freescale.com> X-EOPAttributedMessage: 0 X-Forefront-Antispam-Report: CIP:192.88.168.1; CTRY:US; IPV:NLI; EFV:NLI; SFV:NSPM; SFS:(10009001)(6009001)(428001)(5423002)(199002)(189002)(76176999)(50466002)(31966008)(83072002)(50986999)(77096999)(99396002)(62966002)(44976005)(6806004)(80976001)(19580395003)(83322001)(19580405001)(80022001)(76482001)(101416001)(85852003)(47776003)(74662001)(20776003)(33646001)(89996001)(74502001)(4396001)(79102001)(50226001)(93916002)(92566001)(92726001)(48376002)(575784001)(77156001)(86362001)(77982001)(87286001)(81342001)(36756003)(88136002)(46102001)(87936001)(81542001); DIR:OUT; SFP:1101; SCL:1; SRVR:BY2PR03MB555; H:tx30smr01.am.freescale.net; FPR:248B074.A3991480.DEE6BA85.9D88B33C.201DA; MLV:sfv; PTR:gate-tx3.freescale.com; A:1; MX:1; LANG:en; MIME-Version: 1.0 X-Forefront-PRVS: 01952C6E96 Received-SPF: None (: freescale.com does not designate permitted sender hosts) X-OriginatorOrg: freescale.com Subject: [meta-fsl-arm v2] 05/19] imx-vpu: Update to 3.10.17-1.0.0 GA version 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: Mon, 28 Apr 2014 12:56:41 -0000 Content-Type: text/plain Change-Id: I2cffa52aec15bce9efb09e4ef186f541f0b3afc0 Signed-off-by: Lauren Post --- recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb b/recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb index fe8c5a6..ce07766 100644 --- a/recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb +++ b/recipes-bsp/imx-vpu/imx-vpu_3.10.17-1.0.0.bb @@ -4,11 +4,7 @@ require imx-vpu.inc PE = "1" -# FIXME: Drop 'beta' suffix for GA release -SRC_URI = "${FSL_MIRROR}/${PN}-${PV}_beta.bin;fsl-eula=true" -S = "${WORKDIR}/${PN}-${PV}_beta" - -SRC_URI[md5sum] = "7ba78483bd1cf61bb6fce4ed9e9287d6" -SRC_URI[sha256sum] = "589500bcc1c871d688ec23f11b930cd49079a689ed85d974ee8b32540c601cdd" +SRC_URI[md5sum] = "71ea1b803864101ebf88a1bab45514d2" +SRC_URI[sha256sum] = "cd8a7bd50ff3274db76a331cc6622d3ba4bb7c790ce778f303e49187df2dfd72" COMPATIBLE_MACHINE = "(mx6)" -- 1.7.9.5