From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6551704819136987136 X-Received: by 2002:a2e:7a06:: with SMTP id v6-v6mr1651756ljc.18.1525438152994; Fri, 04 May 2018 05:49:12 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:635a:: with SMTP id x87-v6ls1929998ljb.6.gmail; Fri, 04 May 2018 05:49:12 -0700 (PDT) X-Google-Smtp-Source: AB8JxZrzs/+ZDLPOcxnuLWJ0ihMbDTNk41zZJaZWzASrT4/yii3mI+IcztRYdInTAhvYULzpgR2O X-Received: by 2002:a2e:8357:: with SMTP id l23-v6mr1657473ljh.4.1525438152486; Fri, 04 May 2018 05:49:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1525438152; cv=none; d=google.com; s=arc-20160816; b=FXBU5WEyfcOOohYbT6JECIRzld5cKVX5AF8wzvfkZb1HIdTbikINiJ9eBic9Ezffwk R2qpYGMM7B2R2kznbjmLsGtqocWPTzpOfGBnmhKJp4FDd2dZmInxka11OL/XM5tdFgvL zBnNNytLcd7S5MMs2Ag6oohCQDkhDe4xwlTNVVmLhtbPogj+CoLne7TAO2rz2zwmg49Y j3DrnDGaZV9bAJZ/AYrbBiRWTvJ/ZHsdZeD28sEQ0iINml4ZubjDlNE8+GDeyR2Oxouk RY6xXrQ5GHnkbMMcW6jJNYsEVScg8vwLgjfrnBEumdrZnV24gscqzKzY6sQg4LIPf7eB Dd0g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:content-language:in-reply-to:mime-version :user-agent:date:message-id:from:references:to:subject :arc-authentication-results; bh=Tx2uU/qjoANL6zTe1mqkrv3KIznNWAD3TdjNoyQDQ/I=; b=xHcZzatlGnnsEU1d4eF5RLlT9FD9aAiSqhH/D43f5s3WMowFSGaEALPkwO8ow15/Fm gKkLAM9MHEYHNiSsTyMA7sCtYou1PwbCT4jqlaeGCe0ae39I1yihvQXnK3tNXEyQpJae iIip6Y96TD5tYcx63ohi5CR3XfBGCTLvGKqZeXMPAaXJFFsnN1vfo4fB+Qf2pbLjMb2E 7hVJv9UsjeJS+avV4uqasSK5GoTceXEdSjrIAU86DIajuq7fiyVLWc43F0j7p615UuRG jnO8MewvM+Y6gmOk7bKk7zJaD4NhPNRC4YoleXp8ooCuNLRspGVFOq+zAtuhXzz1lsk0 kE3Q== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Return-Path: Received: from aqmola.ilbers.de (aqmola.ilbers.de. [85.214.62.211]) by gmr-mx.google.com with ESMTPS id j197-v6si423007lfg.3.2018.05.04.05.49.12 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 04 May 2018 05:49:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) client-ip=85.214.62.211; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: best guess record for domain of asmirnov@ilbers.de designates 85.214.62.211 as permitted sender) smtp.mailfrom=asmirnov@ilbers.de Received: from [10.0.2.15] ([188.227.110.165]) (authenticated bits=0) by aqmola.ilbers.de (8.14.4/8.14.4/Debian-4+deb7u1) with ESMTP id w44Cn7r9030852 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NOT) for ; Fri, 4 May 2018 14:49:10 +0200 Subject: Re: build and install .deb package To: isar-users@googlegroups.com References: From: Alexander Smirnov Message-ID: <96b097fa-b6b4-a3a3-3264-9988029a0c94@ilbers.de> Date: Fri, 4 May 2018 15:49:02 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit X-TUID: XpG12eTQk7wo 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