From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id CD126E00726; Fri, 14 Sep 2018 13:00:36 -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=-4.3 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -2.3 RCVD_IN_DNSWL_MED RBL: Sender listed at http://www.dnswl.org/, * medium trust * [198.47.19.141 listed in list.dnswl.org] * -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 fllv0015.ext.ti.com (fllv0015.ext.ti.com [198.47.19.141]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id A6375E00726 for ; Fri, 14 Sep 2018 13:00:35 -0700 (PDT) Received: from dflxv15.itg.ti.com ([128.247.5.124]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id w8EK0Zx5022999 for ; Fri, 14 Sep 2018 15:00:35 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1536955235; bh=pFZ9eglmmZ+fd7s1IkO2DIAKOnwgOOO+MRVuRIjf6NI=; h=From:To:CC:Subject:Date; b=HwQFotvCXRZC+NJgGNTpjbx3wzkMvQ2nDFUmCH3TIWT0W4b8k4DXsgCiumoAvm/pB Jw/4IVSwC4qeL1VDnJqIylxokbMItgTpBmwsq2KicSHvxVa5HNX8QVkCI9xnx7kAJ6 YpKz05C0zdwzQnOC0CufHOl4Hrw5rWudGkH4xSNQ= Received: from DLEE115.ent.ti.com (dlee115.ent.ti.com [157.170.170.26]) by dflxv15.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8EK0Z2g022083 for ; Fri, 14 Sep 2018 15:00:35 -0500 Received: from DLEE109.ent.ti.com (157.170.170.41) by DLEE115.ent.ti.com (157.170.170.26) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Fri, 14 Sep 2018 15:00:34 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE109.ent.ti.com (157.170.170.41) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Fri, 14 Sep 2018 15:00:34 -0500 Received: from legion.dal.design.ti.com (legion.dal.design.ti.com [128.247.22.53]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w8EK0YcT028887; Fri, 14 Sep 2018 15:00:34 -0500 Received: from localhost (a0272616local-lt.dhcp.ti.com [172.22.170.95]) by legion.dal.design.ti.com (8.11.7p1+Sun/8.11.7) with ESMTP id w8EK0Yx22832; Fri, 14 Sep 2018 15:00:34 -0500 (CDT) From: Dan Murphy To: Date: Fri, 14 Sep 2018 15:00:22 -0500 Message-ID: <20180914200023.21231-1-dmurphy@ti.com> X-Mailer: git-send-email 2.12.2 MIME-Version: 1.0 X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Subject: [PATCH 1/2] u-boot-ti-staging: update to ti2018.04-rc1 tag 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: Fri, 14 Sep 2018 20:00:36 -0000 Content-Type: text/plain Signed-off-by: Dan Murphy --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index aed46ecd..f58c6852 100644 --- a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb +++ b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb @@ -1,7 +1,7 @@ require u-boot-ti.inc -PR = "r19" +PR = "r20" BRANCH = "ti-u-boot-2018.01" -SRCREV = "8b2f1df4b55bc0797399a21d42ac191d44f99227" +SRCREV = "d07de09b73daa65157925d928955219d4915a94b" -- 2.17.0.1855.g63749b2dea