From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6487938995161399296 X-Received: by 10.80.206.3 with SMTP id y3mr4135888edi.11.1511170881238; Mon, 20 Nov 2017 01:41:21 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.80.170.48 with SMTP id o45ls4865223edc.3.gmail; Mon, 20 Nov 2017 01:41:20 -0800 (PST) X-Google-Smtp-Source: AGs4zMbHt2xlpDn/AT151prwuMRkgDRo+7EzW08ZPyYrQKFWpQZsY5ZJ7klyQhKq2pHHC4jeaXsC X-Received: by 10.80.206.3 with SMTP id y3mr4135883edi.11.1511170880803; Mon, 20 Nov 2017 01:41:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1511170880; cv=none; d=google.com; s=arc-20160816; b=y+uokwoH1xnzDCSLsd6rN7Ptk6APCqnMOszu9s24kVh5TyJ72LaAb2xNxnQDABuCPj 0A3ujbliojsDS1azV6VAKp3sNQYavibhHQ/hXTkWbGl3Y0KpG1NEJa+8/C/oGV0djmtE yU66uvC19ruvZnP5r7lRgVx+CRThrW7s/fFszUwjYCBk9r4dEJyU3iz8/V2aNtBEPGaV E9wkTxhHEjMfoz6ZA/Zksjz5zERbAJXgwdrFdQ1FxvjLFfGqIhtmi9on/WxZYmTUSZ4b wUn/neD3YQ/rF95ngcjSmbY9w+onqgpO5nCAEn1+a9PtAlXWAPMeczyjEne1gSKlQOkV c8aQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:subject:cc:to:from:date:arc-authentication-results; bh=xmtwVQwxnuxyCA8HDGsI4GZQy2q5vxiZD9py8LLsMbA=; b=Yo4QPHJMvkezD5jhe4kQaT9nGB/soy4v2/JcShRMO8hDrocrqZO6snaudoOq2ZM01e upleSTFtcJFDPT+cMJSWw4vxMAFeA1dbLTeD7ghFXzp/9cRfbzu+PEuHOiNTsiI0aclM xOc1hrF2glhpc65uoCo6S7UFlzjtUp9u1Y9TUiK+ZYNkhmKSdH7hMlAb4pjaYf2u+1v2 K6pLPwgd6eWXlkvCu3bUxr4+7OgzchzZxX1fZcj4XjT4zEqM/SFJhnnuXmhpX13545sU uSzg8aprp4JyTVTnKP/8qp86ywINdP66xLW9mHAfKJcoK09c2uGj08kMs+UH4Ymu55ur SNCQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id a67si752803edf.3.2017.11.20.01.41.20 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Nov 2017 01:41:20 -0800 (PST) Received-SPF: pass (google.com: domain of henning.schild@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 henning.schild@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail1.siemens.de (mail1.siemens.de [139.23.33.14]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id vAK9fK3j001282 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Mon, 20 Nov 2017 10:41:20 +0100 Received: from md1em3qc ([139.25.68.40]) by mail1.siemens.de (8.15.2/8.15.2) with ESMTP id vAK9fKvZ007773; Mon, 20 Nov 2017 10:41:20 +0100 Date: Mon, 20 Nov 2017 10:41:38 +0100 From: Henning Schild To: "[ext] [ext] Christian Storm" Cc: Subject: Re: download_dev-random hook question Message-ID: <20171120104138.42466b1d@md1em3qc> In-Reply-To: <20171116090453.pkret232zz6kxi23@MD1KR9XC.ww002.siemens.net> References: <20171113163546.6vcu7fuigxprpwik@MD1KR9XC.ww002.siemens.net> <20171116090453.pkret232zz6kxi23@MD1KR9XC.ww002.siemens.net> X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-TUID: 6pk7GZ9z/P6m Am Thu, 16 Nov 2017 10:04:53 +0100 schrieb "[ext] [ext] Christian Storm" : > > I just stumbled over the download_dev-random multistrap hook: > > Why is it that you only create /dev/{,u}random? > > Why not also create other essential files like /dev/{null,zero} > > as well [...] =20 >=20 > ... and, a further question that just came to my mind: Why is this > handled in a multistrap hook in the first place? Seems rather > implicit to me. Why not do it explicitly in buildchroot.bb and > isar-image-base.bb? Is a hook not explicit? I do not get the point. Using a script outside of do_build even allows for sharing between the two users. And these two recipes should probably be deduplicated one day. Henning >=20 > Besten Gru=C3=9F, > Christian >=20