All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Stiffler, Jacob" <j-stiffler@ti.com>
To: "Dmytriyenko, Denys" <denys@ti.com>
Cc: "meta-arago@arago-project.org" <meta-arago@arago-project.org>
Subject: Re: [RFC][PATCH] opencl: fix packaging of library
Date: Wed, 22 Jan 2020 21:44:17 +0000	[thread overview]
Message-ID: <8b3e40008dfa4e88b27db0073f96844d@ti.com> (raw)
In-Reply-To: <20200122213253.GC3658@beryl>

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 <j-stiffler@ti.com>
> ---
>  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


  reply	other threads:[~2020-01-22 21:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-22 14:15 [RFC][PATCH] opencl: fix packaging of library Jacob Stiffler
2020-01-22 21:32 ` Denys Dmytriyenko
2020-01-22 21:44   ` Stiffler, Jacob [this message]
2020-01-22 21:50     ` Denys Dmytriyenko
2020-01-22 21:52       ` Stiffler, Jacob
2020-01-23 15:24       ` Stiffler, Jacob
2020-01-23 18:02         ` Denys Dmytriyenko

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=8b3e40008dfa4e88b27db0073f96844d@ti.com \
    --to=j-stiffler@ti.com \
    --cc=denys@ti.com \
    --cc=meta-arago@arago-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.