From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id DA0F6E00D38; Tue, 26 Sep 2017 10:23:48 -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, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [198.47.27.80 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 lelnx194.ext.ti.com (lelnx194.ext.ti.com [198.47.27.80]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 13C19E00D32 for ; Tue, 26 Sep 2017 10:23:47 -0700 (PDT) Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelnx194.ext.ti.com (8.15.1/8.15.1) with ESMTP id v8QHNlGn029767 for ; Tue, 26 Sep 2017 12:23:47 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ti.com; s=ti-com-17Q1; t=1506446627; bh=ppNW99wW77kG7Ms8QnjgnOpIptL9R1xPjrPteqIJCgI=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=QvNQbnqAmNwc2r2yvi4Y4VnSi9bsZxVz+iRRoMTQKwRlv/ozfKiD2r+7r9uaqzfxa ZTdnLVH+vnUyM51q00qu5XljAHqo9c3lvmozSxMX0Y/QAGbhjMtZEEgGuhqH9+XzKY MuN2A4j4LcuDPXkrBcEb3gyjwKz/Z4nRZa6pGD10= Received: from DLEE106.ent.ti.com (dlee106.ent.ti.com [157.170.170.36]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id v8QHNlNk004329 for ; Tue, 26 Sep 2017 12:23:47 -0500 Received: from DLEE102.ent.ti.com (157.170.170.32) by DLEE106.ent.ti.com (157.170.170.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384_P256) id 15.1.845.34; Tue, 26 Sep 2017 12:23:46 -0500 Received: from dflp33.itg.ti.com (10.64.6.16) 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; Tue, 26 Sep 2017 12:23:47 -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 v8QHNkfD021202; Tue, 26 Sep 2017 12:23:46 -0500 Date: Tue, 26 Sep 2017 13:23:31 -0400 From: Denys Dmytriyenko To: Hongmei Gou Message-ID: <20170926172331.GZ26843@edge> References: <1506363856-5930-1-git-send-email-a0271529@ti.com> MIME-Version: 1.0 In-Reply-To: <1506363856-5930-1-git-send-email-a0271529@ti.com> User-Agent: Mutt/1.5.20 (2009-06-14) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH 1/2] uio-test-pruss: add support for k2g 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: Tue, 26 Sep 2017 17:23:48 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Mon, Sep 25, 2017 at 02:24:15PM -0400, Hongmei Gou wrote: > Signed-off-by: Hongmei Gou > --- > Note: the patch of "uio-test_pruss: Update to new version 1.0.2.0" > needs to be applied first before applying this patch. uio-test_pruss was already in morty-next for few days, along with some other patches, blocked by waiting for the final release tag on morty... > recipes-ti/uio-test-pruss/uio-test-pruss_git.bb | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb > index 0fae726..cbae1b1 100644 > --- a/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb > +++ b/recipes-ti/uio-test-pruss/uio-test-pruss_git.bb > @@ -21,7 +21,7 @@ SRCREV = "${UIO_TEST_PRUSS_SRCREV}" > > PR = "r0" > > -COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x" > +COMPATIBLE_MACHINE = "omap-a15|ti33x|ti43x|k2g" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -29,6 +29,7 @@ DEVICE_NAME = "" > DEVICE_NAME_append_am57xx-evm = "am57xx" > DEVICE_NAME_append_ti33x = "am33xx" > DEVICE_NAME_append_ti43x = "am43xx" > +DEVICE_NAME_append_k2g = "k2g" > > EXTRA_OEMAKE = "CGT_PRU=${TI_CGT_PRU_INSTALL_DIR} DEVICE=${DEVICE_NAME}" > > -- > 1.9.1 > > -- > _______________________________________________ > meta-ti mailing list > meta-ti@yoctoproject.org > https://lists.yoctoproject.org/listinfo/meta-ti