From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6672599133861183488 X-Received: by 2002:a2e:7205:: with SMTP id n5mr823400ljc.3.1553777479535; Thu, 28 Mar 2019 05:51:19 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a2e:998e:: with SMTP id w14ls3279641lji.14.gmail; Thu, 28 Mar 2019 05:51:19 -0700 (PDT) X-Google-Smtp-Source: APXvYqx22ugE8hJYBzw6kcPRWUnNbOT9dZiJ7nkl86SIDhYGXLEO7rDAIT43dlbgcOtMXMN6/PRR X-Received: by 2002:a2e:7306:: with SMTP id o6mr845198ljc.2.1553777479103; Thu, 28 Mar 2019 05:51:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1553777479; cv=none; d=google.com; s=arc-20160816; b=cTvajWyJtELkb1BDx3H10c11WoNQt3smcrytuIE839j2ezkJL9t59ro+nQ6WNqHAV9 SQVuDCKYHPigxngU5pLzxXC6xlm1C2bVPDIUBDmc0IQHBxhTy0U2xpG7Y37UWiQ9fJul sPg6kl6Ouvq9FbSIs/B8so2QQwAuTT04qElVWAJxqRCHHMOGZ41WENrHEprDnW28Gn8o 9m7y5aoVqQoj9KeCetarkwQ2gAtWCtiWMJZDC64XJmNToyJWS35Aq84iTeIBCIWRv9jc 8pn6hXQH0EIZoKKfP94T9r36YmwCfoU5c8A/K35Y3sacTthpKXzL+2wW98YsTryo7PyA sDxg== 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:references:cc:to:from:subject; bh=qUjO4XLdOGxjTj8sDJHrG4fjYSRKay8zVJphGQWmIIQ=; b=oLVVuUCKU8ePE6+qd7F/9tXV+Bfjo1Zd8/A3qEN3rWyuqqIScpJcKjExmsu+lEQTk9 tYgAYxanQ21k+vFdFHlaZ3zyiQvOJaHNGSNkbW3OkvmUZvtK+D9QwMfztEDsvRyAqL4t nbgMy/TcReXrHX+6r3g0AEUBtE9Y+TMSzh3703PaipzlU0cBDR3gi2rdFymxgBwx6xLD ShKffdIAtzgMylMmpvVA6RNSTdW8ficAKobgs8iVD5J9kQDU/M8oS0RSUuvm3xpYPP/7 HbcfPivbl9Q8nA03cUDRWzVUApk/QKH45bWSH5T04exB3m8+nncYWFGIrztqY9wlnuMV MwRQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Return-Path: Received: from lizzard.sbs.de (lizzard.sbs.de. [194.138.37.39]) by gmr-mx.google.com with ESMTPS id z15si1196019lfe.5.2019.03.28.05.51.18 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Mar 2019 05:51:19 -0700 (PDT) Received-SPF: pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) client-ip=194.138.37.39; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of claudius.heine.ext@siemens.com designates 194.138.37.39 as permitted sender) smtp.mailfrom=claudius.heine.ext@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by lizzard.sbs.de (8.15.2/8.15.2) with ESMTPS id x2SCpHnv005288 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Thu, 28 Mar 2019 13:51:17 +0100 Received: from [139.25.69.232] (linux-ses-ext02.ppmd.siemens.net [139.25.69.232]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x2SCpGHd022438; Thu, 28 Mar 2019 13:51:17 +0100 Subject: Re: [PATCH 0/1] Implement ROOTFS postprocess commands From: Claudius Heine To: isar-users@googlegroups.com Cc: Claudius Heine References: <20190326073227.11091-1-claudius.heine.ext@siemens.com> Message-ID: Date: Thu, 28 Mar 2019 13:51:16 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.5.1 MIME-Version: 1.0 In-Reply-To: <20190326073227.11091-1-claudius.heine.ext@siemens.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-TUID: NXiU8punLq0G Hi, On 26/03/2019 08.32, [ext] claudius.heine.ext@siemens.com wrote: > From: Claudius Heine > > Hi, > > this is the first draft of the ROOTFS postprocess implementation. > > I switched some of the currently done task over to it as well. > > This patchset depends on the 'Clean image pipeline' one, which in turn > depends on the 'Move isar-image into image class' patchset. > > What do you think about this solution? I am currently working on implementing a preprocessing feature for the rootfs, e.g. allowing to run commands before any custom packages are installed and that effected this patch a smidge. So I will first implement that before sending v2 of this patch. But since I will be using the same mechanism as shown here, please give feedback about it. Thanks, Claudius > > Cheers, > Claudius > > Claudius Heine (1): > meta/classes/image: implement ROOTFS_POSTPROCESS_COMMAND > > meta/classes/image.bbclass | 86 +++++++++++++++++++------------------- > 1 file changed, 43 insertions(+), 43 deletions(-) > -- 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