From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f174.google.com (mail-we0-f174.google.com [74.125.82.174]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 96736E014E3 for ; Fri, 12 Apr 2013 08:09:12 -0700 (PDT) Received: by mail-we0-f174.google.com with SMTP id u12so2086147wey.33 for ; Fri, 12 Apr 2013 08:09:11 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type:x-gm-message-state; bh=nwy5wXuEWHMWeLnZ+LgWvCWguC2ofDBVgPzn0iKYX4w=; b=fMDbXKXtKRuKzs5xaw025AsY5DJJP5vfGNp7+glwBmuYQwiznhOwwVPZFWIm6ufbZF U3wzUlpaAtXi42YLoGVTApHMECOj3jJK2bar5Cpog+r7SXKBYg0Qna+0egarHOuDkf+g 1SKiPW2XZ3u4VXWRj+3pob3TLMxX6BoZnm/2tohsDT4mhf5mxdHxZ5kDizW71iYcE3JK A701OsfVev9zn69ejdYSFG7Lhf/fqQPwSHZ0mLUB3A+gaI8ZHMFQN89oWPLW6pc0vlKq N8JWduxC6WwVCYGKjPjteRZASy4JUpWMxAnXtyEp/++5vkpJL3/XIFOgYx6eqXHuq3bL USog== X-Received: by 10.194.176.195 with SMTP id ck3mr13177416wjc.5.1365779351217; Fri, 12 Apr 2013 08:09:11 -0700 (PDT) Received: from rudolf.localnet (ppp-88-217-8-202.dynamic.mnet-online.de. [88.217.8.202]) by mx.google.com with ESMTPS id j4sm3792835wiz.10.2013.04.12.08.09.09 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 12 Apr 2013 08:09:10 -0700 (PDT) From: Thomas Senyk To: Otavio Salvador Date: Fri, 12 Apr 2013 17:09:09 +0200 Message-ID: <2606466.EDyCjuJWjb@rudolf> Organization: Pelagicore AG User-Agent: KMail/4.10.2 (Linux/3.8.5-1-ARCH; KDE/4.10.2; x86_64; ; ) In-Reply-To: References: <1365126140-14149-1-git-send-email-otavio@ossystems.com.br> <1520073.D5XvgVYsqc@rudolf> MIME-Version: 1.0 X-Gm-Message-State: ALoCoQlmjrRsXrR0Ebbi2xKHhFxVXiqn+WQ7Rw3OeijABi9qQYHyib6pfaw1+jqDd+Bnjl+8FeYJ Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm][PATCH v2 1/5] gpu-viv-bin-mx6q: Rework package for a single backend use X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 15:09:13 -0000 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Fri, April 12, 2013 08:44:05 AM Otavio Salvador wrote: > On Fri, Apr 12, 2013 at 6:13 AM, Thomas Senyk > > wrote: > > On Thu, April 04, 2013 10:42:16 PM Otavio Salvador wrote: > .>> + renamed=$backend > > >> + mv $f $(echo $f | sed "s,-$backend\.so,.so,g") > > > > I'd personally rather vote for a symlink then a mv. > > It's nearly the same cost, but it let's people identify which > > implementation is installed (besides other things) > > The other uses of libraries with the backend suffix where already > fixed and as we cannot have both backends at same image, working, I > see no gain in duplicate this information. Can you elaborate it a > little more? No strong vote! :) And it's not duplicate information ... it's just keeping the original information (file name) rather then destroying the information (by renaming it) It's just that during development it's nice to see that the 'right' version of you egl implementation got deployed. ... otherwise some people (me once in a while) will double-check if the gpu.bb toke the right one. 'ls' looks nicer with: libEGL.so -> libEGL-wl.so libEGL-wl.so then just: libEGL.so ;) ... but again: no strong vote, I can happily live with the current approach ;) > > -- > Otavio Salvador O.S. Systems > E-mail: otavio@ossystems.com.br http://www.ossystems.com.br > Mobile: +55 53 9981-7854 http://projetos.ossystems.com.br