From patchwork Fri Dec 3 06:42:14 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 1315 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 3A4D0C433F5 for ; Fri, 3 Dec 2021 06:42:21 +0000 (UTC) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web11.8602.1638513740242534876 for ; Thu, 02 Dec 2021 22:42:20 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=am7Xz3dj; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id b11so1407525pld.12 for ; Thu, 02 Dec 2021 22:42:20 -0800 (PST) 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=nm+p2Sr8vqBhBwU1bhT4FLspmipG3Aih0LyiB6UkrGA=; b=am7Xz3djSYK+YS37T7sKEpsFmSP2Or5ncCm1vSRYzIxqYL+eN5iMo7PXVPnciCOfdE KgjQat1nhRDFTD+4ohWaou6K1IC+AwYBEzfBrFx3KYVJvC+Vk55ws2eQ873cUh19S4/t G79YKoWpkopyztpQP3fOxQ/WjtpLGHsvUthIg9P4ifFpnz+Rv6c4XiY4fgIs4UDqby0r NpbEQbC9mFnzoG5JMr5avmvyX894aaRWkymbQ4snrDY/Q4siRC/7DnuwOjlRlr3UQWs4 hQacdievmASpdEE5DJHDXO7gq65Y1bhqjIIF61lZILRlHOFPrNSf2x8W3DW+gMNhauKf CRZQ== 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=nm+p2Sr8vqBhBwU1bhT4FLspmipG3Aih0LyiB6UkrGA=; b=N7GxsbspcGjngmuPIOYNgHQUYV2jNPSJgWF7zOjFIohnm99PYvotWvXPDDtI4J6Ams 0J+1akZT6+m4qw7Ar+9omXF9zXK8E4v3goLauKqfEzCxQJsZY6bPnbT6nK90UYnd02dW Aj8D6posFLCytEjFwWzVVjSZB5wZAy2cSJCYy3ZuDOCHf2Miduu8zw+0y6PNlBzbsNzb sqM1m9RagQNCXC+NXUSIMnSkYE9+3IAGZ8fDfElVbd9+b8qB15LsLp9NMDiMp4OlEycV CGqoNoTQvy7n+MbEI/VJ4KUnDu57OmD/faXdVTcQEXrY88F0tHiMnOHiSWCBODqSJMmM mdNw== X-Gm-Message-State: AOAM532FaQlZgRn821F1IaJw2JvrZo2UVMelPX1iFvzsUQtD8uUyrvTT qp8nwYvgvIvqSBV10BULn8dvmEDoJYSxWQ== X-Google-Smtp-Source: ABdhPJxTEiETPb55UHC4H0/fEaIJx+5Azm4ZPwPQx3bRZa6FkRVG7egY7blm53ftd4KlORkSS8UB3A== X-Received: by 2002:a17:90b:2245:: with SMTP id hk5mr11951296pjb.6.1638513739491; Thu, 02 Dec 2021 22:42:19 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9200:a0f0::ce68]) by smtp.gmail.com with ESMTPSA id n11sm1300956pgp.15.2021.12.02.22.42.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Dec 2021 22:42:19 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [layers][PATCH 1/3] meta-networking,meta-python: Fix README for yocto check layer Date: Thu, 2 Dec 2021 22:42:14 -0800 Message-Id: <20211203064216.2609394-1-raj.khem@gmail.com> X-Mailer: git-send-email 2.34.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 ; Fri, 03 Dec 2021 06:42:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94192 This ensures that Maintainer entries are as expected Signed-off-by: Khem Raj --- meta-networking/README | 3 +++ meta-python/README | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-networking/README b/meta-networking/README index 1aea8a6613..34e11a96dd 100644 --- a/meta-networking/README +++ b/meta-networking/README @@ -32,6 +32,9 @@ branch: master Maintenance ----------- +Layer maintainers: Khem Raj + Armin Kuster (recipes-netkit) + Please see the MAINTAINERS file for information on contacting the maintainers of this layer, as well as instructions for submitting patches. diff --git a/meta-python/README b/meta-python/README index 194bac39c7..8b62ad32b3 100644 --- a/meta-python/README +++ b/meta-python/README @@ -41,7 +41,7 @@ git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-pr Maintenance ------------------------- -Layer Maintainers: +Layer maintainers: Tim "moto-timo" Orling Derek Straka Trevor Gamblin From patchwork Fri Dec 3 06:42:15 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 1316 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 3AE19C433EF for ; Fri, 3 Dec 2021 06:42:22 +0000 (UTC) Received: from mail-pl1-f170.google.com (mail-pl1-f170.google.com [209.85.214.170]) by mx.groups.io with SMTP id smtpd.web10.8646.1638513741030464597 for ; Thu, 02 Dec 2021 22:42:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=OWNaaalx; spf=pass (domain: gmail.com, ip: 209.85.214.170, mailfrom: raj.khem@gmail.com) Received: by mail-pl1-f170.google.com with SMTP id n8so1441559plf.4 for ; Thu, 02 Dec 2021 22:42:20 -0800 (PST) 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=owwiHf9gZWm9j0uSJH7d4etvCgrAsa42Palv6Arz3Zs=; b=OWNaaalxDBn62q2eNpzKvrjWnJ9fRDaRRezcA4/y5TVuvhTk1yC+cOm4Qt4n4/Amj8 /oIVIkAXaQRBt9NcLOEY4XTTsU2HewU7NVbGSUqq682JMOPOAch64kws8hDgj7+rsiN4 7978tSnAD0WHZpW1WgdehHxzOxXXNQg/b1CcFuzddTAqD4RXwVdomam7Xs0IF/WtGz2t PViR9iq5FBj5phq1AUYjxGEZ2+3RUkSU/U+5JWONj0g8aT58OrDHUWKWepuaThWx3PvV bjFWBMNoRLKmGrtQTtCyY390jtme9Rdnt1rJ1uNiCe9ncuKj6WvYyDbB5S7abfV40Tts AEIA== 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=owwiHf9gZWm9j0uSJH7d4etvCgrAsa42Palv6Arz3Zs=; b=ICbysbu34V7nJBMCD5U4zu0wH9vxIeWEE8Ajtqe6jFqtmK90OMimrrPwqwjH36l8ZA 5oTZFeQNrAHiiiCZvOntyQH8w0TAVTG4sEtg52jWZZTg3YjqAgbILCKqtEfaZ0ZL2WMh O6Vfabey5D9NN9Rg0k0T/pri/Af2T6M0cI/FrMY2Kvj88sJ+A5IereUCRK/y7g6imp/E mGcwnC2p20EZJPpP4VBqtZyKSVnilckr6KeTZqGIqMGq6DntJ1hvtTujAqS6zNbvP7i+ RFBIms37OwUzCyO0nooyIDdMNCX3uCkVPRj3V19Yvp9doo2pZtmtZ7zWQBKli2jl9A5Q GcaA== X-Gm-Message-State: AOAM532oyYcTOhV+7wWgO51wmE5Q5m09HaL8N1cOZV9NV/wVBJNxXYXp I2t1n6CrnWSOiS/5lqyFlTOD2EKVUnikug== X-Google-Smtp-Source: ABdhPJyym9R0yL4xcAt/Q0wzBkqzpELJ6K8kBe7R/0/TS+Xlneu+V5nMEXcabKzWypJ3ZiI2kLyIFg== X-Received: by 2002:a17:903:120a:b0:143:e4e9:4cdb with SMTP id l10-20020a170903120a00b00143e4e94cdbmr20452198plh.89.1638513740286; Thu, 02 Dec 2021 22:42:20 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9200:a0f0::ce68]) by smtp.gmail.com with ESMTPSA id n11sm1300956pgp.15.2021.12.02.22.42.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Dec 2021 22:42:19 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-gnome][PATCH 2/3] gjs: Link with libatomic on rv32 Date: Thu, 2 Dec 2021 22:42:15 -0800 Message-Id: <20211203064216.2609394-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211203064216.2609394-1-raj.khem@gmail.com> References: <20211203064216.2609394-1-raj.khem@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 ; Fri, 03 Dec 2021 06:42:22 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94193 Fixes libgjs-internal.a(gi_object.cpp.o): in function `no symbol': object.cpp:(.text+0x534c): undefined reference to `__atomic_fetch_add_8' Signed-off-by: Khem Raj --- meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb index f6878d1f22..af4d7f6cac 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.70.0.bb @@ -26,6 +26,7 @@ EXTRA_OEMESON = " \ LDFLAGS:append:mipsarch = " -latomic" LDFLAGS:append:powerpc = " -latomic" LDFLAGS:append:powerpc64 = " -latomic" +LDFLAGS:append:riscv32 = " -latomic" FILES:${PN} += "${datadir}/gjs-1.0/lsan" From patchwork Fri Dec 3 06:42:16 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 1317 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 2DC97C433F5 for ; Fri, 3 Dec 2021 06:42:23 +0000 (UTC) Received: from mail-pf1-f180.google.com (mail-pf1-f180.google.com [209.85.210.180]) by mx.groups.io with SMTP id smtpd.web08.8662.1638513741839270583 for ; Thu, 02 Dec 2021 22:42:21 -0800 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Un5AmLGt; spf=pass (domain: gmail.com, ip: 209.85.210.180, mailfrom: raj.khem@gmail.com) Received: by mail-pf1-f180.google.com with SMTP id x5so2022602pfr.0 for ; Thu, 02 Dec 2021 22:42:21 -0800 (PST) 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=69v58Q7BQbEVK5JsRizU6p++HR2F2kX5yY6QRUwyz+k=; b=Un5AmLGt24l310QXGFCcsULWMJaBbsVfAkZjbifx4SrVcKGTcp/XCzslvCzc3RtOh6 lxxFsSr/4HMvWNQzFfT8bxKe9HuXDQUlCWZGjOtqYIcFMH3zXd14XyVEntgO8fPhwBza fI1hWVRQaTqVwxZ/Ic2N7EokoFEdUSKC5jhxoVJZ9FUnrVrKTBMfVKijmdthipuu/1xQ MspCwEUHvL2dRIXFdx3+YIa3QOsTNra06/sHD4aQAWJ7tnoOqAXDx2XWonWKl2LzHD/9 e7dzuYPJGgJPbbSJgPF9pwIEnjaL0I9a3+WbA/ky7GlJWh27DjFlFkTbcrfKqHp/olzy CATQ== 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=69v58Q7BQbEVK5JsRizU6p++HR2F2kX5yY6QRUwyz+k=; b=cr2xy7N6V6lOb/jw0tJrqBU6q9Zgr/vuketXwf+QedHiLZ2IMheUV3h+e2edNy6qxR UPjrNjfL3h9XMzFqYQRVClgnx16rbGXGCT/o+AwMF28Ou+R5k9A/max6wC4QUeB5nh3k 7pHiUoAaxevbCWfSJAL35Paw24V885fQskDovCOkRI+i4FOjn6oewN3230ijJhpGtKjq W0dzr6NSpVil6CVKCm196v0ALv+s9QLR7Aqb9wua3er8LXXcAb5MNAv8rD8lZxAfCRU3 M6CboX6JvPi25M8L9Z2vE4Z6kw6hdOjqzHyEIe0wvmH8vfCjNX8daVLPUSq4lNq7mqAf NQBA== X-Gm-Message-State: AOAM530EgM3uh7AapLkWJq1bGCckhuWjSR47jomdNYOqdho5Hk9AFjIw LMGoBhbAMNOWmMjJ62sCcsXhZq4L2IkkMg== X-Google-Smtp-Source: ABdhPJxMQAQFNLmR7I5T5aDPiCtMsWXDIZGZrBZH6N2rzbM+B6875lGsOV1hnI4fT9Hh9POI/eNGXw== X-Received: by 2002:a05:6a00:228f:b0:49f:d8ac:2f1c with SMTP id f15-20020a056a00228f00b0049fd8ac2f1cmr17599993pfe.35.1638513741103; Thu, 02 Dec 2021 22:42:21 -0800 (PST) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9200:a0f0::ce68]) by smtp.gmail.com with ESMTPSA id n11sm1300956pgp.15.2021.12.02.22.42.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 02 Dec 2021 22:42:20 -0800 (PST) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-networking][PATCH 3/3] ntpsec: Disable seccomp on riscv32 Date: Thu, 2 Dec 2021 22:42:16 -0800 Message-Id: <20211203064216.2609394-3-raj.khem@gmail.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20211203064216.2609394-1-raj.khem@gmail.com> References: <20211203064216.2609394-1-raj.khem@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 ; Fri, 03 Dec 2021 06:42:23 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/94194 rv32 does not have seccomp support yet. Signed-off-by: Khem Raj --- meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb index d07cac4265..2551b6aab8 100644 --- a/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb +++ b/meta-networking/recipes-support/ntpsec/ntpsec_1.2.1.bb @@ -30,7 +30,7 @@ PACKAGECONFIG = "${@bb.utils.filter('DISTRO_FEATURES', 'seccomp systemd', d)} \ nts \ refclocks" -PACKAGECONFIG:remove:riscv32:libc-musl = "seccomp" +PACKAGECONFIG:remove:riscv32 = "seccomp" PACKAGECONFIG[cap] = ",,libcap" PACKAGECONFIG[docs] = "--enable-doc --enable-manpage,--disable-doc --disable-manpage,"