From patchwork Wed Nov 2 08:42:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 14702 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 D6200C433FE for ; Wed, 2 Nov 2022 08:42:33 +0000 (UTC) Received: from mail-qv1-f45.google.com (mail-qv1-f45.google.com [209.85.219.45]) by mx.groups.io with SMTP id smtpd.web10.3805.1667378550568730892 for ; Wed, 02 Nov 2022 01:42:30 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=UWOzKK6d; spf=pass (domain: gmail.com, ip: 209.85.219.45, mailfrom: akuster808@gmail.com) Received: by mail-qv1-f45.google.com with SMTP id e15so12005069qvo.4 for ; Wed, 02 Nov 2022 01:42:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=Crlu3AV8xZZ05iRqMGYVAiImMTGpbo9ebHkTx6dr4WA=; b=UWOzKK6dqUaeDq7pnIGWhHi5B6JLUl+QDXHJBHM/P6JSYVkfCoi42Spe7/c0SKVVqH nAZBbCRgJK9iBMXULe/KBF4TuxENfPq5Eo9xwryYSl8OsFIpb+py6RYylh7qYPnJzrCN /SehZ7Km6deNXaBuHB9s/JbgYsIYoHa6v8XVEWauMqXvrJF06mFXHpvcg4PDGfEJeL3C 7xNMGsDJhE+5/R3ZECs+TWVpk8iuDzSEIY+ZBXvjifJcPBJiRwkCG9hxRJR7jOr4ITdT +k8lzbdr4VNlDrs1vq7Kc0kqeIpYGYl36gBhVR6ECkdawoWlgKBm7ek5DFditX+IYDzm 25Fw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=Crlu3AV8xZZ05iRqMGYVAiImMTGpbo9ebHkTx6dr4WA=; b=gi62wRgXNx2N0JVesNOb2ZowwC7FMURFjrKAE6LWhlTa82d1xOEk2xkcG+dQvkx3e1 HM4vDNiUzjkKZ2RJC7l67KozIiRM55/sEaIpWOSomU8ASDK2L+2CM7jCHqxYgKJZVgYD oMmihZFSNpt7nXn0q2KkojeuU668WInm8qFeFbbR3B6ColX2c/iOP/mKsde5mptuSZJF eSsALC24JgG2Z99jkW42sfxt0yA+MeyGnTxUsekDYVCBEVROdLEnPNiPVeCglaN4UzCB q/xMWZ2gUuOwz1LYjzkpaeVelqIoE0qOqR8Ue76+yImK7SStvVWWwIuGrrPu0+T+O9yC s0ug== X-Gm-Message-State: ACrzQf3EyHE2lkBD8ICQmGPU8wAySPpPdYAzxdTVMUsR5vZuIllv3ZxG Z4s82f9etVFXRnexJyYU7a6opLDA1kFL5w== X-Google-Smtp-Source: AMsMyM4h+b3N9FKxlDWu9mRCDGfPsm+51KUQ3zTWJmq6JzLUef4Ur0LJV9vWYt1jC4khrUpb6+84Pg== X-Received: by 2002:a05:6214:2528:b0:4b8:2025:5f6e with SMTP id gg8-20020a056214252800b004b820255f6emr20017440qvb.88.1667378549211; Wed, 02 Nov 2022 01:42:29 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:8259:e903:8d8:7eb0]) by smtp.gmail.com with ESMTPSA id t11-20020a05620a450b00b006fa2b1c3c1esm5631202qkp.58.2022.11.02.01.42.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 01:42:28 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Howard Cochran , Howard Cochran , Khem Raj Subject: [meta-oe][kirkstone][PATCH 1/5] ufw: Fix "could not find required binary 'iptables'" Date: Wed, 2 Nov 2022 04:42:23 -0400 Message-Id: <20221102084227.1210486-1-akuster808@gmail.com> X-Mailer: git-send-email 2.25.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 ; Wed, 02 Nov 2022 08:42:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99410 From: Howard Cochran Switch from using DISTUTILS_*_ARGS to SETUPTOOLS_*_ARGS to correspond with the earlier change to use setuptools3_legacy instead of distutils3. Without this change, you will get the following error if your build host does not have iptables installed: Fixes: ERROR: ufw-0.36.1-r0 do_compile: 'python3 setup.py build ' execution failed. Log data follows: | DEBUG: Executing shell function do_compile | ERROR: could not find required binary 'iptables' | ERROR: 'python3 setup.py build ' execution failed. | WARNING: exit code 1 from a shell command. ERROR: Task ([snip]/meta-openembedded/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb:do_compile) failed with exit code '1' Also, although the build will not fail on a host that has iptables, it could cause a problem if it is installed at a different path than where OpenEmbedded's iptables will be installed on the target. Fixes: 3e2ed1dcc088 ("ufw: port to setuptools, use setuptools_legacy") Signed-off-by: Howard Cochran Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb b/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb index b6a768e08a..c479eefba0 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb @@ -70,5 +70,5 @@ FILES:${PN} += " \ REQUIRED_DISTRO_FEATURES = "ipv6" -DISTUTILS_BUILD_ARGS:append = " --iptables-dir /usr/sbin" -DISTUTILS_INSTALL_ARGS:append = " --iptables-dir /usr/sbin" +SETUPTOOLS_BUILD_ARGS:append = " --iptables-dir /usr/sbin" +SETUPTOOLS_INSTALL_ARGS:append = " --iptables-dir /usr/sbin" From patchwork Wed Nov 2 08:42:24 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 14701 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 D6229C4332F for ; Wed, 2 Nov 2022 08:42:33 +0000 (UTC) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) by mx.groups.io with SMTP id smtpd.web11.3909.1667378552896849305 for ; Wed, 02 Nov 2022 01:42:33 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=lOmpW4Nk; spf=pass (domain: gmail.com, ip: 209.85.160.182, mailfrom: akuster808@gmail.com) Received: by mail-qt1-f182.google.com with SMTP id w4so287675qts.0 for ; Wed, 02 Nov 2022 01:42:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=qzeaBMTsyzqU073TKlswimbxG/bOTYCEvERI3C0Lygo=; b=lOmpW4Nk3ap3yTXoZk3fx6zdvNQtdVlcKFr1vH7tT+d2bU2zDLAfgsj5REFvDNYQJ6 9hRASxyz9OO2FOw6lrLRkBFF3J4fTKgcdMOHkYeJyQnUGndms7dHhI8H0RRCV3/IWAaG 4bno+ZY8OH6IyWOPY+m3ZDvEqnJQT0aJsMTQJbZHbngwBUfSj9RU9hGg+qzVBBRiFG2V 8iUkd+HWyALtb+zB3UKedCBPDM1bwQ4jmWPFJa8yeqQX/aE9OGedU4zBLKv9BG+4ShkQ h+rbBaUewaMV0ax8X46kBJEJsj67kVAwThpg4hS4xg90F6iwaWAE0ZSLF2rkJQUqjOJP DxqA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=qzeaBMTsyzqU073TKlswimbxG/bOTYCEvERI3C0Lygo=; b=580y8bOsrp+K/kq8VpxbzsWQU6ygm/WCf4IHHReV76s2YfoCSfliqVIviqt8xeCPUA eSAxgE+WKVxde3kbHTy+C3yp8Tdi/1+LRmUejFrv1kH7Ree8rd+cwCVQNCvm3ufRUXF/ J07BvgG8HdbfN4YDicik7+Z65QzQY2y+pwGeJq5JkAWS8dwjpNpTyzO2DU4DLk+EB8zg aRNc2b8DYDVhzyj+b3+jZSAv7IFedMaL1sO1X45znUPXne5YwRD23wTTlONGwdYE2vvz VnweOGDJ8q1s5ukii/TcVAuuxbAa5iWi8uV+NmGw6JaQLY97CGd/m4wf3eLCnamuEf7T WHSQ== X-Gm-Message-State: ACrzQf3rR6+0wsxOdP8NXTSAWphPFUfTsD9XmHq/m8PhEZqbNQakWqxv oPuHdAPAh1F2Dl3vdQJyTyIZ0MLr4gR8aw== X-Google-Smtp-Source: AMsMyM56m1OXItbw5rMbxVhzrSh9unXPdPrKf6IGnM4BGYgk0vN3ROUJh92xy0m2Fi78ydWpiNqFtQ== X-Received: by 2002:a05:622a:4815:b0:3a5:25a0:9b7c with SMTP id fb21-20020a05622a481500b003a525a09b7cmr12630152qtb.668.1667378550421; Wed, 02 Nov 2022 01:42:30 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:8259:e903:8d8:7eb0]) by smtp.gmail.com with ESMTPSA id t11-20020a05620a450b00b006fa2b1c3c1esm5631202qkp.58.2022.11.02.01.42.29 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 01:42:29 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Philippe Coval , Khem Raj Subject: [meta-oe][kirkstone][PATCH 2/5] pim435: Relocate sources to eclipse Date: Wed, 2 Nov 2022 04:42:24 -0400 Message-Id: <20221102084227.1210486-2-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221102084227.1210486-1-akuster808@gmail.com> References: <20221102084227.1210486-1-akuster808@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 ; Wed, 02 Nov 2022 08:42:33 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99411 From: Philippe Coval This driver is now part of Eclipse's oniro-blueprints project Note: Once transition is finished, existing copies will be need to be archived For history referer to related tickets if curious. Relate-to: https://gitlab.eclipse.org/eclipse/oniro-core/oniro/-/issues/787 Relate-to: https://gitlab.eclipse.org/eclipse/oniro-blueprints/vending-machine/meta-oniro-blueprints-vending-machine/-/issues/1 Relate-to: https://gitlab.eclipse.org/pcoval/pim435/-/issues/2 Relate-to: https://git.ostc-eu.org/distro/components/vending-machine-control-application/-/issues/2 Forwarded: https://github.com/openembedded/meta-openembedded/pull/603 Origin: https://github.com/astrolabe-coop/meta-openembedded Signed-off-by: Philippe Coval Signed-off-by: Khem Raj (cherry picked from commit 6b50ce8f07b61d111f82c3ca88c5125192c214a0) Signed-off-by: Armin Kuster --- meta-oe/recipes-core/pim435/pim435_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-core/pim435/pim435_git.bb b/meta-oe/recipes-core/pim435/pim435_git.bb index f73a0fd54e..80e3cc6298 100644 --- a/meta-oe/recipes-core/pim435/pim435_git.bb +++ b/meta-oe/recipes-core/pim435/pim435_git.bb @@ -9,8 +9,8 @@ written in C" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSES/MIT.txt;md5=7dda4e90ded66ab88b86f76169f28663" -SRC_URI = "git://booting.oniroproject.org/distro/components/pim435;protocol=https;branch=main" -SRCREV = "ee07a83de4d0ecdf4b5de20a7e374d36a9a6f5d5" +SRC_URI = "git://gitlab.eclipse.org/eclipse/oniro-blueprints/core/pim435;protocol=https;branch=main" +SRCREV = "445ed623ec8d3ecbb1d566900b4ef3fb3031d689" S = "${WORKDIR}/git" DEPENDS = "i2c-tools" From patchwork Wed Nov 2 08:42:25 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 14703 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 C0ECAC4332F for ; Wed, 2 Nov 2022 08:42:43 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web08.3911.1667378554071207752 for ; Wed, 02 Nov 2022 01:42:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=G8DJTf54; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: akuster808@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id f8so11261955qkg.3 for ; Wed, 02 Nov 2022 01:42:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=+T/OvlauAnnxugGJ/YacN43S/15ubNrC++oWxRX0xcs=; b=G8DJTf54QcnQYzKORTpLxaVPVPL8djehs+/UKVSDaaD5KzLM27stjBvgWJlV/YIPNe UcA9zOKAuxwr3c71BIdnpfrZioecoZMDP+d0mEw9HhdacgNGcaBYNfLmMMG73ydoBs3m Zxzp4oAYlZ0j14ZbVKM+fCmSO7vWsIFmonHP6wMuja9c7NsjQ2VKm7RlKnrGIdxG2OuX ISxXTt8GsGsW3a0YoxY3BIwrSmE+5PLJC0/YLIPvK2GuKcu2fn8/6yXbUHArZubRYUHZ 84CSJsTNSEUEZicIrseen8cVSHY59Lv89Eoi92RKk9ngc5tY+l5HPJ+5Rzbp0R0UugrT nV5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=+T/OvlauAnnxugGJ/YacN43S/15ubNrC++oWxRX0xcs=; b=fHZUFJPbv+Ao3cCHpyUHC7w3T+ToDWdvRCUUmsNHmWaXeferIH1dPApemtcG0ZRZ5O y0peVSfYUXLipvxjFxOw1kwn3sFho19MC9zQ9vHwyAhmZTzJFtaQrvp9249n6kt/Zcvd cPhnMFu9pnQgKXFewbwXdAkqkol+m6AHj8geMGv4ocfqs/NarVyAGDmBZcVwa3DgY9zS KD0frMbevM3OGmY6m+J7BLE11Tu09SgQJjYoRJ1CuadpYhq3nAhVZKJEX7m20NPkvqLB r8GnsKwErWA1wunJmracPi5TeZJHdflyUv7285WCjafTRaNhrxjsBhC83LkQjKTZF/pU m+bw== X-Gm-Message-State: ACrzQf3jevnVmeDsXfhkkpaFuEOHKXgamPCSOqlh3DU/eJk/YN3k3Esv Pk85k7CGYnz6UTnhjNXnj1iuVms7/1l2kA== X-Google-Smtp-Source: AMsMyM4Z9POeKCB7n1QnPoRqPgFRMOTOjsKFXtvKiPGai6jLpOVwcRgqdERNhluMPPJzvSMk34u/vg== X-Received: by 2002:ae9:e116:0:b0:6fa:30fc:182f with SMTP id g22-20020ae9e116000000b006fa30fc182fmr9838915qkm.401.1667378552806; Wed, 02 Nov 2022 01:42:32 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:8259:e903:8d8:7eb0]) by smtp.gmail.com with ESMTPSA id t11-20020a05620a450b00b006fa2b1c3c1esm5631202qkp.58.2022.11.02.01.42.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 01:42:31 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: =?utf-8?q?Carsten_B=C3=A4cker?= <72093439+cbaecker@users.noreply.github.com>, Khem Raj Subject: [meta-oe][kirkstone][PATCH 3/5] spdlog: Fix CMake flag Date: Wed, 2 Nov 2022 04:42:25 -0400 Message-Id: <20221102084227.1210486-3-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221102084227.1210486-1-akuster808@gmail.com> References: <20221102084227.1210486-1-akuster808@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 ; Wed, 02 Nov 2022 08:42:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99412 From: Carsten Bäcker <72093439+cbaecker@users.noreply.github.com> https://github.com/gabime/spdlog/blob/eb3220622e73a4889eee355ffa37972b3cac3df5/CMakeLists.txt#L72 Signed-off-by: Khem Raj (cherry picked from commit b20af98b5ad28e330c97770f7d0db75890784f98) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb index d377241ad1..6362fc7a4b 100644 --- a/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb +++ b/meta-oe/recipes-support/spdlog/spdlog_1.9.2.bb @@ -12,7 +12,7 @@ DEPENDS += "fmt" S = "${WORKDIR}/git" BBCLASSEXTEND = "native" -# no need to build example&text&benchmarks on pure yocto -EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLES=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off -DSPDLOG_FMT_EXTERNAL=on" +# no need to build example & tests & benchmarks on pure yocto +EXTRA_OECMAKE += "-DSPDLOG_INSTALL=on -DSPDLOG_BUILD_SHARED=on -DSPDLOG_BUILD_EXAMPLE=off -DSPDLOG_BUILD_TESTS=off -DSPDLOG_BUILD_BENCH=off -DSPDLOG_FMT_EXTERNAL=on" inherit cmake From patchwork Wed Nov 2 08:42:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 14705 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 C0E73C433FE for ; Wed, 2 Nov 2022 08:42:43 +0000 (UTC) Received: from mail-qk1-f182.google.com (mail-qk1-f182.google.com [209.85.222.182]) by mx.groups.io with SMTP id smtpd.web08.3911.1667378554071207752 for ; Wed, 02 Nov 2022 01:42:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=jervE42P; spf=pass (domain: gmail.com, ip: 209.85.222.182, mailfrom: akuster808@gmail.com) Received: by mail-qk1-f182.google.com with SMTP id f8so11261989qkg.3 for ; Wed, 02 Nov 2022 01:42:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=F+cpsBVXgq5AmNNIWhc53W7KkYjAF60K3Lme/6GO554=; b=jervE42PwYAVfWAez9MIlE1/8gQRf5SGOba9yfj6cJy0A9+8W5K+MubQxBpomwCbgh ZstkVHKBb9A3YX7kTpuAeD9F61dOLbFi5m+uCpAeSldshtOxpS86KeAfucXf6867w5UB f9f2sw7hFOxn7Ju8npt7ZHM8GZzR+86Gh2BG00yt702cxSzkyj3FOe8iMra7p+y8iwfb GtC9nT0uTrXxMXVw2YQQXielf/BMLatVjzzqRn2F8/Ln2E6AIxD0jOHQZdVxmXAzpglg a52AoyrpxKSETbrqTXCQuhNT+SB3xeBQBahcxzZDXBpSia8kBQOrx8J2HX3umySdLGkc HHjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=F+cpsBVXgq5AmNNIWhc53W7KkYjAF60K3Lme/6GO554=; b=c51CerQougpWdrY2PmqoLU/nOHcG/iAib6WiPPxwS+fBskDb+4aPdRNKhgFiIxQHbn rJA6V85xxtnPcacfWk6sSTRg+Km6jV5LmQF34OUamnLt0icufVbFmROgcm0uMNyxV/ov Lz+Cbp+u0YMhVtQJe5DlTB0R85GGNeblt3aUcNIJVJfyxXeCOnBQWECurT53ij8RArxW LmzdDgoJSxTFzfWGkj58+2tgVsmY2XDNYR1MZaFyXp6yZpHKVSFlE81tR9YnEccAJ36G g7uKqz4N+fCMf9BgPER01db/Cmw+p2R8DyrcOYurgzBVDJnCEpV2rTNunaXupjPj71tZ CA8g== X-Gm-Message-State: ACrzQf1wl0WVxvednuD64KFbPBbCxw0Ug0gGTImDe7WmwVblbG77WACB m3oSVlKZ76XNPK8tfJdHAYpRV6IyrBpFjQ== X-Google-Smtp-Source: AMsMyM59MOrVTj9uvc59rprL+16Z0tXaLkOPgtwQAq3zf0AjuA3rmk9UpAIkReK6r7yBoJVE8erW3Q== X-Received: by 2002:a37:5586:0:b0:6fa:39c4:2ca9 with SMTP id j128-20020a375586000000b006fa39c42ca9mr8397527qkb.247.1667378555055; Wed, 02 Nov 2022 01:42:35 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:8259:e903:8d8:7eb0]) by smtp.gmail.com with ESMTPSA id t11-20020a05620a450b00b006fa2b1c3c1esm5631202qkp.58.2022.11.02.01.42.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 01:42:33 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Alexander Thoma , Khem Raj Subject: [meta-oe][kirkstone][PATCH 4/5] Fix tigervnc crash due to missing xkbcomp rdepends Date: Wed, 2 Nov 2022 04:42:26 -0400 Message-Id: <20221102084227.1210486-4-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221102084227.1210486-1-akuster808@gmail.com> References: <20221102084227.1210486-1-akuster808@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 ; Wed, 02 Nov 2022 08:42:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99413 From: Alexander Thoma Signed-off-by: Khem Raj (cherry picked from commit 447de4d47ba2deba1af80201b91bb312f184fe0e) Signed-off-by: Armin Kuster --- meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb index 5f404f2aa2..5cde7c9fb4 100644 --- a/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb +++ b/meta-oe/recipes-graphics/tigervnc/tigervnc_1.11.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://www.tigervnc.com/" LICENSE = "GPL-2.0-or-later" SECTION = "x11/utils" DEPENDS = "xserver-xorg gnutls jpeg libxtst gettext-native fltk libpam" -RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash" +RDEPENDS:${PN} = "coreutils hicolor-icon-theme perl bash xkbcomp" LIC_FILES_CHKSUM = "file://LICENCE.TXT;md5=75b02c2872421380bbd47781d2bd75d3" From patchwork Wed Nov 2 08:42:27 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 14704 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 C78EEC43219 for ; Wed, 2 Nov 2022 08:42:43 +0000 (UTC) Received: from mail-qv1-f49.google.com (mail-qv1-f49.google.com [209.85.219.49]) by mx.groups.io with SMTP id smtpd.web11.3911.1667378559161637618 for ; Wed, 02 Nov 2022 01:42:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=qeTSfwjn; spf=pass (domain: gmail.com, ip: 209.85.219.49, mailfrom: akuster808@gmail.com) Received: by mail-qv1-f49.google.com with SMTP id u7so11971200qvn.13 for ; Wed, 02 Nov 2022 01:42:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=/O5Tw+vaV32q2yw/XgipE2aY1fTuViXUfgciOFn1nog=; b=qeTSfwjnE9Gi3Y+kH/9saV9aNGhB7wQwblTBlRTESzMQKiekzi/+IMp3USAzT4Enpu 7b9YvMyA18GOqj/TSmperVkgmTxUFxRZer6eElAKV6U6l5AbkQ8+rsQ1RBuWdBIph3h3 DgZb4RtJlVX/WCUWh67nk4Dpp0veHQnzsa8JBYghLb/H93Doz5DQ0dPNWAR+s7R9DoTP WlVSkR02BgqxvZIAS2sjUfxwXfK9yodTFt20KC36GpVfbDBT4t6f5cYATLa8cnd19gaO hWeOJhk0utnJMUvnqJfKhmm70urG8UnC0izHfevKupTdvfhRg7h1MNnc0cdCJ8kVLu1U nhRw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=/O5Tw+vaV32q2yw/XgipE2aY1fTuViXUfgciOFn1nog=; b=vbI1Fm7wGNNeXmyID8QjKiwA5Bp9D8rJNQbkW1rodvRH3ffHm6IGfFUz2gVceD2hY9 o8ljxmU1cPWLr8W8nk+ltbmyCnvt78OjntN0JFkCs6AwEgAOo101pTB/WhvrC8HHhCXU oGQVYzqofCjwP7IN1JuL/I9ofVv1s1d6sYsAFo7MSfTYRqPtm7ZBObMAVWUNVLqeh89g arc63YlFs38y8AKUjp3/J1z74K1O6NqAZqVFoDEOsfHHETlkRuAuxinInVz/gLdzibiK uaOPG0CPkkrnvloj7jvWkTNzjGaQc+TXr7kP/MOdDisR5EfLditoX6pG63ki5H7flFg2 rAwg== X-Gm-Message-State: ACrzQf2qXxOJnmBpEyJZiShlyv2E5prLhQrC4r0HctUEoC6/CuSKRX6v JvXKLfGGSHlHt6MgGZtBq7FtEZb91Q//vA== X-Google-Smtp-Source: AMsMyM5zU6QTJhZwVGeAGUboX70hT0Ha5KLgrSXzDN06G3sjXDnSMDmj0zts2JSHCliFqm2ZAFU38Q== X-Received: by 2002:a0c:979a:0:b0:4b7:4a8c:a80d with SMTP id l26-20020a0c979a000000b004b74a8ca80dmr20588456qvd.42.1667378557964; Wed, 02 Nov 2022 01:42:37 -0700 (PDT) Received: from keaua.attlocal.net ([2600:1700:9190:ba10:8259:e903:8d8:7eb0]) by smtp.gmail.com with ESMTPSA id t11-20020a05620a450b00b006fa2b1c3c1esm5631202qkp.58.2022.11.02.01.42.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 02 Nov 2022 01:42:37 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Cc: Chase Qi , Khem Raj Subject: [meta-oe][kirkstone][PATCH 5/5] kernel-selftest: install kselftest runner Date: Wed, 2 Nov 2022 04:42:27 -0400 Message-Id: <20221102084227.1210486-5-akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20221102084227.1210486-1-akuster808@gmail.com> References: <20221102084227.1210486-1-akuster808@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 ; Wed, 02 Nov 2022 08:42:43 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/99414 From: Chase Qi Install kselftest runner and the required kselftest-list.txt. Signed-off-by: Chase Qi Signed-off-by: Khem Raj (cherry picked from commit fd330c4514ae5acefa5e472e6775419066d60385) Signed-off-by: Armin Kuster --- meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb index d5e8e4b497..3d97ea0967 100644 --- a/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb +++ b/meta-oe/recipes-kernel/kernel-selftest/kernel-selftest.bb @@ -85,7 +85,13 @@ do_install() { for i in ${TEST_LIST} do oe_runmake -C ${S}/tools/testing/selftests/${i} INSTALL_PATH=${D}/usr/kernel-selftest/${i} install + # Install kselftest-list.txt that required by kselftest runner. + oe_runmake -s --no-print-directory COLLECTION=${i} -C ${S}/tools/testing/selftests/${i} emit_tests \ + >> ${D}/usr/kernel-selftest/kselftest-list.txt done + # Install kselftest runner. + install -m 0755 ${S}/tools/testing/selftests/run_kselftest.sh ${D}/usr/kernel-selftest/ + cp -R --no-dereference --preserve=mode,links -v ${S}/tools/testing/selftests/kselftest ${D}/usr/kernel-selftest/ if [ -e ${D}/usr/kernel-selftest/bpf/test_offload.py ]; then sed -i -e '1s,#!.*python3,#! /usr/bin/env python3,' ${D}/usr/kernel-selftest/bpf/test_offload.py fi @@ -127,7 +133,7 @@ PACKAGE_ARCH = "${MACHINE_ARCH}" INHIBIT_PACKAGE_DEBUG_SPLIT="1" FILES:${PN} += "/usr/kernel-selftest" -RDEPENDS:${PN} += "python3" +RDEPENDS:${PN} += "python3 perl" # tools/testing/selftests/vm/Makefile doesn't respect LDFLAGS and tools/testing/selftests/Makefile explicitly overrides to empty INSANE_SKIP:${PN} += "ldflags"