From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllnx210.ext.ti.com (fllnx210.ext.ti.com [198.47.19.17]) by arago-project.org (Postfix) with ESMTPS id 9A78452961 for ; Wed, 11 Oct 2017 18:10:46 +0000 (UTC) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by fllnx210.ext.ti.com (8.15.1/8.15.1) with ESMTP id v9BIAkex010407 for ; Wed, 11 Oct 2017 13:10:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1507745446; bh=MlD0KC2mnnLFJco19tOdkdRyhzQzvxWcH+OqTmimbbQ=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=FT7RPPPydvGMYMA8e6slXb/I8+/DIHrFtmpWthopc+DABja37i7mWJz/Y7/PNUTC2 M8ZyrnzR/3segCp9nnYO59nORXEFqiL5ZX4JcNZVbwx7pOjI2Pn+GtNSJef6+REiku nTz0m2T2V3UcIO36fVoXC+GcjiSTtjc1kfmtqsQY= Received: from DLEE101.ent.ti.com (dlee101.ent.ti.com [157.170.170.31]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v9BIAkZr022948 for ; Wed, 11 Oct 2017 13:10:46 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Wed, 11 Oct 2017 13:10:46 -0500 Received: from dlep32.itg.ti.com (157.170.170.100) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.845.34 via Frontend Transport; Wed, 11 Oct 2017 13:10:45 -0500 Received: from [172.22.128.186] (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep32.itg.ti.com (8.14.3/8.13.8) with ESMTP id v9BIAimS028545; Wed, 11 Oct 2017 13:10:45 -0500 To: Denys Dmytriyenko References: <1507744725-32713-1-git-send-email-jjhiblot@ti.com> <20171011180207.GU16210@edge> <20171011180712.GV16210@edge> From: Jean-Jacques Hiblot Message-ID: Date: Wed, 11 Oct 2017 20:10:45 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <20171011180712.GV16210@edge> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-arago@arago-project.org Subject: Re: [krogoth] [PATCH 1/2] can-utils: update to the latest 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: Wed, 11 Oct 2017 18:10:46 -0000 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US On 11/10/2017 20:07, Denys Dmytriyenko wrote: > No need, I'll merge them as is. Thanks. BTW when doing a backport from another branch, should the original commit ID and branch be described? JJ > > On Wed, Oct 11, 2017 at 08:05:06PM +0200, Jean-Jacques Hiblot wrote: >> On 11/10/2017 20:02, Denys Dmytriyenko wrote: >>> Are these 2 backports from morty? Please keep original commit logs then. >> Yes they are backports from morty? >> >> Do you want me to resend? >> >> JJ >> >>> >>> On Wed, Oct 11, 2017 at 07:58:44PM +0200, Jean-Jacques Hiblot wrote: >>>> Signed-off-by: Jean-Jacques Hiblot >>>> --- >>>> meta-arago-distro/recipes-extended/socketcan/can-utils_git.bbappend | 3 +++ >>>> 1 file changed, 3 insertions(+) >>>> create mode 100644 meta-arago-distro/recipes-extended/socketcan/can-utils_git.bbappend >>>> >>>> diff --git a/meta-arago-distro/recipes-extended/socketcan/can-utils_git.bbappend b/meta-arago-distro/recipes-extended/socketcan/can-utils_git.bbappend >>>> new file mode 100644 >>>> index 0000000..c0e6666 >>>> --- /dev/null >>>> +++ b/meta-arago-distro/recipes-extended/socketcan/can-utils_git.bbappend >>>> @@ -0,0 +1,3 @@ >>>> +SRCREV = "5b518a0a5fa56856f804372a6b99b518dedb5386" >>>> + >>>> +PR_append = ".arago0" >>>> -- >>>> 1.9.1 >>>>