From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail1.bemta7.messagelabs.com (mail1.bemta7.messagelabs.com [216.82.254.104]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 38BBCE005B3 for ; Fri, 21 Jun 2013 04:54:32 -0700 (PDT) Received: from [216.82.254.195:53352] by server-8.bemta-7.messagelabs.com id 82/26-14907-7FE34C15; Fri, 21 Jun 2013 11:54:31 +0000 X-Env-Sender: Javier.Viguera@digi.com X-Msg-Ref: server-13.tower-200.messagelabs.com!1371815670!13846277!1 X-Originating-IP: [66.77.174.13] X-StarScan-Received: X-StarScan-Version: 6.9.6; banners=-,-,- X-VirusChecked: Checked Received: (qmail 23625 invoked from network); 21 Jun 2013 11:54:31 -0000 Received: from mail.mx3.digi.com (HELO mcl-sms-ns1.digi.com) (66.77.174.13) by server-13.tower-200.messagelabs.com with RC4-SHA encrypted SMTP; 21 Jun 2013 11:54:31 -0000 Received: from MCL-VMS-XCH01.digi.com (10.5.8.49) by mail.mx1.digi.com (172.16.1.13) with Microsoft SMTP Server (TLS) id 8.3.298.1; Fri, 21 Jun 2013 06:54:26 -0500 Received: from dor-sms-exch01.digi.com (10.49.8.100) by MCL-VMS-XCH01.digi.com (10.5.8.49) with Microsoft SMTP Server (TLS) id 14.3.123.3; Fri, 21 Jun 2013 06:54:30 -0500 Received: from [10.101.1.79] (10.101.1.79) by dor-sms-exch01.digi.com (10.49.8.100) with Microsoft SMTP Server (TLS) id 8.3.298.1; Fri, 21 Jun 2013 13:54:27 +0200 Message-ID: <51C43EF0.8000600@digi.com> Date: Fri, 21 Jun 2013 13:54:24 +0200 From: Javier Viguera User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: Angolini Daiane-B19406 References: <1371760942-26330-1-git-send-email-daiane.angolini@freescale.com> <51C40E7B.5050401@digi.com> <51ADF5A9C82CA04683FC48E400BD1652446670@039-SN2MPN1-013.039d.mgd.msft.net> In-Reply-To: <51ADF5A9C82CA04683FC48E400BD1652446670@039-SN2MPN1-013.039d.mgd.msft.net> Cc: "meta-freescale@yoctoproject.org" Subject: Re: [meta-fsl-arm for dylan][PATCH] amd-gpu-x11-bin-mx51: install dev symbolic link 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, 21 Jun 2013 11:54:33 -0000 Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit Hi Daiane, On 21/06/13 13:47, Angolini Daiane-B19406 wrote: > They are right on my rootfs on target. > > Do you think it makes any difference? There is no functional difference. It will work just the same. It's a bit of style. See the difference doing one link relative (z430) and the other absolute (z160): root@ccimx53js:/usr/lib# ls -l lib2dz* 23 Jun 21 2013 lib2dz160.so -> /usr/lib/lib2dz160.so.0 14 Jun 20 17:28 lib2dz160.so.0 -> lib2dz160.so.1 222959 Sep 25 2011 lib2dz160.so.1 14 Jun 21 2013 lib2dz430.so -> lib2dz430.so.0 14 Jun 20 17:28 lib2dz430.so.0 -> lib2dz430.so.1 285066 Sep 25 2011 lib2dz430.so.1 Normally the libs do relative symlinks. You can verify it in your development machine. -- Regards, Javier Viguera