From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6727260999907278848 X-Received: by 2002:a19:674d:: with SMTP id e13mr15501690lfj.176.1566312952564; Tue, 20 Aug 2019 07:55:52 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:860d:: with SMTP id a13ls1382059lji.4.gmail; Tue, 20 Aug 2019 07:55:52 -0700 (PDT) X-Google-Smtp-Source: APXvYqxomnE2e+mLFOzdGyQ0Xkhmqc2iVU568Pjmlz5mlHhSH9b57XoRCVhNPQYXckuh55o7CJBq X-Received: by 2002:a2e:8e92:: with SMTP id z18mr15751772ljk.73.1566312952115; Tue, 20 Aug 2019 07:55:52 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1566312952; cv=none; d=google.com; s=arc-20160816; b=Tg99VNs2RgFgtrVhBe5ymtyfLX9L7D9PJfmNETXjU8Coavzu2WpfSbcNzdVJhao/rG DsXt17sA0N3bgZLbR3KJoM3iJpz/jQGQ5IWRG9gr/vg/bH7uL1JP+GX8WStU9Tk9jvzf z6P/E1JjrVuHT/wKsO2ehBulI29yW3OSy041z3HQaS+EHpz0ruwd+S+HyhWHzN7bwotO A2A7DxIpydPSdrmpq7YfoZHcI730HPPZurEOEGvy169xGUkZ8Jus1NRl0h/r2CEY4riA yr8m6Fd2sOd3OqSqGnsdkdKPD1ZHgO6lYFw7UkA1+2n72E/KDweCWtqdobqGYTYxjpD/ 8+nA== 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; bh=R1Y+OrEHxSbjkA0Ao7qHRKZ+uGGIr0JbaYkLdNnRi7w=; b=hSGY9Nk3rc6btoL5PbJZqstq2ri3uXKwth+viU0yvGGjh++1zJYfxK6DoqQBX8ntAO HtXCEA9Y+X+IzUt5UpZIKK9vh5lJ5jASXIMHZlapMFjx5PPKC7VXH3RWNDnMtPQJtKTC SQ1b7MxEXXKbjeTQp6VEPD2EV4fNHIStalrIAofRITpcIhiMm8lP7YaMf7JsOE3Zc9K1 kjyXEfkxrB+XJCYoUGhqeyArSJZ6HMW2IioRAftDXbmZUKfziOIuHb5vR2IUmkTKWYmG lwYwMV4wQy6mq6hkrbQouh9y1UF/dHaNkR48DOsPo5unBFmTIvYZgwp0Atj504Z3sWiW af+g== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id s14si952391ljg.4.2019.08.20.07.55.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 20 Aug 2019 07:55:52 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail1.sbs.de (mail1.sbs.de [192.129.41.35]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x7KEtoks005513 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 20 Aug 2019 16:55:51 +0200 Received: from [139.25.0.7] (linux-ses-ext02.ppmd.siemens.net [139.25.0.7]) by mail1.sbs.de (8.15.2/8.15.2) with ESMTP id x7KEtosV025701; Tue, 20 Aug 2019 16:55:50 +0200 Subject: Re: [PATCH] rootfs: Add missing dependency for rootfs_postprocess To: "[ext] Jan Kiszka" , isar-users , Claudius Heine References: From: Claudius Heine Message-ID: Date: Tue, 20 Aug 2019 16:55:50 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: TffRgvr8UYpn Hi Jan, On 20/08/2019 16.48, [ext] Jan Kiszka wrote: > From: Jan Kiszka > > This task needs the unpacked files from SRC_URI, specifically > DISTRO_CONFIG_SCRIPT. > > Signed-off-by: Jan Kiszka > --- > meta/classes/rootfs.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/classes/rootfs.bbclass b/meta/classes/rootfs.bbclass > index c7e0435..7d22452 100644 > --- a/meta/classes/rootfs.bbclass > +++ b/meta/classes/rootfs.bbclass > @@ -227,7 +227,7 @@ python do_rootfs_postprocess() { > for cmd in cmds: > bb.build.exec_func(cmd, d) > } > -addtask rootfs_postprocess before do_rootfs > +addtask rootfs_postprocess before do_rootfs after do_unpack No, I think the dependency between do_unpack and do_fetch is missing. rootfs_postprocess depends on rootfs_install which depends on do_unpack already: classes/rootfs.bbclass 159:addtask rootfs_install before do_rootfs_postprocess after do_unpack regards, Claudius > > python do_rootfs() { > """Virtual task""" > -- DENX Software Engineering GmbH, Managing Director: Wolfgang Denk HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-54 Fax: (+49)-8142-66989-80 Email: ch@denx.de