From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6701143333816762368 X-Received: by 2002:a1c:411:: with SMTP id 17mr14597116wme.74.1560231515190; Mon, 10 Jun 2019 22:38:35 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:adf:a105:: with SMTP id o5ls1084699wro.12.gmail; Mon, 10 Jun 2019 22:38:34 -0700 (PDT) X-Google-Smtp-Source: APXvYqy7gGrDB9d9u55mqu9LVqg+yU5qWOYVEbhRaj6iNXq5z/izjBRxyuB7ig3kgawIEBGf42dU X-Received: by 2002:adf:9d81:: with SMTP id p1mr35182437wre.294.1560231514825; Mon, 10 Jun 2019 22:38:34 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560231514; cv=none; d=google.com; s=arc-20160816; b=taN/sFqrZOG7UaCHZ/oN+UA1T9TJLmUag7y5PcrJAjcINNaP1Gj6rVUDqa3nwaB87R cvDCe/5ieoU0jCuOqEmiRywf0s1sUInqiXC+hhKmPWWa+qhe9lJjW19EzmhhRZJDKwuU gGlKS6/ImjN12hF+RmQATIPiPbXikBlS19HmkA1g3RYTkE5ldaUG+4G1KGAnZeF7hV7q UcCm4LDGd5lvjhhus2UIknsZ/7TVltIB/iaPiNR/28jVP7ttYF6FkZVpt53yoA0WyL2I nejP+iuXJILpkOHkOjfE2e2krf2ONEOPaOh6jcqxZLxY7+tlMSnQWH+5x2yt2L9MIU5s CUUA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:message-id:date:subject:cc:to:from; bh=ysw04pYUVmaqD4+dVAt9vQ+zKmKUz0ByDlGP645SVtE=; b=IET3SUPVB9hYIcr6mWQCDmJGLptoIL//QpNffAEj+2NJW8v9yXqSF2ejORPfUe07SD bzHcDx+hRlkGJbBbJb24j+qpSIvhOrdznbuV87V7336kleIzTz8j78FDDHhLmoyCw0gN ObavT5prgva9s8a3Z0hUoA2OKbYseQxu420mw8P3TpiTOxeaz/w+1QTvV828wEd8P8bk FDEBDRXRtING7xx5ExLH3DRtPGmgYB2ZvlbEdNy5QjU5wAFFitDuKE+S3iY6MoEJXG+K UFXtDN5UJPCU96saXFrqrRrG0DiKWzZy5lGhfhx9Oytb7W4DKiEP6PoXoKN3GBEO00wv 5m7Q== 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 h13si748210wrt.4.2019.06.10.22.38.34 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2019 22:38:34 -0700 (PDT) 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 1haZUP-0004ry-IV from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Mon, 10 Jun 2019 22:38:33 -0700 Received: from FRG-W10-HOMBOUR.world.mentorg.com (137.202.0.90) by svr-ies-mbx-02.mgc.mentorg.com (139.181.222.2) with Microsoft SMTP Server (TLS) id 15.0.1320.4; Tue, 11 Jun 2019 06:38:29 +0100 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 0/7] Add mipsel architecture and QEMU machine Date: Tue, 11 Jun 2019 07:38:10 +0200 Message-ID: <1560231497-140-1-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.7.4 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [137.202.0.90] 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: H24xql7lxac0 This patch series adds the mipsel architecture and a QEMU machine to Isar to support legacy projects wanting to migrate to Debian (the mipsel architecture and Malta reference board are supported with both stretch and buster). The last patch is optional but desirable: it would add the qemumipsel-stretch configuration to the ci_build chain. Cedric Hombourger (7): image.bbclass: introduce KERNEL_FILE (defaults to vmlinuz) start_vm: append kernel arguments specified in QEMU_KARGS recipes-devtools/*-apt: add support for the mipsel architecture recipes-kernel/linux: add support for the mipsel architecture start_vm: add mipsel to the list of supported architectures meta-isar: add the qemumipsel machine ci_build: add qemumipsel-stretch to build targets meta-isar/conf/local.conf.sample | 1 + meta-isar/conf/machine/qemumipsel.conf | 9 +++++++++ meta-isar/conf/multiconfig/qemumipsel-stretch.conf | 17 +++++++++++++++++ meta/classes/image.bbclass | 5 +++-- meta/recipes-devtools/base-apt/files/distributions.in | 2 +- meta/recipes-devtools/isar-apt/files/distributions.in | 2 +- meta/recipes-kernel/linux/files/build-kernel.sh | 4 ++++ scripts/ci_build.sh | 1 + scripts/start_vm | 6 +++--- 9 files changed, 40 insertions(+), 7 deletions(-) create mode 100644 meta-isar/conf/machine/qemumipsel.conf create mode 100644 meta-isar/conf/multiconfig/qemumipsel-stretch.conf -- 2.11.0