From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6599908607246991360 X-Received: by 2002:ac2:4356:: with SMTP id o22-v6mr541059lfl.0.1536660969522; Tue, 11 Sep 2018 03:16:09 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a19:18e3:: with SMTP id 96-v6ls1175813lfy.21.gmail; Tue, 11 Sep 2018 03:16:09 -0700 (PDT) X-Google-Smtp-Source: ANB0VdaKYxfk9aD7pOT9zdRX2+WwmDfwmK/4MVx+CYJEltHy8fvjTQkx0sVBNzvOFIW4vsSSnpXk X-Received: by 2002:a19:4e98:: with SMTP id u24-v6mr568500lfk.7.1536660969092; Tue, 11 Sep 2018 03:16:09 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536660969; cv=none; d=google.com; s=arc-20160816; b=tSrBsXZ3IjKfqImEH49JfUef3iO3qyAhZR2TxAekDq/gzwckXWAOQuaONWBaV5QoUm GU7Xmv8nYew4YUgVqd54xsq64mztJN0ws7Mmcq4NEpmmlYgjrL03hwK9pYUnMiFexJMd XWtRQCLeBWmR9d379vMYYLFxXPdJ/SNvpuO8Auzsz+/eCO1S/LGv7fdGZt/+yaZQUxk1 M168kWOjGosmoWSR1EzC66bKxac/NWxG+6G3DlCW2ZNywk+HZMgr43KvyrbHE3WrrdAJ yQnvkftqDvMhQJ5bF+RZV6S2+XJT8nRnPqVTUmH3X3KD6+tJN1pRY6jfCtmAJis+haiB BF6A== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=message-id:date:subject:cc:to:from; bh=NMsiY+0P7iLV+pFuOgykQmCcRDoneIw0uOEctG9lndE=; b=aX1DDnmPpyf1/lUbSVZEHUek+M5joTEqE+xFDl1ks+4caywDkXTwMSqwpDm5czkIZc 6IT65ztNa/AUbD8sKCS4JDxJ01KXEyd9NMSDQ1sD9qPU5YY+VcfL0FapZKPlHXhcwSe6 9pax0yma1/uVbH9YVAdeW48fnquEPERJgjNdOVagkCC5k/KByvOIUaUbucwBsR1CubQT AlSH5vp45IASYpAFvHJyELvBqvuplgIm7oSHnuchbrjYM2lNQJI+jdB/cKQVvLxj/s7e nfEv2gcIMTdqt7bAQTaAL+NpxVJP4Rb9+LcD6NUElyG4EvG42lhQOkualc+sH29Tt3dp 7gQg== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Return-Path: Received: from david.siemens.de (david.siemens.de. [192.35.17.14]) by gmr-mx.google.com with ESMTPS id v16-v6si433154ljg.3.2018.09.11.03.16.08 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 11 Sep 2018 03:16:09 -0700 (PDT) Received-SPF: pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) client-ip=192.35.17.14; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of henning.schild@siemens.com designates 192.35.17.14 as permitted sender) smtp.mailfrom=henning.schild@siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by david.siemens.de (8.15.2/8.15.2) with ESMTPS id w8BAG8Vu032004 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Tue, 11 Sep 2018 12:16:08 +0200 Received: from md1pvb1c.ad001.siemens.net (md1pvb1c.ad001.siemens.net [139.25.68.40]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id w8BAG7Lj011543; Tue, 11 Sep 2018 12:16:08 +0200 From: Henning Schild To: isar-users Cc: Henning Schild Subject: [PATCH 0/2] Straighten cross names Date: Tue, 11 Sep 2018 12:16:03 +0200 Message-Id: <20180911101605.21977-1-henning.schild@siemens.com> X-Mailer: git-send-email 2.16.4 X-TUID: WN7D6hdBsXDa With the recent introduction of cross building we introduced confusing names in Isar. The following article describes how the names should be in Debian, which is probably what we should follow. https://wiki.debian.org/CrossCompiling#Nomenclature This series partially fixes the names. Applying it without changing the rest would probably just increase the confusion. I am still posting it as a starting point and to point out that there currently is a naming issue in Isar. Henning Schild (2): cross: use env variables instead of switches build-kernel: fix the cross compile arch naming meta/classes/dpkg.bbclass | 8 ++++++-- meta/recipes-devtools/buildchroot/files/build.sh | 2 +- meta/recipes-devtools/buildchroot/files/common.sh | 13 ------------- meta/recipes-devtools/buildchroot/files/deps.sh | 2 +- meta/recipes-kernel/linux/files/build-kernel.sh | 18 +++++++++--------- meta/recipes-kernel/linux/linux-custom.inc | 4 ++-- 6 files changed, 19 insertions(+), 28 deletions(-) -- 2.16.4