From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from serv07.server-center.de (serv07.server-center.de [87.119.209.89]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 526D1E01466 for ; Wed, 29 May 2013 02:17:23 -0700 (PDT) Received: (qmail 27949 invoked from network); 29 May 2013 09:17:22 -0000 Received: by simscan 1.1.0 ppid: 27942, pid: 27946, t: 0.1238s scanners: regex: 1.1.0 spam: 3.2.1 Received: from p578b3905.dip0.t-ipconnect.de (HELO ?10.27.1.138?) (sumycaba@87.139.57.5) by serv07.server-center.de with ESMTPA; 29 May 2013 09:17:22 -0000 Message-ID: <51A5C7A0.2000908@mycable.de> Date: Wed, 29 May 2013 11:17:20 +0200 From: =?ISO-8859-1?Q?Sebastian_S=FCsens?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130510 Thunderbird/17.0.6 MIME-Version: 1.0 To: yocto@yoctoproject.org X-Enigmail-Version: 1.4.6 Subject: How can I change the install path of the rootfs? 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, 29 May 2013 09:17:24 -0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Hello, I want to install scripts in a folder names can. My bitbake file looks following: DESCRIPTION = "Test scripts for testing xxsq701 interfaces" SECTION = "test_applications" PR = "r0" PN = "test-scripts" LICENSE = "${MYC_LICENSE}" LIC_FILES_CHKSUM = "file://${MYC_LICENSFILE};md5=${MYCMD5_LICENSFILE}" S="${TOPDIR}/../applications/meta-testapps/test-scripts/src" do_install() { echo "DO_INSTALL: install test-scripts to ${D}/can" install -d ${D}/can install -m 0777 ${S}/can/init_can.sh ${D}/can } When I run bitbake I get following error: WARNING: QA Issue: test-scripts: Files/directories were installed but not shipped /can /can/init_can.sh And bitbakes break off with this message: Unable to resolve package test-scripts When I replace can with ${bindir} it works. How can I change the install path of the rootfs? -- ------------------------------------------------------------------------ Sebastian Süsens Tel. +49 4321 559 56-27 mycable GmbH Fax +49 4321 559 56-10 Gartenstrasse 10 24534 Neumuenster, Germany Email su@mycable.de ------------------------------------------------------------------------ mycable GmbH, Managing Director: Michael Carstens-Behrens USt-IdNr: DE 214 231 199, Amtsgericht Kiel, HRB 1797 NM ------------------------------------------------------------------------ This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this e-mail in error, please notify the sender and delete all copies from your system. ------------------------------------------------------------------------