From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6491554293275951104 X-Received: by 10.28.135.84 with SMTP id j81mr72865wmd.17.1513065983077; Tue, 12 Dec 2017 00:06:23 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.28.188.132 with SMTP id m126ls2045208wmf.7.gmail; Tue, 12 Dec 2017 00:06:22 -0800 (PST) X-Google-Smtp-Source: ACJfBotj5SYcHvyDlp9SrG+HmMTlSembwp85mgDCQQM4RRBD9/vHbvfb0ieJte7akymjrUl7yEpY X-Received: by 10.28.88.207 with SMTP id m198mr91893wmb.31.1513065982691; Tue, 12 Dec 2017 00:06:22 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1513065982; cv=none; d=google.com; s=arc-20160816; b=qsyfugVnI/A5GeLs2UlxbIlFhxBJfJNJJABSThzCEwPd7s4cl7U2ajaQv8gquPayiX QDkpb8UOrpFTw2keD1XBJYPTXRfShwnGHShpAagyeFXnWYaIfq4iawjqHWIRbeQxPYih EJizXxa0G23JAFT3q9q5x+gzDOB5THSUhTNXw0STD7I//eIr6BfPmSWzkUU/nVZYXejo 6wWJGvQfZLierFSUvbXXSg7rQFMA4PgHFwVFSXQuvSiUHobYhVMeIN3Rb+T1iogr2YJ1 IgIek907JLFaILMH3qaMY8HuOxvv96pHogDMwHBG0r4b+mf4fIU8b3oO5d2TrXo+9sD3 Z1Bg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=user-agent:in-reply-to:content-transfer-encoding :content-disposition:mime-version:mail-followup-to:message-id :subject:to:from:date:arc-authentication-results; bh=bqDLV1PotXphRxDdJvu8YN0mvLkzfHpGSzFkodyMX78=; b=rJtryZIm4GAPMBUq5ea1xzGhuaK7eHeqcF1nB98x1PFdbpX6eTROnTrVG434rhFrzi CKr1ztgd3m2LuZ3YmTrzjeWPMsVd6Y2RX4dnlt7jvnF5Q/Rm5Zjr9MjqLmc1XaMAk9V6 HPo9J2Aw0+lD+wxbrovgorTWHa6G+rE/AX5J03wubj2TH8uwq0nrqmpFKU6B/txwwRCA hDPknZJjnGMV3pyoJD2TfoiZ3XP+Ikg40rHaLR4YYUj2xg74ZKJ6J9/+EUKV9iEys9bL L0Hgjvt7aEXZ3x2g12XQbxDH5drZdKHgyPVw91OEVPJ9FpS5wbzcNC3j8GiXP7aadjLB IDrQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of christian.storm@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=christian.storm@siemens.com Return-Path: Received: from goliath.siemens.de (goliath.siemens.de. [192.35.17.28]) by gmr-mx.google.com with ESMTPS id c51si1412085wrc.1.2017.12.12.00.06.22 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 12 Dec 2017 00:06:22 -0800 (PST) Received-SPF: pass (google.com: domain of christian.storm@siemens.com designates 192.35.17.28 as permitted sender) client-ip=192.35.17.28; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of christian.storm@siemens.com designates 192.35.17.28 as permitted sender) smtp.mailfrom=christian.storm@siemens.com Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by goliath.siemens.de (8.15.2/8.15.2) with ESMTPS id vBC86MlE023062 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 12 Dec 2017 09:06:22 +0100 Received: from localhost ([139.25.69.251]) by mail2.siemens.de (8.15.2/8.15.2) with ESMTPS id vBC86M4r000896 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 12 Dec 2017 09:06:22 +0100 Date: Tue, 12 Dec 2017 09:04:31 +0100 From: Christian Storm To: isar-users@googlegroups.com Subject: Re: [PATCH 3/4 v2] buildchroot: Add prepare and cleanup tasks Message-ID: <20171212080431.rwidzbbb7utdwq7k@MD1KR9XC.ww002.siemens.net> Mail-Followup-To: isar-users@googlegroups.com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/20170113 (1.7.2) X-TUID: EQhMlBZCfZFS > >>> ERROR: Nothing PROVIDES '${IMAGE_INSTALL}' (but > >>> multiconfig:qemuamd64-stretch:/builder/isar/meta/recipes-devtools/buildchroot/buildchroot.bb > >>> DEPENDS on or otherwise requires it) > > > > a 'IMAGE_INSTALL ?= ""' fixes that. > > > > Thanks for this catch. > > It would be helpful if you describe your changes from upstream Isar that > leads to this issue. Am I right, that you do not set IMAGE_INSTALL > variable in local.conf file? Also an ideas how to handle such cases in > pure Isar are welcome. I sent a patch for exactly this on Thu, 7 Dec 2017 14:17:48 +0100 with the subject "[PATCH] buildchroot: soft-assign default IMAGE_INSTALL". Besten Gru�, Christian -- Dr. Christian Storm Siemens AG, Corporate Technology, CT RDA ITP SES-DE Otto-Hahn-Ring 6, 81739 M�nchen, Germany