From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 15E94E00B20; Mon, 1 May 2017 14:48:15 -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.0 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU 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.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 59F3DE00AF0 for ; Mon, 1 May 2017 14:48:13 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v41LmD7n017458 for ; Mon, 1 May 2017 16:48:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1493675293; bh=oHDmX6sYEELTAAvMr3JD8owQY77/jVSLhEyhdauFOVA=; h=From:To:CC:Subject:Date:In-Reply-To:References; b=Xsy59MdZZLqd4KW2yksFFJOdfG6pLGH+053RbtcmiFEsQjNQ/FHuTIami96iz2osL L+gRs5KQ1W94cj3BffTUindz7S1ZXS0wWR0zrYq2d7XltbtAbe3qU23fmbDt8UlJfM KWj9e9mEN8FiqAAQrafhm+eKgt1idtTcQ78i5qP4= Received: from DLEE70.ent.ti.com (dlemailx.itg.ti.com [157.170.170.113]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v41LmDri019635 for ; Mon, 1 May 2017 16:48:13 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE70.ent.ti.com (157.170.170.113) with Microsoft SMTP Server id 14.3.294.0; Mon, 1 May 2017 16:48:12 -0500 Received: from a0866445-vm1.am.dhcp.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v41LmB98030372; Mon, 1 May 2017 16:48:12 -0500 From: Justin Sobota To: Date: Mon, 1 May 2017 17:48:04 -0400 Message-ID: <1493675289-31434-3-git-send-email-jsobota@ti.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1493675289-31434-1-git-send-email-jsobota@ti.com> References: <1493675289-31434-1-git-send-email-jsobota@ti.com> MIME-Version: 1.0 Subject: [master/morty][PATCHv2 3/8] osal: Update to version 1.0.0.6E X-BeenThere: meta-ti@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-ti layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 May 2017 21:48:15 -0000 Content-Type: text/plain Signed-off-by: Justin Sobota --- recipes-bsp/osal/osal.inc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/osal/osal.inc b/recipes-bsp/osal/osal.inc index 55a165e..fa8cde8 100644 --- a/recipes-bsp/osal/osal.inc +++ b/recipes-bsp/osal/osal.inc @@ -1,5 +1,5 @@ LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=8cbd8efb1460e4f16e6b00c8a7686be4" +LIC_FILES_CHKSUM = "file://osal.h;beginline=1;endline=31;md5=ae7b9f0410f26c80dcf790ef3f622fad" COMPATIBLE_MACHINE = "ti33x|ti43x|omap-a15|keystone" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -9,12 +9,12 @@ OSAL_GIT_PROTOCOL = "git" OSAL_GIT_BRANCH = "master" OSAL_GIT_DESTSUFFIX = "git/ti/osal" -# Below commit ID corresponds to "DEV.OSAL.01.00.00.05E" -OSAL_SRCREV = "5125c71d756530513500b463d3301d03dee04497" +# Below commit ID corresponding to "DEV.OSAL.01.00.00.06E" +OSAL_SRCREV = "072ab0f76fa272ace5b1756075475f848c14221a" BRANCH = "${OSAL_GIT_BRANCH}" SRC_URI = "${OSAL_GIT_URI};destsuffix=${OSAL_GIT_DESTSUFFIX};protocol=${OSAL_GIT_PROTOCOL};branch=${BRANCH}" SRCREV = "${OSAL_SRCREV}" -PV = "01.00.00.05E" +PV = "01.00.00.06E" INC_PR = "r0" -- 2.7.4