From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6524996667803959296 X-Received: by 10.202.75.215 with SMTP id y206mr1478278oia.37.1519219174720; Wed, 21 Feb 2018 05:19:34 -0800 (PST) X-BeenThere: isar-users@googlegroups.com Received: by 10.202.90.133 with SMTP id o127ls133293oib.7.gmail; Wed, 21 Feb 2018 05:19:34 -0800 (PST) X-Google-Smtp-Source: AH8x226ueP6ql5e6GQnofuScdNSrUdZm2AA58oFTIhdMDWHVcFVqX+dlUPsGwVTCJ6B2uSF7AFmJ X-Received: by 10.202.228.141 with SMTP id b135mr1468985oih.22.1519219174372; Wed, 21 Feb 2018 05:19:34 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1519219174; cv=none; d=google.com; s=arc-20160816; b=CZjXX/sfvQ7Mhq6k+xwJFhixgxCK+TDH6OHER89+zym34yAiSDVQQ+Ct7EEelj6H0d AKrCpvK27n0u9rN+sNygUyCnrk79A3I6hatp45+ALyIxK7RN1Dx8o+191sfBwdJXwodw X9p/W+3+z+1O4AKeSxZ2UI4nqq22Tk3/8aaUHSgDEfanvg5OLKpcW8KDvQ+cGmelNCNO H/6ftGNj4hxSoHe9sM+SXIMKi+MVR60fnULEi7Vhqiv0/x8/FDLZAWH0V5Koqk4JDZi0 wrKUCIepUvYFfjFBbrvGkYhnXFo4c1GKD3WEv4PO2rgxQTCv1rWjTrv+ppx6P8kE0nHF AjzA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:to:from :arc-authentication-results; bh=qUuil7IRLK7nqdUH/Gh1IpY4uf8dbhFofTW0bfaDL6c=; b=i8KKlJuQHvhnH/0f75vtQa4U0Qnz4+PIgJQ6Me5H1D6i5d2ihmyCiK5G2aaiYxz8tY KPhhYL7ygAX5bGcGGhmHQFsGd7ZpnJd9XiuR7WncGADQRSQjoN9qiqrODyet4979Ts5I 7HfI6HPwGt9Ea0gNUILzJaynGrXtDcLUL/1jDxNPbDpkNcz/HmKLU6qGtpcbpyGGzF6a tIRkUrDy2hwz2XqD8crnrVCq438ND9qT0fwPcWarizeWGX1JopVEQjcGg7Is0KeobbDF ETHBjW9JsP9S+ecuFvFoVAJpAFfvIl2NFgVnzYErxNynwmhAC9DujzJRAG2CZKw4V9uY VAeQ== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Return-Path: Received: from relay1.mentorg.com (relay1.mentorg.com. [192.94.38.131]) by gmr-mx.google.com with ESMTPS id w69si161567otb.5.2018.02.21.05.19.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 21 Feb 2018 05:19:34 -0800 (PST) Received-SPF: pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) client-ip=192.94.38.131; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of cedric_hombourger@mentor.com designates 192.94.38.131 as permitted sender) smtp.mailfrom=Cedric_Hombourger@mentor.com Received: from nat-ies.mentorg.com ([192.94.31.2] helo=svr-ies-mbx-02.mgc.mentorg.com) by relay1.mentorg.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-SHA384:256) id 1eoUJ3-0002WP-CW from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Wed, 21 Feb 2018 05:19:33 -0800 Received: from 8ed3f6b9f02f.anacadf.mentorg.com (137.202.0.87) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Wed, 21 Feb 2018 13:19:30 +0000 From: Cedric Hombourger To: Subject: [PATCH 0/1] Remove hard-code distro name in the multistrap template Date: Wed, 21 Feb 2018 13:19:23 +0000 Message-ID: <20180221131924.4744-1-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.11.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.87] X-ClientProxiedBy: svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) To svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) X-TUID: +/DzIEEge3j3 As users may define their own distro name, the multistrap configuration template we provide should not have it hard-coded to "isar" but use whatever DEBDISTRONAME setting we receive. Failure to do will result in fetch failures from the isar-apt source feed. Cedric Hombourger (1): buildchroot: remove hard-coded distro names in the multistrap template meta/recipes-devtools/buildchroot/buildchroot.bb | 1 + meta/recipes-devtools/buildchroot/files/multistrap.conf.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- 2.11.0