From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id F1874E00344 for ; Thu, 12 Jul 2012 00:38:51 -0700 (PDT) Received: by eekb45 with SMTP id b45so713331eek.35 for ; Thu, 12 Jul 2012 00:38:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=vnY4R3axcDa6n5JeFkpn0AzEe1b8VLBFSGIdROkTqoQ=; b=Mcx2q7dPpe1VJdTYIGA+H+DkmjwiT5GstW0SULxu9aKZnLubK72e3Y7bZ+gcx3k43a sROEJaTyBJnMS7/NECd/TA7dLgTH8Z5p7gLLWemTVr9QVZtYqMuq0Lu3zWvt0wC2CiZL 8VK7lbxU+LZ5296Zdxb8q0YKadCk8ZZi6L506o1Sfl3xXiE1Rjx6CpHHdcBamjdwr4P+ kqkHVxHdXSPJmw2chLQcRrdLvChBKEQZzZrY5l/Bxx7m9zSWAJeGYt5uNTJcmMeS0A5s gwAxLURentPatg7EEGYt4wzb/TD2iuuGTILgYck8pGg8EGhkMvmw9uIomzfMBk2q19X+ iU0Q== Received: by 10.14.119.202 with SMTP id n50mr12177479eeh.33.1342078730635; Thu, 12 Jul 2012 00:38:50 -0700 (PDT) MIME-Version: 1.0 Received: by 10.14.210.199 with HTTP; Thu, 12 Jul 2012 00:38:20 -0700 (PDT) In-Reply-To: References: From: Khem Raj Date: Thu, 12 Jul 2012 00:38:20 -0700 Message-ID: To: Navani Srivastava Cc: yocto@yoctoproject.org Subject: Re: Error while adding a new recipe X-BeenThere: yocto@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Discussion of all things Yocto List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jul 2012 07:38:52 -0000 Content-Type: text/plain; charset=UTF-8 On Wed, Jul 11, 2012 at 9:03 PM, Navani Srivastava wrote: > Thanks for your reply.. > It is a pre-built-binary which I am trying to put in a specific path of > rootfs. > I didn't get what does it mean by "packaging it seperately".. is this the only file in this package ? you might add INHIBIT_PACKAGE_STRIP = "1" to the recipe then but be aware this will disable stripping the binaries and if you have other legit binaries that this recipe is generating then they wont be stripped as well. > > On Wed, Jul 11, 2012 at 8:04 PM, Khem Raj wrote: >> >> On Wed, Jul 11, 2012 at 5:28 AM, Navani Srivastava >> wrote: >> > ERROR: QA Issue: Architecture did not match (40 to 3) on >> > >> > /work/armv6-vfp-poky-linux-gnueabi/colorado-1.0-r0/packages-split/colorado/home/Leica/Bin/colorado_gui_bk >> >> what is this file ? >> is it some precompiled binary or some firmware blob ? >> you need to package is separately and then may be skip stripping just >> that one package > >