From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6701143333816762368 X-Received: by 2002:aa7:c391:: with SMTP id k17mr79261136edq.166.1560231525703; Mon, 10 Jun 2019 22:38:45 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:cb84:: with SMTP id k4ls5315948edi.0.gmail; Mon, 10 Jun 2019 22:38:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqy/8rdfZ73ZFQ5cWFDIRwnPIAUFeUFytue/UsUHI5il5mp13Ktz29h0XlHRl1HdaNuIbKQ3 X-Received: by 2002:a50:ba09:: with SMTP id g9mr59541059edc.172.1560231525352; Mon, 10 Jun 2019 22:38:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560231525; cv=none; d=google.com; s=arc-20160816; b=YJOWnwUSeOLBcT1GkbPV2/H8RBQPYym91gO/dIX2DuXVjiPR8MzHBDAhPm4+CfXxbR sx55YDN9TMiFquAwVDb/O7yh9KrLoiZBo409yAXZAHlvMLA05p7Dt9dTRULcVnYcpt7P kJ3muLdLtnuuVE/zGxV/B02UG+FHFG4aY+9YjStTSXT6Y5JABdU3DXQxf+jmbxBAh4QK 9W/kRnFYFvyhMK25ZQBD0bwno2Lf3MaY/Hpj+nuJ6RVKJCMPCeeftQXBP6xJywwgHlLi VkjK/p+tjrzDXTWsfKqjLRb1pCeNPrEtf4btK9zgNdfZ2oZNapLeshfnN++nFuqD62y/ eb+g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=mime-version:references:in-reply-to:message-id:date:subject:cc:to :from; bh=uDhJh+N24teL8k1pGQ4q7aVoBaia65v3Dpis0qX7jrE=; b=ztRC1aZIPI7guvXHWQbcVsfzJm8926Fc6UBOzgZDiHFfhRfcizqxK1MC3jMFUXWdrl Lwx8uV5Yed4z06G8zGoaxstPorRuKFezpI7BagEXObsiBeO9isQJ+Vjamnuh2mQ8SXcC gnPrslzB/uHF3xGv900q0dJ66Dv5IPcJeoigrhmd+cLiwQt2zilHnU61PaghaF1o9EQZ 8J9Pb/luzgNx2rVvWNWOb38ISZC46ZAIv+v6ikKSHeo1AJnq+PRCs5Jo6qDob/hBC9KC XCPhprH1qXznnykBcflJOoLh5QhkfRNKbObnfuEkWnw4Sm3y8PFs1YUzTfvPJHipMsQL NChw== 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 r27si431934edd.4.2019.06.10.22.38.45 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 10 Jun 2019 22:38:45 -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 1haZUa-0004us-34 from Cedric_Hombourger@mentor.com for isar-users@googlegroups.com; Mon, 10 Jun 2019 22:38:44 -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:39 +0100 From: Cedric Hombourger To: CC: Cedric Hombourger Subject: [PATCH 4/7] recipes-kernel/linux: add support for the mipsel architecture Date: Tue, 11 Jun 2019 07:38:14 +0200 Message-ID: <1560231497-140-5-git-send-email-Cedric_Hombourger@mentor.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1560231497-140-1-git-send-email-Cedric_Hombourger@mentor.com> References: <1560231497-140-1-git-send-email-Cedric_Hombourger@mentor.com> 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: KLXL2bc700KF Signed-off-by: Cedric Hombourger --- meta/recipes-kernel/linux/files/build-kernel.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-kernel/linux/files/build-kernel.sh b/meta/recipes-kernel/linux/files/build-kernel.sh index 4fdf3ed..8b7b23b 100644 --- a/meta/recipes-kernel/linux/files/build-kernel.sh +++ b/meta/recipes-kernel/linux/files/build-kernel.sh @@ -21,6 +21,10 @@ if [ "$host_arch" != "$target_arch" ]; then export ARCH=arm64 export CROSS_COMPILE="aarch64-linux-gnu-" ;; + mipsel) + export ARCH=mips + export CROSS_COMPILE="mipsel-linux-gnu-" + ;; *) echo "error: unsupported architecture ($target_arch)" exit 1 -- 2.11.0