From patchwork Tue Oct 1 05:28:39 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Denys Dmytriyenko X-Patchwork-Id: 174802 Delivered-To: patch@linaro.org Received: by 2002:a92:7e96:0:0:0:0:0 with SMTP id q22csp8077213ill; Mon, 30 Sep 2019 22:28:56 -0700 (PDT) X-Google-Smtp-Source: APXvYqy9dS1vPqL+cmLhv/T6gLP5hPxEa9AxeXgbVj+V7hCJgqj0goE9x9VvbXk+NX7Vjt869i8u X-Received: by 2002:a17:902:be12:: with SMTP id r18mr23430455pls.95.1569907736521; Mon, 30 Sep 2019 22:28:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1569907736; cv=none; d=google.com; s=arc-20160816; b=TKLN6Fgs+rNWupWecOSjUEbHju/jxC/M6tpujdLax0wbPELvprqlnatMu/s0/wC4Sf +raZFwl4y0MwcW2iHQfZ86dgNj0sn6YU2urvJ0968EJdFdKsTtxbq5BNUcU/xv+umeAW R8UtJc8TRZB+pUA3z2k29AEt7aFOcza1NPPLm1+TGMCjTr1mdPhA3qrzTvdk8RS1Dh9+ a7WmzFUwS1TxUqUpoMhqtdPTI0X2ugfEliAm9FsaWGqP7zVtZ4b2R82jBUmG0UQUDlhc SF9iuA9StaeGCHQjyYOKvcmU/5On7Ul57A7yXRNc9RcNT3fNb32mS4eInYnxFQr5gsKl 6ZHA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=errors-to:sender:content-transfer-encoding:mime-version :list-subscribe:list-help:list-post:list-archive:list-unsubscribe :list-id:precedence:subject:cc:message-id:date:to:from:delivered-to; bh=dp6xplsSbe0vOBvwtnR+fmr7LokIhDGZiOf7xnSvdW0=; b=zdZT90qY+26mLW1uIL6Ky7Xsr/z19U8Dir6lLmAPsRugJw+KJ7iRjTLNuXp1gVEqvx X9mDU/YNJIXH+4HITUWspP2PTfeV9RkkoEvATbMTeKEvqnsnmvQoKGeQSj0JVF6f/waU NyTOqx5l75+f0Cl0hf3Xie+DGS8Wi4oVyJjKJ2xrMn27mlInvkWjy7hwCP78C42JWzCc hWJlB67F2a8EKO1+xVhryo6ICj8bOsXl7Q0Qt5bCCmB4WNv04Gxt99DNhlzlOUmQbuhr VmzZ9KfT6qc93rvNNOx0x4Z8CoU8jcOukHGwFo6oGfN39CHuG12fVxYS6ZyyUjSynoAP ynIw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-devel-bounces@lists.openembedded.org Return-Path: Received: from mail.openembedded.org (mail.openembedded.org. [140.211.169.62]) by mx.google.com with ESMTP id d6si14723055plj.3.2019.09.30.22.28.56; Mon, 30 Sep 2019 22:28:56 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) client-ip=140.211.169.62; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of openembedded-devel-bounces@lists.openembedded.org designates 140.211.169.62 as permitted sender) smtp.mailfrom=openembedded-devel-bounces@lists.openembedded.org Received: from ec2-34-214-78-129.us-west-2.compute.amazonaws.com (localhost [127.0.0.1]) by mail.openembedded.org (Postfix) with ESMTP id DDF9C7DFE4; Tue, 1 Oct 2019 05:28:49 +0000 (UTC) X-Original-To: openembedded-devel@lists.openembedded.org Delivered-To: openembedded-devel@lists.openembedded.org Received: from mailout4.zoneedit.com (mailout4.zoneedit.com [64.68.198.64]) by mail.openembedded.org (Postfix) with ESMTP id 0F2CE7DFE4 for ; Tue, 1 Oct 2019 05:28:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout4.zoneedit.com (Postfix) with ESMTP id C68F540BF9; Tue, 1 Oct 2019 05:28:46 +0000 (UTC) Received: from mailout4.zoneedit.com ([127.0.0.1]) by localhost (zmo14-pco.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ai-sBrj7v1gs; Tue, 1 Oct 2019 05:28:46 +0000 (UTC) Received: from mail.denix.org (pool-100-15-86-127.washdc.fios.verizon.net [100.15.86.127]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout4.zoneedit.com (Postfix) with ESMTPSA id AFBD440BF0; Tue, 1 Oct 2019 05:28:45 +0000 (UTC) Received: from gimli.denix (unknown [192.168.30.6]) by mail.denix.org (Postfix) with ESMTP id DEC49174274; Tue, 1 Oct 2019 01:28:44 -0400 (EDT) From: Denys Dmytriyenko To: openembedded-devel@lists.openembedded.org Date: Tue, 1 Oct 2019 01:28:39 -0400 Message-Id: <1569907719-30159-1-git-send-email-denis@denix.org> X-Mailer: git-send-email 2.7.4 Cc: Denys Dmytriyenko Subject: [oe] [PATCH] rwmem: add recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: openembedded-devel-bounces@lists.openembedded.org Errors-To: openembedded-devel-bounces@lists.openembedded.org From: Denys Dmytriyenko This is being moved from meta-ti as it's a rather generic tool to be useful on other platforms. Signed-off-by: Denys Dmytriyenko --- meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb -- 2.7.4 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel diff --git a/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb b/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb new file mode 100644 index 0000000..0a15134 --- /dev/null +++ b/meta-oe/recipes-bsp/rwmem/rwmem_1.2.bb @@ -0,0 +1,26 @@ +SUMMARY = "A small tool to read/write memory" +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" + +DEPENDS += "python3 python3-pybind11" + +PV .= "+git${SRCPV}" + +SRCREV_rwmem = "cc296c5366a35a4c4271cfa3cc9831f6f34bfd9d" +SRCREV_inih = "4b10c654051a86556dfdb634c891b6c3224c4109" + +SRCREV_FORMAT = "rwmem_inih" + +SRC_URI = " \ + git://github.com/tomba/rwmem.git;protocol=https;name=rwmem \ + git://github.com/benhoyt/inih.git;protocol=https;name=inih;nobranch=1;destsuffix=git/ext/inih \ +" + +S = "${WORKDIR}/git" + +inherit cmake pkgconfig + +do_install() { + install -D -m 0755 ${B}/bin/rwmem ${D}${bindir}/rwmem + install -D -m 0644 ${B}/lib/librwmem.a ${D}${libdir}/librwmem.a +}