From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by arago-project.org (Postfix) with ESMTPS id 20D91529AF for ; Thu, 21 Sep 2017 19:18:58 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8LJIwOj028705 for ; Thu, 21 Sep 2017 14:18:58 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506021538; bh=2pHi+1wpm4vH/T0reDhEFRrx13BfVQZKpq0x9tEBhw4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=XA0ZUIy7JpbGTsWwewwAIhyKH7dKqhg0NX6zzPGUnN+BXd0NnOV6llVzvTS0aXza9 wpXQ5ATbNdGYDpOEOJXo8h9Dusz3cqePIKzMnnj16fZEglk2qYGnU0ZjHNT/bZ4PmR 8UYr0MMrc5nHGAHOn0Z5d6ZK9SVg+y5LmzbFtt9M= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8LJIwHc003371 for ; Thu, 21 Sep 2017 14:18:58 -0500 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Thu, 21 Sep 2017 14:18:57 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Thu, 21 Sep 2017 14:18:58 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dflp33.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8LJIvvJ008317; Thu, 21 Sep 2017 14:18:57 -0500 Date: Thu, 21 Sep 2017 15:18:42 -0400 From: Denys Dmytriyenko To: Jean-Jacques Hiblot Message-ID: <20170921191841.GH26843@edge> References: <1506000653-15572-1-git-send-email-jjhiblot@ti.com> MIME-Version: 1.0 In-Reply-To: <1506000653-15572-1-git-send-email-jjhiblot@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [morty] linux-libc-headers (4.4 kernel): update to include dma-buf.h export fix X-BeenThere: meta-arago@arago-project.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Arago metadata layer for TI SDKs - OE-Core/Yocto compatible List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 19:18:58 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline JJ, Thanks. Do you need this in morty or krogoth? I believe this is specific to krogoth, as morty already has this fix. I can merge to krogoth, if you agree. On Thu, Sep 21, 2017 at 03:30:53PM +0200, Jean-Jacques Hiblot wrote: > Signed-off-by: Jean-Jacques Hiblot > --- > .../recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend > index 7d0537d..c1d8fd1 100644 > --- a/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend > +++ b/meta-arago-distro/recipes-kernel/linux-libc-headers/linux-libc-headers_4.4.bbappend > @@ -1,7 +1,7 @@ > -PR_append = ".arago0" > +PR_append = ".arago1" > > BRANCH = "ti-lsk-linux-4.4.y" > -SRCREV = "6580f85400b48d55d06f11d6b75c056399123a72" > +SRCREV = "2612ef5805db717f9818f06786e863d3b1a7f87e" > > KERNEL_GIT_URI = "git://git.ti.com/ti-linux-kernel/ti-linux-kernel.git" > KERNEL_GIT_PROTOCOL = "git" > -- > 1.9.1 >