From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) by arago-project.org (Postfix) with ESMTPS id 20DD65298B for ; Wed, 22 Jan 2020 21:52:50 +0000 (UTC) Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 00MLp01i073590 for ; Wed, 22 Jan 2020 15:51:00 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1579729860; bh=Rfb/BZEOPK4l7FEeWNY0T53QI+oZORjSQp1rKvAPttM=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=SGdYId5RbyS3yRWdlnCBpRKsrwj7QSMIdVNZq5tStiLBDc2bkUVemK3h6tECgEsqO C417IJcXp+WdG3OmoQxpQ7/YbBGfPZVH+qdH4++8kVfP2zEY2malF/m95iiBI2hUzP CIEEluZOaTJesqsyUTp+vceGgG4uA9T5xK92JGVU= Received: from DLEE108.ent.ti.com (dlee108.ent.ti.com [157.170.170.38]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 00MLp0Xb005196 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL) for ; Wed, 22 Jan 2020 15:51:00 -0600 Received: from DLEE101.ent.ti.com (157.170.170.31) by DLEE108.ent.ti.com (157.170.170.38) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3; Wed, 22 Jan 2020 15:51:00 -0600 Received: from fllv0040.itg.ti.com (10.64.41.20) by DLEE101.ent.ti.com (157.170.170.31) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1847.3 via Frontend Transport; Wed, 22 Jan 2020 15:51:00 -0600 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 00MLp0X6055229; Wed, 22 Jan 2020 15:51:00 -0600 Date: Wed, 22 Jan 2020 16:50:59 -0500 From: Denys Dmytriyenko To: "Stiffler, Jacob" Message-ID: <20200122215059.GE3658@beryl> References: <1579702522-31819-1-git-send-email-j-stiffler@ti.com> <20200122213253.GC3658@beryl> <8b3e40008dfa4e88b27db0073f96844d@ti.com> MIME-Version: 1.0 In-Reply-To: <8b3e40008dfa4e88b27db0073f96844d@ti.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Cc: "meta-arago@arago-project.org" Subject: Re: [RFC][PATCH] opencl: fix packaging of library 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, 22 Jan 2020 21:52:50 -0000 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline Can you try removing opencl from SIGGEN_EXCLUDERECIPES_ABISAFE in layer.conf of meta-arago-extras - see if that helps? Denys On Wed, Jan 22, 2020 at 04:44:17PM -0500, Stiffler, Jacob wrote: > I have been struggling with the same. I guess this is because the library > switched packages? How can this be handled without a clean build? > > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Wednesday, January 22, 2020 4:33 PM > To: Stiffler, Jacob > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [RFC][PATCH] opencl: fix packaging of library > > Hmm, after applying this patch and rebuilding with sstate, it fails in package > dependencies: > > nothing provides libopencl1 >= 1.2.00.02 needed by ... > > I'll try making a clean build next. > > Denys > > > On Wed, Jan 22, 2020 at 09:15:22AM -0500, Jacob Stiffler wrote: > > * Add daemon conffiles and library to runtime package. > > > > Signed-off-by: Jacob Stiffler > > --- > > meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > > index 59cb8ca..502e1cf 100644 > > --- a/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > > +++ b/meta-arago-extras/recipes-ti/ocl/opencl_git.bb > > @@ -4,7 +4,7 @@ LICENSE = "BSD" > > > > include ocl.inc > > > > -PR = "${INC_PR}.1" > > +PR = "${INC_PR}.2" > > > > inherit cmake systemd > > > > @@ -80,7 +80,7 @@ do_install_append() { > > SYSTEMD_SERVICE_${PN}-runtime = "ti-mct-daemon.service" > > SYSTEMD_AUTO_ENABLE_${PN}-runtime = "${@oe.utils.conditional("RESERVE_CMEM", "1", "enable", "disable", d)}" > > > > -FILES_${PN}-runtime += "${bindir} ${systemd_system_unitdir}" > > +FILES_${PN}-runtime += "${bindir} ${systemd_system_unitdir} ${sysconfdir}/ti-mctd ${libdir}/lib*${SOLIBS}" > > > > FILES_${PN} += " \ > > ${datadir}/ti/opencl/* \ > > -- > > 2.7.4 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago