From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by yocto-www.yoctoproject.org (Postfix, from userid 118) id 7EC93E00BAE; Wed, 11 Jun 2014 04:33:30 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on yocto-www.yoctoproject.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 X-Spam-HAM-Report: * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail provider * (marek.andrus[at]wp.pl) * -0.1 DKIM_VALID_AU Message has a valid DKIM or DK signature from author's * domain * 0.1 DKIM_SIGNED Message has a DKIM or DK signature, not necessarily * valid * -0.1 DKIM_VALID Message has at least one valid DKIM or DK signature * -0.0 RCVD_IN_DNSWL_NONE RBL: Sender listed at http://www.dnswl.org/, no * trust * [212.77.101.12 listed in list.dnswl.org] Received: from mx4.wp.pl (mx4.wp.pl [212.77.101.12]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 2C592E0082A for ; Wed, 11 Jun 2014 04:33:20 -0700 (PDT) Received: (wp-smtpd smtp.wp.pl 7118 invoked from network); 11 Jun 2014 13:33:16 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=wp.pl; s=1024a; t=1402486396; bh=yOb5WzcjSq7yOui8+Y1BD0Z6N1Lb7/thQwPbWMjcx7Q=; h=From:To:Subject; b=P+a7nzEraabXw6TcMbTVghfr+gR9qTX9aJLe+mKZcqP1Xppiv3vAoX+PksHOXvMu9 Tp3J2q5agiwJ+GCG4OTa9jfo659NAnP00EWH+B/qAUKPMxFXDxxtRgqas86aUkwxAC 44mq4P3/Ts/r7V45iULXDzkEyCpYOa6q3rHiSU6U= Received: from unknown (HELO [62.159.77.164]) (marek.andrus@[62.159.77.164]) (envelope-sender ) by smtp.wp.pl (WP-SMTPD) with AES128-SHA encrypted SMTP for ; 11 Jun 2014 13:33:16 +0200 Message-ID: <53983E7B.6070001@wp.pl> Date: Wed, 11 Jun 2014 13:33:15 +0200 From: Marek Andrus User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Icedove/24.5.0 MIME-Version: 1.0 To: yocto@yoctoproject.org X-WP-AV: skaner antywirusowy poczty Wirtualnej Polski S. A. X-WP-SPAM: NO 0000000 [AUOU] Subject: put symlink into /usr in sysroot X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2014 11:33:30 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi, I have to make symbolic link /usr/lib64 to /usr/lib in target sysroot. I create it in install phase and it appears in output rpm package. Unfortunately it doesn't appear in sysroot. I've found that if I create links/files inside eg. /usr/lib the same way, they appear in sysroot. So probably the question should be like this: how to put anything into /usr or / in sysroot? BR, Marek Andrus