From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6551704819136987136 X-Received: by 10.28.50.193 with SMTP id y184mr1512329wmy.4.1525439008975; Fri, 04 May 2018 06:03:28 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a1c:e341:: with SMTP id a62-v6ls325067wmh.11.canary-gmail; Fri, 04 May 2018 06:03:28 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrHpY5wsj4RxhHAKDDxauNiSgQstZ0xph4SjCGPZNafs7ZJRwTWApbpIyrYiyIjKiXRRr+N X-Received: by 10.28.139.204 with SMTP id n195mr2456142wmd.9.1525439008479; Fri, 04 May 2018 06:03:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525439008; cv=none; d=google.com; s=arc-20160816; b=akhaZz+Sig9JtIcJXJtQx4kN+uzDhS4kLh5flHDrNqjclSn43TsnRo32/Krp0YY2ec fgxMk5yq4rsfss2MAc3foFGJaN14nAGiMjUaC33eJ/5y02MTAU1FrrFj/nT+KpUPOe5u jSDcd5sfQcnkjMRVLqRf7AmP6fTcyqZcfxnYO3l8Kmd39CPs+wbEzIi9aO7Kjq5/5RSY 6plvCg8kbMK2RC8Lcx+zWSnZYHsJM8mUyaYRLDLmELd1ENFxfhSHj9JqT17nsg7bgVG/ f9nup9JNrBqWtt+1yIa8+wTsjvYWIwn3s8OoHs+ypG9QF6riRgez2Yx8H3kHjewdmWFo VG7g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-language:content-transfer-encoding:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=FQvs7q14NIH5GT4WC8DVnEJEHazdpRqzPL31oLL51Dg=; b=cCL1+qbnqj3jG2fOUEl9zy8+WcOI+83UOkt2ADUKE37uI6aq4mj+3xdQ90HdQQMeE0 gkeqMsBDPjw9kKHNrHuGzNB+ccFkijHsLNB/mDquqd7TPGzYUct60F4fxMXJ5gPQz/ID Zw9y6RqxQ1WWBx351KYPW9lXkCMFLqEz3EtwVGQzGnpAmex2fyfInxenE9WgcuOt/jsI vCz/XWiWcsdAdohnnOOZJA345Z/u3lXnUxrB/baG+L49kgNSyjLUD1NHTDXMZMO/3Vkd 5Oq0Ven5ZXGIGHV3TPcdA+KLFzZUvB8ORH6uvZtJvOkHWzdXRm7Bvb9CAAjc5J+jCXcV Pbag== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) smtp.mailfrom=fdprnd@dave.eu Return-Path: Received: from mx.dave-tech.it (mx.dave-tech.it. [185.100.109.150]) by gmr-mx.google.com with ESMTP id y17-v6si604121wrb.2.2018.05.04.06.03.28 for ; Fri, 04 May 2018 06:03:28 -0700 (PDT) Received-SPF: pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) client-ip=185.100.109.150; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of fdprnd@dave.eu designates 185.100.109.150 as permitted sender) smtp.mailfrom=fdprnd@dave.eu Received: from [127.0.0.1] (unknown [192.168.0.115]) by mx.dave-tech.it (Postfix) with ESMTPS id F131290 for ; Fri, 4 May 2018 15:03:27 +0200 (CEST) Subject: Re: build and install .deb package To: isar-users@googlegroups.com References: <96b097fa-b6b4-a3a3-3264-9988029a0c94@ilbers.de> From: Francesco Message-ID: <8d0fe46e-1de6-81db-12a1-51764da65740@dave.eu> Date: Fri, 4 May 2018 15:03:27 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0 MIME-Version: 1.0 In-Reply-To: <96b097fa-b6b4-a3a3-3264-9988029a0c94@ilbers.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-GB X-TUID: PYQJemU955lI I tried to add the package name to the IMAGE_INSTALL variable inside my image recipe. This returned an error: Unable to locate package mypackage. I thought that I was doing something wrong, but I guess that if this is the correct way, the problem is somewhere else. Frank On 04/05/2018 14:49, Alexander Smirnov wrote: > Hello, > > On 05/04/2018 03:40 PM, Francesco wrote: >> Hello guys, >> >> I still have a question regarding the management of customised packages. >> >> I managed to create my .deb package using dpkg-raw but I would like >> also to install it on the rootfs of my image. How can this be done? >> >> Adding the package to IMAGE_INSTALL variable, does  not seem to work. >> Perhaps another recipe is required? > > it depends where you've added IMAGE_INSTALL. It should be visible for > image recipe, so you have to add it to one of the following places: > 1. Into you image recipe. If you use isar-image-base, then update file > 'meta-isar/recipes-core/isar-image-base.bb' > 2. Edit 'conf/local.conf' file in your build directory and add this > line to the end. > > Alex >