From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7C8B5E00D85; Thu, 26 Sep 2019 11:37:53 -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 https://www.dnswl.org/, * medium trust * [198.47.23.249 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_VALID Message has at least one valid DKIM or DK signature * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 78501E00B1B for ; Thu, 26 Sep 2019 11:37:52 -0700 (PDT) Received: from lelv0266.itg.ti.com ([10.180.67.225]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x8QIbpQV006895; Thu, 26 Sep 2019 13:37:51 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1569523071; bh=+QDFfnTVhdUdGi9bY9rbb5fWT4tvmJNA/DjfosSY5nA=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=Yn06VvPTOqYhn7jKEu3jRbJCz+uIAWLpZoMGjpmbJIWEx88kaBDX6EDQVXNRSKDVV u+3f1gGAcn22DYwVYk8z7ng4YoMR/Gq25CxIkWyK6M/hbo7UvG9Rtoi32laKYe6Yc7 ySETawKDKzvI6/cdhomGKzsWbvAdCe+pWAtlnfGI= Received: from DFLE100.ent.ti.com (dfle100.ent.ti.com [10.64.6.21]) by lelv0266.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x8QIbpO3050945 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 26 Sep 2019 13:37:51 -0500 Received: from DFLE102.ent.ti.com (10.64.6.23) by DFLE100.ent.ti.com (10.64.6.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Thu, 26 Sep 2019 13:37:43 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE102.ent.ti.com (10.64.6.23) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Thu, 26 Sep 2019 13:37:51 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x8QIbpU6108044; Thu, 26 Sep 2019 13:37:51 -0500 Date: Thu, 26 Sep 2019 14:37:51 -0400 From: Denys Dmytriyenko To: Khem Raj Message-ID: <20190926183750.GE5566@beryl> References: <20190926160150.2507778-1-raj.khem@gmail.com> <20190926182525.GD5566@beryl> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: meta-ti@yoctoproject.org Subject: Re: [PATCH] rwmem: Update to 2.0-rc2+ 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: Thu, 26 Sep 2019 18:37:53 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline On Thu, Sep 26, 2019 at 11:28:29AM -0700, Khem Raj wrote: > On 9/26/19 11:25 AM, Denys Dmytriyenko wrote: > >Does this need: > > > >DEPENDS += "python3" > > > >Otherwise do_configure fails: > > > >-- Checking for module 'python3' > >-- No package 'python3' found > > > > it was looking for that on build system so inherit python3native should have > fixed it. Sent a v2 just now inherit python3native was already in v1 and it was giving me that error anyway. > >On Thu, Sep 26, 2019 at 09:01:50AM -0700, Khem Raj wrote: > >>- New versions uses CMake and extra modules > >>- Correct detection of nm/ranlib/ar for LTO > >>- Fix build with clang/libc++ > >> > >>Signed-off-by: Khem Raj > >>--- > >> ...Make-provided-vars-for-ar-and-ranlib.patch | 34 +++++++++++++++++++ > >> ....h-Include-cerrno-for-errno-definiti.patch | 24 +++++++++++++ > >> recipes-bsp/rwmem/rwmem_1.1.bb | 13 ------- > >> recipes-bsp/rwmem/rwmem_1.2.bb | 27 +++++++++++++++ > >> 4 files changed, 85 insertions(+), 13 deletions(-) > >> create mode 100644 recipes-bsp/rwmem/rwmem/0001-Use-CMake-provided-vars-for-ar-and-ranlib.patch > >> create mode 100644 recipes-bsp/rwmem/rwmem/0001-librwmem-helpers.h-Include-cerrno-for-errno-definiti.patch > >> delete mode 100644 recipes-bsp/rwmem/rwmem_1.1.bb > >> create mode 100644 recipes-bsp/rwmem/rwmem_1.2.bb > >> > >>diff --git a/recipes-bsp/rwmem/rwmem/0001-Use-CMake-provided-vars-for-ar-and-ranlib.patch b/recipes-bsp/rwmem/rwmem/0001-Use-CMake-provided-vars-for-ar-and-ranlib.patch > >>new file mode 100644 > >>index 00000000..79968f32 > >>--- /dev/null > >>+++ b/recipes-bsp/rwmem/rwmem/0001-Use-CMake-provided-vars-for-ar-and-ranlib.patch > >>@@ -0,0 +1,34 @@ > >>+From ee3bbdaae568118b4aad453c8fbb1ec648e8fbf2 Mon Sep 17 00:00:00 2001 > >>+From: Khem Raj > >>+Date: Sat, 8 Dec 2018 22:48:23 -0800 > >>+Subject: [PATCH] Use CMake provided vars for ar and ranlib > >>+ > >>+hardcoding them means we may not be able to cross compile the package > >>+reliably as build host may or may not have gcc-ar and gcc-ranlib > >>+installed, using the cross tools is the correct thing to do here > >>+ > >>+Upstream-Status: Submitted [https://github.com/tomba/rwmem/pull/5] > >>+ > >>+Signed-off-by: Khem Raj > >>+--- > >>+ CMakeLists.txt | 4 ++-- > >>+ 1 file changed, 2 insertions(+), 2 deletions(-) > >>+ > >>+diff --git a/CMakeLists.txt b/CMakeLists.txt > >>+index 5e7f327..e36fca0 100644 > >>+--- a/CMakeLists.txt > >>++++ b/CMakeLists.txt > >>+@@ -50,8 +50,8 @@ if (NOT ${U_CMAKE_BUILD_TYPE} MATCHES DEBUG) > >>+ if (HAS_LTO_FLAG) > >>+ set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -flto") > >>+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -flto") > >>+- set(CMAKE_AR gcc-ar) > >>+- set(CMAKE_RANLIB gcc-ranlib) > >>++ set(CMAKE_AR ${CMAKE_CXX_COMPILER_AR}) > >>++ set(CMAKE_RANLIB ${CMAKE_CXX_COMPILER_RANLIB}) > >>+ endif() > >>+ endif() > >>+ > >>+-- > >>+2.19.2 > >>+ > >>diff --git a/recipes-bsp/rwmem/rwmem/0001-librwmem-helpers.h-Include-cerrno-for-errno-definiti.patch b/recipes-bsp/rwmem/rwmem/0001-librwmem-helpers.h-Include-cerrno-for-errno-definiti.patch > >>new file mode 100644 > >>index 00000000..9f33fa5e > >>--- /dev/null > >>+++ b/recipes-bsp/rwmem/rwmem/0001-librwmem-helpers.h-Include-cerrno-for-errno-definiti.patch > >>@@ -0,0 +1,24 @@ > >>+From 9f1d52590336caeab8038cdd015294df2e5d8c1f Mon Sep 17 00:00:00 2001 > >>+From: Khem Raj > >>+Date: Fri, 1 Feb 2019 23:47:04 -0800 > >>+Subject: [PATCH] librwmem/helpers.h: Include for errno definitions > >>+ > >>+this is found with libc++ > >>+ > >>+Upstream-Status: Submitted [https://github.com/tomba/rwmem/pull/5] > >>+Signed-off-by: Khem Raj > >>+--- > >>+ librwmem/helpers.h | 1 + > >>+ 1 file changed, 1 insertion(+) > >>+ > >>+diff --git a/librwmem/helpers.h b/librwmem/helpers.h > >>+index ccc6c9e..686943e 100644 > >>+--- a/librwmem/helpers.h > >>++++ b/librwmem/helpers.h > >>+@@ -1,5 +1,6 @@ > >>+ #pragma once > >>+ > >>++#include > >>+ #include > >>+ #include > >>+ #include > >>diff --git a/recipes-bsp/rwmem/rwmem_1.1.bb b/recipes-bsp/rwmem/rwmem_1.1.bb > >>deleted file mode 100644 > >>index 2848e1cd..00000000 > >>--- a/recipes-bsp/rwmem/rwmem_1.1.bb > >>+++ /dev/null > >>@@ -1,13 +0,0 @@ > >>-SUMMARY = "A small tool to read/write memory" > >>-LICENSE = "GPLv2+" > >>-LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" > >>- > >>-SRCREV = "54904b8873b265d8f1faf82617c2f04814c102c6" > >>-SRC_URI = "git://github.com/tomba/rwmem.git" > >>- > >>-S = "${WORKDIR}/git" > >>- > >>-do_install() { > >>- install -d ${D}${bindir} > >>- install -m 0755 rwmem ${D}${bindir} > >>-} > >>diff --git a/recipes-bsp/rwmem/rwmem_1.2.bb b/recipes-bsp/rwmem/rwmem_1.2.bb > >>new file mode 100644 > >>index 00000000..c4d2bc49 > >>--- /dev/null > >>+++ b/recipes-bsp/rwmem/rwmem_1.2.bb > >>@@ -0,0 +1,27 @@ > >>+SUMMARY = "A small tool to read/write memory" > >>+LICENSE = "GPLv2+" > >>+LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263" > >>+ > >>+PV .= "+git${SRCPV}" > >>+ > >>+SRCREV_rwmem = "7e5ca9802c1b8ff1f6407c19dfd0b9415501bb11" > >>+SRCREV_inih = "4b10c654051a86556dfdb634c891b6c3224c4109" > >>+SRCREV_pybind11 = "9a19306fbf30642ca331d0ec88e7da54a96860f9" > >>+ > >>+SRCREV_FORMAT = "rwmem_inih_pybind11" > >>+ > >>+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 \ > >>+ git://github.com/pybind/pybind11.git;protocol=https;name=pybind11;nobranch=1;destsuffix=git/ext/pybind11 \ > >>+ file://0001-Use-CMake-provided-vars-for-ar-and-ranlib.patch \ > >>+ file://0001-librwmem-helpers.h-Include-cerrno-for-errno-definiti.patch \ > >>+ " > >>+ > >>+S = "${WORKDIR}/git" > >>+ > >>+inherit cmake pkgconfig python3native > >>+ > >>+do_install() { > >>+ install -D -m 0755 ${B}/bin/rwmem ${D}${bindir}/rwmem > >>+ install -D -m 0644 ${B}/lib/librwmem.a ${D}${libdir}/librwmem.a > >>+} > >>-- > >>2.23.0 > >> > >>-- > >>_______________________________________________ > >>meta-ti mailing list > >>meta-ti@yoctoproject.org > >>https://lists.yoctoproject.org/listinfo/meta-ti >