From patchwork Sun Jul 24 19:33:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 10569 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7379CCA47C for ; Sun, 24 Jul 2022 19:33:32 +0000 (UTC) Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web08.20058.1658691206385432054 for ; Sun, 24 Jul 2022 12:33:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NGwn36Sk; spf=pass (domain: gmail.com, ip: 209.85.221.46, mailfrom: martin.jansa@gmail.com) Received: by mail-wr1-f46.google.com with SMTP id g2so5208958wru.3 for ; Sun, 24 Jul 2022 12:33:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=1OsGe0/85HAhge1w32uU4JKDr2ll92Djpv+Gvx1DLb4=; b=NGwn36SkuND3nSNpLGQVmX5z+hnfKbehyoPaWXIwbkEkmOw+MJ8bFhTof3n7ji1UtP O3uW4MRaC2sDBSTDyJ1XUaHSGpz0hLyGWyxYQpfEA3/UTCrNCDE5YMYIRG/y8YUdjbd+ +nISeiAtHCwSdLgHVyrRi1Fg9FWV7bmR4wAD6/wlYrE0mIq7l/TUtDDLY5CBMoDj4BdW CNf0xFkXimGKJ3FEE4mMDaMaJXlA9Y6zNkmKzD+1GzIZ/jqhS+zVy45jwmAMLsEckJbx RdzKYRC1uar6OJhlVsSDds9KOYqPzJALSP4JucZo/fHR2qZVhKv/9AJ8WfzRhWFsw4m5 KvNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=1OsGe0/85HAhge1w32uU4JKDr2ll92Djpv+Gvx1DLb4=; b=aX5gUEwPKUy/AtBC55xGwvzsuA+ZOi9ewVK61jrcNPOUC+yB+I0OhiT0xPijAMjcJI qC0MUD9FhalT/cjdBcmWSeiULEY0LtCBVXuaJHkrqCVIGhtEZvmHY2Cb5LGBM8ZOsnXd LHxlKtta2oQam+J7CCFRuJY9Bm5AdJzAj48apPV8BgMZhVab5H16vfbQ49QvIyYHE5M5 ZzjfDvdRNIukJxgdDPE3OxbKF7pzYLOzygfi/wrkNX2zwqo8rtKOi3cDRAHr9i6rzTnq QZYuRdaxXiQSg0kjYbdKfzgOzGEKsIgjBLLliA3TkCAW57kIccoFZfmvIdxWn1bVACFf P4dg== X-Gm-Message-State: AJIora8P6xP7dTSdxdA5s43RtjOaR1OOfR+Hl0+lYqzAVzAsXxxUNEo+ j2noENzeRU0L05+uxdnFfUs75qCdB3E= X-Google-Smtp-Source: AGRyM1sOyRdZ9Dtf9baTZUp2pFUBqXCDx3oaj+JpMmlrEOof8pDi/+gXWo9o6OEzgKA9njhV94NC/Q== X-Received: by 2002:a05:6000:18d2:b0:21d:6661:60b5 with SMTP id w18-20020a05600018d200b0021d666160b5mr5912200wrq.475.1658691204812; Sun, 24 Jul 2022 12:33:24 -0700 (PDT) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id u16-20020a05600c00d000b003a31c4f6f74sm18373085wmm.32.2022.07.24.12.33.24 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Jul 2022 12:33:24 -0700 (PDT) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-core@lists.openembedded.org Cc: Martin Jansa Subject: [PATCH 1/2] python3-setuptools: move patch from 'files' to 'python3-setuptools' Date: Sun, 24 Jul 2022 21:33:04 +0200 Message-Id: <20220724193305.817056-1-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 24 Jul 2022 19:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168464 * it's not used by any other recipe AFAIK * meta-python2 has own copy for python-setuptools there in: meta-python2/recipes-devtools/python/python-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch Signed-off-by: Martin Jansa --- .../0001-conditionally-do-not-fetch-code-by-easy_install.patch | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename meta/recipes-devtools/python/{files => python3-setuptools}/0001-conditionally-do-not-fetch-code-by-easy_install.patch (100%) diff --git a/meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch b/meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch similarity index 100% rename from meta/recipes-devtools/python/files/0001-conditionally-do-not-fetch-code-by-easy_install.patch rename to meta/recipes-devtools/python/python3-setuptools/0001-conditionally-do-not-fetch-code-by-easy_install.patch From patchwork Sun Jul 24 19:33:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Martin Jansa X-Patchwork-Id: 10568 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id A5F94C43334 for ; Sun, 24 Jul 2022 19:33:32 +0000 (UTC) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mx.groups.io with SMTP id smtpd.web08.20059.1658691208690686647 for ; Sun, 24 Jul 2022 12:33:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=BCt6X5f6; spf=pass (domain: gmail.com, ip: 209.85.221.44, mailfrom: martin.jansa@gmail.com) Received: by mail-wr1-f44.google.com with SMTP id b26so13286457wrc.2 for ; Sun, 24 Jul 2022 12:33:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=UTcBgsBHWzaHlnwRdXn+x7k299EoUKvjy+jVqCHtw3Q=; b=BCt6X5f6tB+bGKiyd02EvdvkDY/92h04qOIL1IU500xAPz6QCvjXYXQClipbqCCEGa ijeymVgm0h+8+Kewtwf/TA7aP5iAmCqRdpXFwp4/3SljQbVeRnrSDLsOAGGHyutte2NZ IruVRL23nIIxTMxRP/boBuNdccTSyx3eYYWEK6Uoumwn6jQBYDtmamfMauxvI0eJ42pm YpuKq9G+hkTVcUCCisdZvhq1U8EQkLnL8bo/g17ADVgOX2thqHDd/GfjOgYfk2Oeoamu YbcBGxLLj5N2OIxSKlw5DR0y/ZrWkRkHGc+ywG7Fj4eJY8TZt4KBhp1FyBfUZGsflWK1 HzcQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=UTcBgsBHWzaHlnwRdXn+x7k299EoUKvjy+jVqCHtw3Q=; b=bldy+m9L7IRo+P39Kzuiqn1xyPyuSQLj3doCoeBX0BibcUbu4Zhd+Yct/05qWbJ+qU RyqTtwm0j9VcTE7qnVou5KzzfmfH63+bHAWjLG15msp+Ke/9Fw351XqJiGwcjeLUi17K rJ9STwQm3WAuSbR5JmfAa1Ec0A5ee6iBl3RBSoTCiiGQyuolDeHkcCeqErE1Y90+0qtp 6qlQR62MwSI4KlVB0IeyZArkoM44J66DM3uK/DW8d56tXlq283qP1RbHqDyPk66NBDDh q1rwAHQnDp6upwMSfMGZ34xiW2Zy/awTjgdyE/Gwyq5nHKq2/ZaLT7qNzpIBSRAEGNTR yvKQ== X-Gm-Message-State: AJIora8Ijnr1mAEh8FmIdT6nYbZkvTU8F227R4+miu5tAKDMWV4TRCfr KgtTyupfciWewKcUHvlHCJLvzAFqq38= X-Google-Smtp-Source: AGRyM1sHQUhmF9xeMY/Bk1zeyQKPc+nCcAQDGjvZe3EwB4+vkUN6qO5SsB9oNGtz/zPIiY1kPktrpQ== X-Received: by 2002:a05:6000:178c:b0:21d:b6fe:73be with SMTP id e12-20020a056000178c00b0021db6fe73bemr6089656wrg.56.1658691207080; Sun, 24 Jul 2022 12:33:27 -0700 (PDT) Received: from localhost (ip-109-238-218-228.aim-net.cz. [109.238.218.228]) by smtp.gmail.com with ESMTPSA id o15-20020a05600c510f00b003a30fbde91dsm17398340wms.20.2022.07.24.12.33.26 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 24 Jul 2022 12:33:26 -0700 (PDT) From: Martin Jansa X-Google-Original-From: Martin Jansa To: openembedded-core@lists.openembedded.org Cc: Martin Jansa Subject: [PATCH 2/2] kernel.bbclass: pass LD also in savedefconfig Date: Sun, 24 Jul 2022 21:33:05 +0200 Message-Id: <20220724193305.817056-2-Martin.Jansa@gmail.com> X-Mailer: git-send-email 2.35.1 In-Reply-To: <20220724193305.817056-1-Martin.Jansa@gmail.com> References: <20220724193305.817056-1-Martin.Jansa@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Sun, 24 Jul 2022 19:33:32 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/168465 * similar to: https://git.openembedded.org/openembedded-core/commit/?id=66c1f4b0abd3483759f9e4141a80f982eaf8ccfd https://git.openembedded.org/openembedded-core/commit/?id=36fe2efc91fec5a52374a2dc4814a69076a2d28e but for savedefconfig task * otherwise with ld-is-gold it will fail with: gold linker is not supported as it is not capable of linking the kernel proper. Signed-off-by: Martin Jansa --- meta/classes/kernel.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.bbclass index 2036226fb0..3ae5e6c9f9 100644 --- a/meta/classes/kernel.bbclass +++ b/meta/classes/kernel.bbclass @@ -629,7 +629,7 @@ kernel_do_configure() { do_savedefconfig() { bbplain "Saving defconfig to:\n${B}/defconfig" - oe_runmake -C ${B} savedefconfig + oe_runmake -C ${B} LD='${KERNEL_LD}' savedefconfig } do_savedefconfig[nostamp] = "1" addtask savedefconfig after do_configure