From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from fllv0016.ext.ti.com (fllv0016.ext.ti.com [198.47.19.142]) by arago-project.org (Postfix) with ESMTPS id 1A0445298B for ; Wed, 22 Jan 2020 21:46:07 +0000 (UTC) Received: from fllv0035.itg.ti.com ([10.64.41.0]) by fllv0016.ext.ti.com (8.15.2/8.15.2) with ESMTP id 00MLiHrR062697 for ; Wed, 22 Jan 2020 15:44:17 -0600 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1579729457; bh=8yNV3Kthcsm/ifQc9lg3ccjrK4gfrspaGSdSWmukDTM=; h=From:To:CC:Subject:Date:References:In-Reply-To; b=WrU9FjgXo7W8KUVC54lJW7jQL1TduSG3mFmxTg4voEL90znSowOW2R44wFMsTxobe R3k17/EQ2a/Vtcoy78eai84AtSOTLllgRnKJMFpAN3XMiWLyhfZj/kLRVFjuzC4Emh rDXcD+PjcXhA8ikPYO1o6zE6AJg6BDoKPM5dg9kE= Received: from DFLE110.ent.ti.com (dfle110.ent.ti.com [10.64.6.31]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTP id 00MLiHv7057929 for ; Wed, 22 Jan 2020 15:44:17 -0600 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE110.ent.ti.com (10.64.6.31) 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:44:17 -0600 Received: from DFLE114.ent.ti.com ([fe80::bc90:ddd:2b87:4222]) by DFLE114.ent.ti.com ([fe80::bc90:ddd:2b87:4222%18]) with mapi id 15.01.1847.003; Wed, 22 Jan 2020 15:44:17 -0600 From: "Stiffler, Jacob" To: "Dmytriyenko, Denys" Thread-Topic: [meta-arago] [RFC][PATCH] opencl: fix packaging of library Thread-Index: AQHV0TEJCmTrCFezUEaOoEdCz+BTRKf3mTSA//+eTqA= Date: Wed, 22 Jan 2020 21:44:17 +0000 Message-ID: <8b3e40008dfa4e88b27db0073f96844d@ti.com> References: <1579702522-31819-1-git-send-email-j-stiffler@ti.com> <20200122213253.GC3658@beryl> In-Reply-To: <20200122213253.GC3658@beryl> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.250.87.211] x-exclaimer-md-config: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 MIME-Version: 1.0 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:46:07 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable I have been struggling with the same. I guess this is because the library s= witched packages? How can this be handled without a clean build? -----Original Message----- From: Dmytriyenko, Denys=20 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 pack= age=20 dependencies: nothing provides libopencl1 >=3D 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. >=20 > Signed-off-by: Jacob Stiffler > --- > meta-arago-extras/recipes-ti/ocl/opencl_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) >=20 > 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 =3D "BSD" > =20 > include ocl.inc > =20 > -PR =3D "${INC_PR}.1" > +PR =3D "${INC_PR}.2" > =20 > inherit cmake systemd > =20 > @@ -80,7 +80,7 @@ do_install_append() { > SYSTEMD_SERVICE_${PN}-runtime =3D "ti-mct-daemon.service" > SYSTEMD_AUTO_ENABLE_${PN}-runtime =3D "${@oe.utils.conditional("RESERVE_= CMEM", "1", "enable", "disable", d)}" > =20 > -FILES_${PN}-runtime +=3D "${bindir} ${systemd_system_unitdir}" > +FILES_${PN}-runtime +=3D "${bindir} ${systemd_system_unitdir} ${sysconfd= ir}/ti-mctd ${libdir}/lib*${SOLIBS}" > =20 > FILES_${PN} +=3D " \ > ${datadir}/ti/opencl/* \ > --=20 > 2.7.4 >=20 > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago