From patchwork Sun May 15 13:49:01 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8040 X-Patchwork-Delegate: akuster808@gmail.com 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 53898C433EF for ; Sun, 15 May 2022 13:49:30 +0000 (UTC) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web11.16867.1652622568455582669 for ; Sun, 15 May 2022 06:49:28 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=I7SwnMYN; spf=pass (domain: gmail.com, ip: 209.85.215.170, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f170.google.com with SMTP id l11so11755885pgt.13 for ; Sun, 15 May 2022 06:49:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=xLvbVjb9oOhmisISdU8m2htg30NPZYdKZK6pTzbcv1c=; b=I7SwnMYNjW5lhxePb5pBrlqXR6w9CFxC4GpvIaHp1O+Ci/yVjsZ2DlUj5z6G414h8b KmiHt9MoPj4IW4PcTm+j+NHME5TC+mZmACrjdGL1XVxeA+62X6P7kjNCrVGJU0QF2c4q bMoYD7TADBJ99PYl5A4v+Yk+IGUgf7fu922jj48a06ChjJRuyCTFq6S0EfaYk2y/0LkF yMszXqtZhugEl+eU2D8CIOZWN9bvGcErocH55iWzQe00jkRAPsz+bRK7BgHrYbAm7iCj 7xR0QqIwuvckyF+jATYWtE/xat2Dz8DCy3Iar8BmaLRYqTVOLkLPGmsJphzSgUm13egB gMNw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xLvbVjb9oOhmisISdU8m2htg30NPZYdKZK6pTzbcv1c=; b=5qMHQTFBEqwrSToyO6ityVGCThzWZIca6VUKgNiAL4pOdDf0EoEhL4WWp83pVd7Rxg zFeO4gHFu4bhM8s2vbN1fFeRWH0HFIxFB/D78hULnT8EV3DqtZXbr/kpz9wlTvBa2rmp kz9gt6i17RtpGFfFI6v50qck8q/SzCo49L4COLaCd2TqJvG1a6WRqR/3ZyiUJCbaGi0/ fIblGu8dMF49FkIQAsxqNIgGKQybjZN1RB40Oflt7L+ofXw14aYDvT0goo6OAuDolE5t e8OnuTcIrqQTqTBKhxLJiF+IcOhnPlNmcebuq01GYdOUj8WRuwkqoWwp5/bDI/vxyN7o EIpw== X-Gm-Message-State: AOAM530+bP5Ep6cPtc+PEcVOf3a060TQNnkntkGVCOHzxaxIK6+Sl4vg 0+cLZk2tVHpyM0kacBKy8K05JfLtaI0G9Q== X-Google-Smtp-Source: ABdhPJwssE7draxR36WapaxCMabWbbllGc3V2YNH9YVdQ3Accffd6m9YSmUXYoA2Nfbvml04NDkXqw== X-Received: by 2002:a63:9043:0:b0:3c6:3550:6467 with SMTP id a64-20020a639043000000b003c635506467mr11696777pge.521.1652622567674; Sun, 15 May 2022 06:49:27 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.26 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:27 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 01/22] meta-oe-image: fix build depends Date: Sun, 15 May 2022 06:49:01 -0700 Message-Id: <93f6bcc7945363986a4dc3bd26296ed925811aea.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97098 add only when various DISTRO_FEATURES are enabled Signed-off-by: Armin Kuster Signed-off-by: Khem Raj (cherry picked from commit 73d50d2b4b61b44266e03722db295d0da7866d2d) Signed-off-by: Armin Kuster --- .../recipes-core/packagegroups/packagegroup-meta-oe.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb index bc3d4fefeb..765edc5c5f 100644 --- a/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb +++ b/meta-oe/recipes-core/packagegroups/packagegroup-meta-oe.bb @@ -96,7 +96,7 @@ RDEPENDS:packagegroup-meta-oe-bsp ="\ acpitool \ cpufrequtils \ edac-utils \ - firmwared \ + ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "firmwared", "", d)} \ flashrom \ fwupd \ fwupd-efi \ @@ -611,12 +611,12 @@ RDEPENDS:packagegroup-meta-oe-graphics ="\ surf \ tesseract-lang \ tesseract \ - tigervnc \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "tigervnc", "", d)} \ tslib \ unclutter-xfixes \ libvdpau \ xcursorgen \ - xscreensaver \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11 pam", "xscreensaver", "", d)} \ yad \ parallel-deqp-runner \ ${@bb.utils.contains("DISTRO_FEATURES", "opengl", "opengl-es-cts", "", d)} \ @@ -729,7 +729,7 @@ RDEPENDS:packagegroup-meta-oe-support ="\ anthy \ atop \ ace-cloud-editor \ - driverctl \ + ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "driverctl", "", d)} \ frame \ ${@bb.utils.contains("DISTRO_FEATURES", "x11", "geis", "", d)} \ grail \ From patchwork Sun May 15 13:49:02 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8039 X-Patchwork-Delegate: akuster808@gmail.com 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 5224CC433F5 for ; Sun, 15 May 2022 13:49:30 +0000 (UTC) Received: from mail-pl1-f179.google.com (mail-pl1-f179.google.com [209.85.214.179]) by mx.groups.io with SMTP id smtpd.web09.17025.1652622569819626047 for ; Sun, 15 May 2022 06:49:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=eP4gnaPH; spf=pass (domain: gmail.com, ip: 209.85.214.179, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f179.google.com with SMTP id m12so12108845plb.4 for ; Sun, 15 May 2022 06:49:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=Y9/Erbevw2owV6+d/VKHZG23OEDi2Y8oFW18bi49Wac=; b=eP4gnaPHjLCgqEK+ZmpnRBygFnZM3aD+6YrjYJRZgV8RdmwUDjxcP1z5pYFE13n5Tw MRbOZRrE/4VdUougxfndlUGLqE8fxldhrEmCXNO8ZP7L2Vw2/jPbKgGFb1osM676RRm5 NGQjihMOiCg31bDuZUbg8xO5f499piohXjuxaGkcbrfBcyx3jFrX6yPWhDw+t2sf1eXA OiJDcG518JSLKvMUesFcJdDRMubVdMon5ojkWhbgjnW0I+UoWiDj40fPfi3xtIx/bHpt HHtHXz0NqnKxxAgHk8byJKUzdtKdnfaHIJ0SRH/ERby5o1LUAcuyHkCTMaaydTACxxWk vtUg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=Y9/Erbevw2owV6+d/VKHZG23OEDi2Y8oFW18bi49Wac=; b=6A+DUzr1S2hLU1rgYrlY73XwtC4WeTnU67n4VFe/WmmK1i9s+gINTCa03vSwZt68v0 kDQif7Thm6moJK1navzEWh9alBvlKZOX4bsY42QMbBzZsIHko6jdzs7/e1q3xAc6jVM3 hR1liCQXvXD4s7hLXg0qiGR+OgLYWiGKOs96oJwlsGiflRsKwtFWCNeoA4x5gvEATd2a sanI7oJ7hLjDfHggqR71Wq6RXxtvquqoSRD2N2Ci4KP5DTXcHEjB1h530AkSANWy7z9d fMC0Nn7deTfyJV+IT1396sAwPVw7Z4t//wVnaWTi7AMtIVv82iD8cytvupIDmjtzd1r6 YkLA== X-Gm-Message-State: AOAM5333wy09Dl8qB8W1nfvXWNRrV+x1TUDwiLzYpYluG4ru7BCq1AfS pbO9Q45XSOqEXbNQL2irARmIPQJaeBuHzA== X-Google-Smtp-Source: ABdhPJw7HjKJyRJGnGfxD8/TNdI2YKMmPxAwwPjlKYw/yB5khJLtOJqaMV//ESj7n+8hQBjdODcQpw== X-Received: by 2002:a17:90a:d308:b0:1dc:eff1:d74e with SMTP id p8-20020a17090ad30800b001dceff1d74emr14517430pju.109.1652622568970; Sun, 15 May 2022 06:49:28 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.27 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:28 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 02/22] frr: inherit autotools-brokensep instead of autotools Date: Sun, 15 May 2022 06:49:02 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97099 From: Yi Zhao There is a parallel build error in separate build directory: | /home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/recipe-sysroot-native/usr/lib/clippy ../git/python/clidef.py -o isisd/isis_cli_clippy.c ../git/isisd/isis_cli.c | Traceback (most recent call last): | File "../git/python/clidef.py", line 466, in | clippy.wrdiff( | File "/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/git/python/clippy/__init__.py", line 78, in wrdiff | with open(newname, "w") as out: | FileNotFoundError: [Errno 2] No such file or directory: 'isisd/isis_cli_clippy.c.new-372541' | make[1]: Leaving directory '/home/pokybuild/yocto-worker/meta-oe/build/build/tmp/work/core2-64-poky-linux/frr/8.2.2-r0/build' | make[1]: *** [Makefile:17386: isisd/isis_cli_clippy.c] Error 1 This is beacuse clidef.py only creates new file but doesn't check if parent directory exists. Inherit autotools-brokensep can fix this issue as these parent directories always exist in source directory. Also set ac_cv_path_PERL to '/usr/bin/env perl' to avoid path too long. Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit 09a97158f80a779c3f45b3189adcddbd535e5baf) Signed-off-by: Armin Kuster --- meta-networking/recipes-protocols/frr/frr_8.2.2.bb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb index 91e306f08b..ceb94109de 100644 --- a/meta-networking/recipes-protocols/frr/frr_8.2.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_8.2.2.bb @@ -26,7 +26,7 @@ COMPATIBLE_HOST:armv5 = "null" # Error: PC-relative reference to a different section COMPATIBLE_HOST:mips64 = "null" -inherit autotools python3native pkgconfig useradd systemd +inherit autotools-brokensep python3native pkgconfig useradd systemd DEPENDS:class-native = "bison-native elfutils-native" DEPENDS:class-target = "bison-native json-c readline c-ares libyang frr-native" @@ -63,6 +63,8 @@ EXTRA_OECONF:class-target = "--sbindir=${libdir}/frr \ --with-clippy=${RECIPE_SYSROOT_NATIVE}/usr/lib/clippy \ " +CACHED_CONFIGUREVARS += "ac_cv_path_PERL='/usr/bin/env perl'" + LDFLAGS:append:mips = " -latomic" LDFLAGS:append:mipsel = " -latomic" LDFLAGS:append:powerpc = " -latomic" @@ -77,7 +79,7 @@ do_compile:class-native () { do_install:class-native () { install -d ${D}${libdir} - install -m 755 ${WORKDIR}/build/lib/clippy ${D}${libdir}/clippy + install -m 755 ${S}/lib/clippy ${D}${libdir}/clippy } do_install:append:class-target () { From patchwork Sun May 15 13:49:03 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8045 X-Patchwork-Delegate: akuster808@gmail.com 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 339A5C433EF for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pg1-f171.google.com (mail-pg1-f171.google.com [209.85.215.171]) by mx.groups.io with SMTP id smtpd.web12.16970.1652622571479797578 for ; Sun, 15 May 2022 06:49:31 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=RcTVsAJ5; spf=pass (domain: gmail.com, ip: 209.85.215.171, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f171.google.com with SMTP id q76so11755142pgq.10 for ; Sun, 15 May 2022 06:49:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=cefJ5HxiE+LJbl/E4GeOFVdIPlqBpGhskOLr5f2WdIQ=; b=RcTVsAJ5rAsSyCev/RMt7GW4OLHVv/QyYe0wWjONS478AtdTHkP3ImorsYFKnvsbyX U/OYCY/iMa6UEwOiFltd+ITOq4aXc+Ju9wB0RYyqE6Mhr7A8kNfOQIbXzvzn554LaDbU vlFK1aW4pxY4Lgyxxn2G5ic9eyisf0U2hfqZwyiCEXgcWKT0LYpNMWz0KD+UlbkSbF1k WU6KI2GJ+GpD3umZbjVpvDsdM24BOOvnAc/d3vsdJDjUyrnxyjTiR/TiXHHvVjlSebvy vZDQWR8WFFmEJiwWxKZUNbUB/DA0dzwKokxVl0EsdlToLiVoYh1w2k9KkiWcdYSzZP5X badQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=cefJ5HxiE+LJbl/E4GeOFVdIPlqBpGhskOLr5f2WdIQ=; b=A8kgsjJMddWqWP+7GuOCSEOGsfcLOWIvYTLWdVb0KBkl26mwoBgi2aFnnJI04/QYxJ t5EEhPRg5Tm4RuEd+2MDrnM2B8S+B9Py3HE7zC2Ttb6iv+W4CjcBbNzy+39DM95XQygC TqAodkyiWqOxKMT5Vaxz4MTQlVPcrkSJgo3ny066/xHU2KrpGITpXmWkMcmBBtXmOjjF jA0j5SXGB89jcnPiYCohL/+UaFpH9rrhUSovCPZ0u803JH63Q/EQaNs0om4PC7vUOfuO /0eFRwQ0XF/EBbYxjLiTX1p3lYdAHc2b8LrCpDJFiI+04d6ECfYYLVJWErsLnHrstiHN /i8Q== X-Gm-Message-State: AOAM532rkx1GdZsl2NYMX0E6uHqZmX993P5jrMCuNLwtD6RovgQEhgZO Cj3VhY599g8H2cMiicxB4SBLyH3ydMiJFw== X-Google-Smtp-Source: ABdhPJwBjAjkMhe78ARgTWG2Knbv7nrxqCgeT5gR7Hj+ZT3HLvWE+Y4uyzIzuXrdQ0J43fglBetkFg== X-Received: by 2002:aa7:9110:0:b0:4fa:e388:af57 with SMTP id 16-20020aa79110000000b004fae388af57mr13021421pfh.1.1652622570516; Sun, 15 May 2022 06:49:30 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.29 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:29 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 03/22] conntrack-tools: Fix missing capability Date: Sun, 15 May 2022 06:49:03 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97100 From: Bassem Boubaker The commit fix this error message: Do not forget that you need *root* or CAP_NET_ADMIN capabilities ;-) Signed-off-by: Khem Raj (cherry picked from commit 77c2fda04e406c210fe2a1870c8473748302bfb5) Signed-off-by: Armin Kuster --- .../recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb index de6a72e78a..e76238fe0a 100644 --- a/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb +++ b/meta-networking/recipes-filter/conntrack-tools/conntrack-tools_1.4.6.bb @@ -32,3 +32,8 @@ do_install:append() { sed -i 's!/var/!${localstatedir}/!g' ${D}/${sysconfdir}/init.d/conntrack-failover ${D}/${sysconfdir}/init.d/conntrackd ${D}/${sysconfdir}/conntrackd/conntrackd.conf.sample sed -i 's!^export PATH=.*!export PATH=${base_sbindir}:${base_bindir}:${sbindir}:${bindir}!' ${D}/${sysconfdir}/init.d/conntrackd } + +# fix error message: Do not forget that you need *root* or CAP_NET_ADMIN capabilities ;-) +pkg_postinst:${PN} () { + setcap cap_net_admin+ep $D/${sbindir}/conntrack" +} \ No newline at end of file From patchwork Sun May 15 13:49:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8043 X-Patchwork-Delegate: akuster808@gmail.com 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 2EE9BC433F5 for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pj1-f49.google.com (mail-pj1-f49.google.com [209.85.216.49]) by mx.groups.io with SMTP id smtpd.web09.17029.1652622572717491235 for ; Sun, 15 May 2022 06:49:32 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=CV0henXW; spf=pass (domain: gmail.com, ip: 209.85.216.49, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f49.google.com with SMTP id ev18so1407966pjb.4 for ; Sun, 15 May 2022 06:49:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=wIlftpwHT8LowsTVhlCg9HGrG1IfAtc/ZpZt/J+bgmA=; b=CV0henXWlz8woV4HCgnv0zpLxyXVn/aJdZdTlYs0zAoPNIo7spqvmvQQ+sVqSHUUwk /SQExx3YQqmnGCji8eJ9nfyBbDv8oGA+rXhnqzVcEmZbfY1Wg1OO/NQHhMajjUKMmhSh nvZ1siB1xq0YWqeP59q7lw5+NUca5QaRwotahQNsSTnIPz94YIWBlRKZ6QPHTmFiBdYl qC+jNaPlVegU47OYFw0zC6YqXb+lJJEQi2fcXVlxP/ND9Jwvb9BswzU8CZgB6W1xnsfu ME4s5zFqFLT3uUoZWQV6GA07moejTlx/h0RlrMsLjBhvR+zdK70JB9hgUHRylwHswx6P F/og== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wIlftpwHT8LowsTVhlCg9HGrG1IfAtc/ZpZt/J+bgmA=; b=Au2V4bllJ+i1yW+u/wulWmolju6mEmhvuJawASzNlzyRmjTWRsBucRxo1JcvDkSt+s 4rDGmBqyK2fjlygpfAh2RyVk5Xgu7HpoZFZwlXFabNzels9tpkwHxOogbI2+uDKvRCk0 5AAn2hdmb1/Jr03stVDHhlxlVCd5UNCo8nFmFeIMngv1730JDdhP9JpswRGSX9kTMdET ykU5q+eFjupKvvx29+gy2JuRJqKVuh8JiaAP1nyXPD/ppA9CDUyVRzWj36wg6kEXGYW8 vFy04XcbFy1afTs055Q0EDjR03AjHvQWMIMO0qOUDTHWqeqY8owoBynaQZIFlwofn/2U eVZA== X-Gm-Message-State: AOAM5311oBndIbZb4yFOXes/cmFY5s3L5xCXavghw5wdyGtG//ziol1P sqzo2scl2tqYSHxWvfDrvaxE8qlUUfGu3Q== X-Google-Smtp-Source: ABdhPJygxywfE5O2wqSOhiLyElsUqS29pLkSibmaql8eR5tnk5QLTBbRPeKXD9bY4DDREQqjeSdNdQ== X-Received: by 2002:a17:902:ea0e:b0:15e:c0e4:cf15 with SMTP id s14-20020a170902ea0e00b0015ec0e4cf15mr13593434plg.63.1652622571946; Sun, 15 May 2022 06:49:31 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.30 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:31 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 04/22] ufw: Fix packaging errors found with ppc64 Date: Sun, 15 May 2022 06:49:04 -0700 Message-Id: <1e6f95e7dadd469fa196b5995111a1d798b94140.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97101 From: Khem Raj default baselib in ppc64 is lib64 which catches this latent issue ERROR: ufw-0.36.1-r0 do_package: QA Issue: ufw: Files/directories were installed but not shipped in any package: /usr/lib/ufw /usr/lib/ufw/ufw-init /usr/lib/ufw/ufw-init-functions Signed-off-by: Khem Raj (cherry picked from commit 42e6f16583e36857152ccb53b177e74f20b02667) Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 6dca784bf4..b6a768e08a 100644 --- a/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb +++ b/meta-networking/recipes-connectivity/ufw/ufw_0.36.1.bb @@ -63,7 +63,7 @@ INITSCRIPT_PARAMS = "defaults" FILES:${PN} += " \ ${sbindir}/* \ ${datadir}/ufw/* \ - /lib/ufw/* \ + ${nonarch_base_libdir}/ufw/* \ ${sysconfdir}/ufw/* \ ${sysconfdir}/default/ufw \ " From patchwork Sun May 15 13:49:05 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8041 X-Patchwork-Delegate: akuster808@gmail.com 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 39413C43217 for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web09.17030.1652622573920736918 for ; Sun, 15 May 2022 06:49:34 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=hH56X3i1; spf=pass (domain: gmail.com, ip: 209.85.210.175, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f175.google.com with SMTP id v11so11772325pff.6 for ; Sun, 15 May 2022 06:49:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=7IiE8bybWQ7RL/qGsc8WVoTM0pO75szXvRS62yeOLEE=; b=hH56X3i1a3XlhEaxZXRFMYoBcYMFZLdnIgS/2zncYxfeUNE6WpQWwIBkvouhkCZWll iKWZ4SxeMJTQ0W+l80dRW4m9dQnumP77NVFvWxlc0GvnsduuWI8VsOezYtodBXeJFmnA U09oK0WeJe5gDjCBDc5IOkbwi3TtZAZSdi6HNoSi++eY1Jm1u1AYcSU+bS+88Hhq+SHP ghwgJI1iLDi6T6iAUD3urdRHqaKt4Rl1A76Al0DTCQ5u/HvlxQGxbInTBD/BsM+VdcQk xcRe7NP5nxQtf5abp734ycqcN0HnFAto985WHQGjPFczv5ZDFnxY5I5OFiR+l91XwRr4 08dg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=7IiE8bybWQ7RL/qGsc8WVoTM0pO75szXvRS62yeOLEE=; b=HYcrFRS3EdDzBOCgCqibt2cJ7MwnROzVFzgnotKC5yLz1hvYwYFAuG4F+NfHcizqqv vzX6Gxl9Sv4/1uF70bwMQ1yNAPFP1WhEfEUIIxhoXCsI/klgov+DgEpPD4+Oqrgz2u/U 7hfF7VamnRT+9bB6F/hyh8xhIMYEsfmX4YuS4IY6sBELzOXsHHWB7YO4FtBUORoCAupi jEYS/8wAjiSrFNnwFzeS/fRw+A/RqmIMJExQ50XrdP7cgZs3VqZm5rytKrOAkkScfx3G CpBFsezsEoLVMO6FH6Q3CEBhfDa+NLk+awgPWYc3QfNvIHakR3EewLpJ+6vL/6SXE3nM aU8A== X-Gm-Message-State: AOAM533UO0seCE7iYbMO60ikXgca/eUEOkcNiBLY/UfFFkyK7cfVj6f8 ozfvWsEunIgie9REzafoSD6G1L45lTEpQw== X-Google-Smtp-Source: ABdhPJxxePI9AnsNsXuC3j56MeOCZBrw7+Bq4fEzw8NPMrcIfNzvm8HNw5C7Trx7U8p4ZzbmbmXAaA== X-Received: by 2002:aa7:9109:0:b0:50a:78c8:8603 with SMTP id 9-20020aa79109000000b0050a78c88603mr13435625pfh.77.1652622573117; Sun, 15 May 2022 06:49:33 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.32 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:32 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 05/22] libcereal: Enable for glibc/ppc Date: Sun, 15 May 2022 06:49:05 -0700 Message-Id: <8db53b8f014c8128d28981e03b739078bb202e58.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97102 From: Khem Raj The error is not observed with glibc latest clang 14 Signed-off-by: Khem Raj (cherry picked from commit f3d8e41b9d9b6fa6df92178f379d18f7e7a6478a) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb index fc4fad708a..80c962ead4 100644 --- a/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb +++ b/meta-oe/recipes-support/libcereal/libcereal_1.3.2.bb @@ -45,6 +45,6 @@ RDEPENDS:${PN}-dev = "" BBCLASSEXTEND = "native nativesdk" -#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc64 only supports 128bit long double -COMPATIBLE_HOST:powerpc64le = "null" -COMPATIBLE_HOST:powerpc = "null" +#it needs to work with CXXFLAGS += " -mlong-double-64" but ppc only supports 128bit long double +COMPATIBLE_HOST:powerpc:libc-musl = "null" +COMPATIBLE_HOST:powerpc64le:libc-musl = "null" From patchwork Sun May 15 13:49:06 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8044 X-Patchwork-Delegate: akuster808@gmail.com 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 3F1F3C4332F for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pl1-f174.google.com (mail-pl1-f174.google.com [209.85.214.174]) by mx.groups.io with SMTP id smtpd.web10.16687.1652622575053180738 for ; Sun, 15 May 2022 06:49:35 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=ZIQJuGMI; spf=pass (domain: gmail.com, ip: 209.85.214.174, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f174.google.com with SMTP id c11so12072779plg.13 for ; Sun, 15 May 2022 06:49:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=MBLGP6+NoWqQWF9vXDAKmZSID7cQoKzERzNUjQS1mvw=; b=ZIQJuGMIH1Y/Bhff5S7GvSF04qENrFIQ6aYJrLnyStWABLpX2NMvtp84AZxzS8RAJP oZzNG47Z+sWqiA2EccrwrftdJbNbCL2GQ3GCELaNVYhxWT3hqO1XV5/90d0gyBOlBKNF GpsU+JVD7mFMn+wvpFIk7y3aLaKPKqIXWYP75uuTSBP6eCTUjbh2FDUYPpi3nrQbRFPZ kgmy73aeYqfuOzZIGdG1UN0MWEKxhjME0EjhwyQXgadAO7im4m5Uvemwe+DXJK2ZwBF8 v+0BEbzLhqWZP5RigNRzRcH2CHth4+kfFJOJKjOWMZhrNQC9BlIeavkbwZhQwz4j3P2t vnFw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=MBLGP6+NoWqQWF9vXDAKmZSID7cQoKzERzNUjQS1mvw=; b=WhJ1R2pUPsgGfJnmJAkIAMiZdWtIJ/eRxtinVXQmiUy0DCFMgyMtP7RoKTu6Fpy4Bl Zl8FhlvKKfBXzqcOf4Man7YQ9916ParK2bsf+UeTHgBGca1e17QoTIh9b79uF4PODTPR BG1Q0wtlXCNDkScpFCyE9yMUsb87DQA7k4uWeF2X6sAL8hq3zy4hj/GloFxPGHTeqkiG IUR0GP+q5smrAKco8/XAzhzIV61yEh7mHx77dZtVsQKXxoJi1Hv/Jq29Y57sBBorVdCI 8t6xpqgKmD5WzbmdKCGK5dsQk83aMOQ5DLLEBpUodfTn+Vll4ICIKAbPQsQMTFtDXKel d2dw== X-Gm-Message-State: AOAM531+54AKohcgsqPE9aG9maGHD29v8zA/8517hdFpcGLaV5XGeAw5 SttFBlf0GU+dmE4HsCX/jWssPwlYe8tioQ== X-Google-Smtp-Source: ABdhPJxxlNpKJ+eNcipj0M/jKkeF+UPyUFW8uqoyIZDTBIUIZ7Bfp5WdvCHy3Y5DK3tJFBrHcFGYVw== X-Received: by 2002:a17:902:b412:b0:15e:dc07:4c14 with SMTP id x18-20020a170902b41200b0015edc074c14mr13462195plr.99.1652622574220; Sun, 15 May 2022 06:49:34 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.33 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:33 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 06/22] mimic: Use special rateconv.c license Date: Sun, 15 May 2022 06:49:06 -0700 Message-Id: <6a1df186da7bc9ad8d0c0a666a0e6253cc87e1e5.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97103 From: Khem Raj rateconv.c looks like BSD-2 but it has second clause modified significantly, therefore be specific about it. Signed-off-by: Khem Raj Cc: Alistair Francis (cherry picked from commit d901de434d2fee62e2a37c4150108921b2dd13e5) Signed-off-by: Armin Kuster --- .../recipes-multimedia/mimic/mimic_1.3.0.1.bb | 2 +- meta-oe/licenses/rateconv | 27 +++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 meta-oe/licenses/rateconv diff --git a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb index ac0165a5d0..76f51196aa 100644 --- a/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb +++ b/meta-multimedia/recipes-multimedia/mimic/mimic_1.3.0.1.bb @@ -7,7 +7,7 @@ SECTION = "multimedia" LICENSE = "MIT & \ PD & \ CMU-Tex & \ - BSD & \ + rateconv & \ BSD-2-Clause & \ BSD-3-Clause & \ flite & \ diff --git a/meta-oe/licenses/rateconv b/meta-oe/licenses/rateconv new file mode 100644 index 0000000000..a0f5683a05 --- /dev/null +++ b/meta-oe/licenses/rateconv @@ -0,0 +1,27 @@ +Authors: Markus Mummert + +Copyright (c) 1992, 1995 by Markus Mummert + +License: + Redistribution and use of this software, modifcation and inclusion + into other forms of software are permitted provided that the following + conditions are met: + + 1. Redistributions of this software must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. If this software is redistributed in a modified condition + it must reveal clearly that it has been modified. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' + AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED + TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A + PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR + CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, + EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, + PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR + PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY + OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE + USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH + DAMAGE. + From patchwork Sun May 15 13:49:07 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8047 X-Patchwork-Delegate: akuster808@gmail.com 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 43196C43219 for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by mx.groups.io with SMTP id smtpd.web12.16974.1652622576293961596 for ; Sun, 15 May 2022 06:49:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=A4pcVFnA; spf=pass (domain: gmail.com, ip: 209.85.210.176, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f176.google.com with SMTP id x52so11742778pfu.11 for ; Sun, 15 May 2022 06:49:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=571jW6FGyqsUVdEUZjpt0PGMuYOerK8/5F+ejOXkXW8=; b=A4pcVFnA3nKeNyyGlhwB3JeIacMQeukLxpfMrNlXsWAO2F0YGic8p0qfsP+H595tMz 2FXf8z/x51xUf5yTwFHBTBJctvsgZySxXVp3bmE+wY34BsMaTxO7oxEJ761sQ9PqSlNS AJlDALPxVlITwmnH26v61KkQ1DFIcBxr81AsOt6GYLwVDzKEVE1nKT0Vsq4v0SoGTvKB CHQY9VVdv0l/Q91bpKhH5q7hdV+mQIn3ktHiJp/SXcOAi75g4/NetcBkYV+u7pXN/q/+ /Sh+QrwbE3TZDjNp0C26+R0PBuLUQ7L8Az16tCPsQhnPy9PoJ0h9WZTbqdsB9kGX1PBa WKdw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=571jW6FGyqsUVdEUZjpt0PGMuYOerK8/5F+ejOXkXW8=; b=HIKX0mlXobLFPzxJQLkwuxVL5Tl2Xy87KwKwwJK36yJyqU48v8ntSS00BHF89I66PK Ju4bBkAThdgiAfjrXeQnsteCMOInqrcFX6Ih8cSPojFyRlFoDVi+79+ntXCf9ax9VgUv CRft589unUjTzsmogL3Nlqq3GuvvHriaf689k0A/XjKTsAylBvCyeB4ZNcDdb1Fh1wj1 oC7em+eHbrWnbqnFTofHJgoeuPWKdefHHgudtAcaEIgr6t4VM7r9Wp3addN13h274XD1 eaFvlf/z7irr1ELgzmef4sig95sbUcCg3Md+RiV27DKap9C7bxOswtAOx3yW/gBWSngC 7tTQ== X-Gm-Message-State: AOAM531xZuBPLSjVv8sxm9W3p8lTuEF5GU+e9I8jrV7RSI1ble6MS2q0 XsO5NMTkcPGNAO5kS0YubMYZdb7iJfpIhQ== X-Google-Smtp-Source: ABdhPJzSj+mVquhAElXJCxOtuKcz+m27tfFd1RfQiREcn67jZB6z1v7vQEltWI7KiSIL61rb3sRhLA== X-Received: by 2002:a05:6a00:14d4:b0:50e:12c8:4868 with SMTP id w20-20020a056a0014d400b0050e12c84868mr13457391pfu.72.1652622575429; Sun, 15 May 2022 06:49:35 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.34 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:35 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 07/22] makedumpfile: Use right TARGET for ppc32 Date: Sun, 15 May 2022 06:49:07 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97104 From: Khem Raj Signed-off-by: Khem Raj (cherry picked from commit f994a19220ab42d3d8002adc89a04b3904020feb) Signed-off-by: Armin Kuster --- meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.1.bb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.1.bb b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.1.bb index c3f965b041..eb004c2ed5 100644 --- a/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.1.bb +++ b/meta-oe/recipes-kernel/makedumpfile/makedumpfile_1.7.1.bb @@ -36,9 +36,13 @@ SECTION = "base" # If we do not specify TARGET, makedumpfile will build for the host but use the # target gcc. # + +MAKEDUMPFILE_TARGET ?= "${TARGET_ARCH}" +MAKEDUMPFILE_TARGET:powerpc = "ppc" + EXTRA_OEMAKE = "\ LINKTYPE=static \ - TARGET=${TARGET_ARCH} \ + TARGET=${MAKEDUMPFILE_TARGET} \ ${PACKAGECONFIG_CONFARGS} \ " From patchwork Sun May 15 13:49:10 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8046 X-Patchwork-Delegate: akuster808@gmail.com 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 4B894C4321E for ; Sun, 15 May 2022 13:49:40 +0000 (UTC) Received: from mail-pg1-f173.google.com (mail-pg1-f173.google.com [209.85.215.173]) by mx.groups.io with SMTP id smtpd.web12.16975.1652622579849676704 for ; Sun, 15 May 2022 06:49:39 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=MnsbJc9m; spf=pass (domain: gmail.com, ip: 209.85.215.173, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f173.google.com with SMTP id 202so11757110pgc.9 for ; Sun, 15 May 2022 06:49:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=5UXGpwIvoiItHh5BnVs4ntwucACnrouaTsWlvlbSdRc=; b=MnsbJc9mIOBU/WWcKi7juadrqYMzZqCOL4ogzahuQFRDfZ5aDDRkgQHst7H6WAkBsw gNnfp735RhE5B+Fzt4vOo2Vm7mN6qNgaQ418ZJJlNuY5BxuOsTUQo0jvJuV5jZcueGac xBfDgPYZPG/pXhvAJgtD++70EvLl0eM4p+nLjNifjPRLy0MwgqIWG8LI4a7a8wgqhhBp 3A5uVLY+34nBdFJ+vkrTOtw4yo7K5HBEKMhweRE0o57wZkgWSfjFtl982iH4rHHCP2q2 RFg2/C7GNU3oclApC0r4AjT6X+j36W0d34EN3Tz30lrgljI0QqykcnPbyQmBAJkuwWBn KL/A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=5UXGpwIvoiItHh5BnVs4ntwucACnrouaTsWlvlbSdRc=; b=wYPCqsX4tEFy7HlcxzqkimJkCWYKhVir4IN3Kv8pqgIQR20UbOuSVmU+gnOzGZPI98 LLSVhQu4DcdCG2qjz3ZoRSgMmImS1oQ5J6kBDAz7wo0Yw0bpcXMQ+1+tQuRcI8euSdZd LtfhHZibGa1/GjsJPfaPchFwS/sLHU3QCBb3GYWAxzR77pQd/bmLiZkGv+tHJNbynT+N NHCISpXXn6NK+hyS/z3BKbGEa53jxVBC1K7fjuWd1Fitq1CMsAa3AcDRqHBJBW8gtnbO DRb3X/8+aK0dWgj7aXX7QzF8KdMZbLAHUwcIFZzm+/LJpMeCCogL2evso+xVXiqdzzMw hneQ== X-Gm-Message-State: AOAM5307aeEW56jZL6sgddfiI9xczdwNkMSW9WbR9PZnmC+rCSgAonwP CnRpraqIiMj7wh4TvDOWkllZWTxcn73u1Q== X-Google-Smtp-Source: ABdhPJz6WCO2WQhEpWPbYH2YztWlsyEN+2CgVpMvghtOOtQ+z9ZMZ97yoVcbDRBoBJcnOMxMLy4Izg== X-Received: by 2002:aa7:962e:0:b0:50d:5ed8:aa23 with SMTP id r14-20020aa7962e000000b0050d5ed8aa23mr12989937pfg.43.1652622578914; Sun, 15 May 2022 06:49:38 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.38 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:38 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 10/22] python3-astroid: upgrade 2.11.2 -> 2.11.3 Date: Sun, 15 May 2022 06:49:10 -0700 Message-Id: <407b37fafc4061519945b2c3822296d1121aa2da.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:40 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97107 From: Xu Huan Changelog: ========== Fixed an error in the Qt brain when building instance_attrs. Fixed a crash in the gi brain. Signed-off-by: Xu Huan Signed-off-by: Khem Raj (cherry picked from commit 890bf7dffe0446feec625aa5eaf8e49fa88659a9) Signed-off-by: Armin Kuster --- .../{python3-astroid_2.11.2.bb => python3-astroid_2.11.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-astroid_2.11.2.bb => python3-astroid_2.11.3.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb b/meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb rename to meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb index c52008ee65..a2e9111374 100644 --- a/meta-python/recipes-devtools/python/python3-astroid_2.11.2.bb +++ b/meta-python/recipes-devtools/python/python3-astroid_2.11.3.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "LGPL-2.1-only" LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1" -SRC_URI[sha256sum] = "8d0a30fe6481ce919f56690076eafbb2fb649142a89dc874f1ec0e7a011492d0" +SRC_URI[sha256sum] = "4e5ba10571e197785e312966ea5efb2f5783176d4c1a73fa922d474ae2be59f7" inherit pypi setuptools3 From patchwork Sun May 15 13:49:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8051 X-Patchwork-Delegate: akuster808@gmail.com 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 49D1AC433FE for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pg1-f178.google.com (mail-pg1-f178.google.com [209.85.215.178]) by mx.groups.io with SMTP id smtpd.web09.17035.1652622580990345138 for ; Sun, 15 May 2022 06:49:41 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=EkOnPT5C; spf=pass (domain: gmail.com, ip: 209.85.215.178, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f178.google.com with SMTP id 191so610921pgf.4 for ; Sun, 15 May 2022 06:49:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=XLlgQ3jDxDDDUMww6g2vqAkAZbMHK4byKVtN5S0t4Ng=; b=EkOnPT5CTImNuAnALMPKOWNHL44goT7DTdEIytixTFNxz97BEYv+ZFgXwF5BIspkII aiJF1kAR2rG/h6lXZyS69zVWn6puC0lYrvD3SkXyGJCjxtaNOQuQf0P6qNQaIxbfq0Ys ndosgJBdupogHNkTeNbh+4z+/2qXxTfCBHjeQVHDoo9rqaTWlkT1r3ApImRubdKxwAxo m9R0bPbTmE3GPPQTfe9bG3jHxFh8Oc1RM3bnhnELVRMkLji4C1IHeny7eOl2YcYiUf9+ I2wEinTENN9L1EyAljgT3izpHymbY3HtrNtn3jnv5m00/+vwg/5FbXZICBq/84ys/R+x OGag== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=XLlgQ3jDxDDDUMww6g2vqAkAZbMHK4byKVtN5S0t4Ng=; b=6CJSP9/0SWONoGIy4cEXkaNZWfAwbmcENPcbWaeg0ioUI+6XxUWcPQmskzadTbqBME wIp0fb27F83OmMCqfAuc7N/AgiByphd8X5lvsx5AVgpGYZ2bfK3qCeClcGG/H6nGdSKp T+LpO51jyUdaNxW4bxh0rZJTo3WqoyLbg9CQloooXivv9URx+U1x2pi1LD/MKYCIW7yU EfRVPXkVEFLL24EJ4Z43S6UTjWyY5TWShRBS787G6Wj7+hAWkrSomhOzl49WQhDqjlCz RQo81Fg3k20mXWa4QEmc2ITfuOGeGoOv1Abia1C06PbCyMOatKCdhSSM3At2X57vWoJW l9ZA== X-Gm-Message-State: AOAM530g72tB/8nJJ4kmLVAWz/DUVeIQ70//l74sO7PGT4YA0aeDnAq2 KWQwUOg2jdzik9zGMnkIbscR3QkPmJyi+w== X-Google-Smtp-Source: ABdhPJwuRGMOaPP96+ArF94N1TWrIMwwEypKMevPAL4hg/YIRrBCOTJfxYzliDMixv6v5LASsaACXA== X-Received: by 2002:a05:6a00:1a08:b0:510:a1db:1a91 with SMTP id g8-20020a056a001a0800b00510a1db1a91mr13121259pfv.69.1652622580185; Sun, 15 May 2022 06:49:40 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.39 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:39 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 11/22] meta-python-image: Fix build depends Date: Sun, 15 May 2022 06:49:11 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97108 Signed-off-by: Armin Kuster Signed-off-by: Khem Raj (cherry picked from commit 91f01ce558e27dea6c5307d58a0426f5ca54fa58) Signed-off-by: Armin Kuster --- .../packagegroups/packagegroup-meta-python.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index f7bf365192..fdeb83c42a 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -12,9 +12,9 @@ PACKAGES = ' \ # FORTRAN:forcevariable = ",fortran" RDEPENDS:packagegroup-meta-python3 = "\ ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ - ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ + ${@bb.utils.contains("DISTRO_FEATURES", "x11 systemd", "python3-blivetgui", "", d)} \ gyp \ - pamela \ + ${@bb.utils.contains("DISTRO_FEATURES", "pam", "pamela", "", d)} \ pyrtm \ python3-absl \ python3-aenum \ @@ -52,7 +52,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-bitstring \ python3-bitstruct \ python3-blinker \ - python3-blivet \ + ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-blivet", "", d)} \ python3-booleanpy \ python3-cachecontrol \ python3-cached-property \ @@ -84,7 +84,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-croniter \ python3-cson \ python3-custom-inherit \ - python3-cvxopt \ + ${@bb.utils.contains_any('FORTRAN', [',fortran',',f77'], 'python3-cvxopt', '', d)} \ python3-cycler \ python3-dateparser \ python3-dateutil \ @@ -327,7 +327,7 @@ RDEPENDS:packagegroup-meta-python3 = "\ python3-pyscaffold \ python3-pyserial \ python3-pysonos \ - python3-pystemd \ + ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-pystemd", "", d)} \ python3-pytest-asyncio \ python3-pytest-benchmark \ python3-pytest-cache \ From patchwork Sun May 15 13:49:12 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8048 X-Patchwork-Delegate: akuster808@gmail.com 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 49ADAC433EF for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pj1-f47.google.com (mail-pj1-f47.google.com [209.85.216.47]) by mx.groups.io with SMTP id smtpd.web08.16867.1652622582585669627 for ; Sun, 15 May 2022 06:49:42 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=RLXrUR3B; spf=pass (domain: gmail.com, ip: 209.85.216.47, mailfrom: akuster808@gmail.com) Received: by mail-pj1-f47.google.com with SMTP id nk9-20020a17090b194900b001df2fcdc165so1672809pjb.0 for ; Sun, 15 May 2022 06:49:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=8pA6Dc+XXi66KIqT+vhSLLTBpXrGQsPbF9u1SzMBBJU=; b=RLXrUR3BkEcpJL6VwNeRi36NHqcpD7yJ2HIwlUxCcW+6vbMfQFXqS+HxHNkD04YcQV I4aH6YsKIyfvz1rq6kyfaFU1DBxdxsoYQejOqCNHmcnrxokvcoSppq30maZSzQI30efb u2PjFKdLCMpyAnJUxDLzQEjTM2P6/AwqyPRO0gSb2AfakSfT7MI0+wMoFjKpJ4yIK/4S CGt2o1l8E3h2cWgzUAq4M15nMVzPNkFUsFzdCKX1Mc9K7Z8+GRgOG8J4J9BKNmfol6FN ZSxcU6U3VljDZk8F+2XMhNxZZ/q8PDYONRfMinxaBl4mzmARJm5Ik3YPcpXbPA8VY0B2 E5Mw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8pA6Dc+XXi66KIqT+vhSLLTBpXrGQsPbF9u1SzMBBJU=; b=JdwkMYUQh+c+iZtjUY/PlsU+QIv9bf/IvQID7OgBsJ1V8zPSt2/3Pqs/edfvWD1+iF X7mJOeuyYZsBUFXprgm/zFGB4o8fGTzJkr3XhbAR0q3/1u0mAPphgvjNH9WeZF6mgM15 viBJEN97jRvuc8XulvHjJUVz5U1f0K34ZkgzAUQ0MkBXCEyT1+0ZLKJF6asLrxwfYwdU zWYs6yF3GHgZreZECdG1ztL3qxUJ62oTcw7dfmRMq0rcxZ23rcY63qtHzUOBgXiKbNoc 5qM/QFWCvSuiJ6dIdtaO4Ss+SZ85Xc+MD+xuuJ5M1PrQiNHJZaB4mIuEzgplN6hSWY6g wTUA== X-Gm-Message-State: AOAM533EJM/HIQeyydXtuNuWwEglH3lZktmMvjI5jZYXfNTiTJEyv42o FTAzZgyEDANdx/Dbcg3DSYS5bGkwawJeSQ== X-Google-Smtp-Source: ABdhPJxuaCbQS/Ij6FPJL4EQDn8xMPnn8FzGW2udlWpIb07uApw5RVhuHpc9mjBm8ApFw14LkLi0Zg== X-Received: by 2002:a17:903:18b:b0:15e:92b9:783 with SMTP id z11-20020a170903018b00b0015e92b90783mr13560676plg.30.1652622581799; Sun, 15 May 2022 06:49:41 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.40 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:41 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 12/22] python3-wxgtk4: Needs x11 for sip module Date: Sun, 15 May 2022 06:49:12 -0700 Message-Id: <53fad015d8f5821feb90e8cbd1fd2a1ba41ba04f.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97109 From: Khem Raj sip/cpp/sip_corewxWindow.cpp requires gdk/gdkx.h which wont be built when gtk is built without x11, therefore require x11 when building this recipe, if gdkx.h is removed form includes then it fails ../../../../sip/cpp/sip_corewxWindow.cpp:56:16: error: unknown type name 'XID' static XID GetXWindow(const wxWindow* wxwin) { ^ ../../../../sip/cpp/sip_corewxWindow.cpp:59:28: error: use of undeclared identifier 'GDK_WINDOW_XID' return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)->m_wxwindow)); ^ ../../../../sip/cpp/sip_corewxWindow.cpp:64:28: error: use of undeclared identifier 'GDK_WINDOW_XID' return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)->m_widget)); ^ so it is using it and will need some work to get it going without x11 until then disable building it on non-x11 distros Signed-off-by: Khem Raj Cc: Robert Yang (cherry picked from commit e347168b10a69febd106d758faf20d95c4bd8b62) Signed-off-by: Armin Kuster --- .../recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb index 3583acc9cd..6ec92c2cec 100644 --- a/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb +++ b/meta-python/recipes-devtools/python3-wxgtk4/python3-wxgtk4_4.1.1.bb @@ -18,7 +18,7 @@ S = "${WORKDIR}/wxPython-${PV}" inherit pypi setuptools3 pkgconfig features_check -ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" +REQUIRED_DISTRO_FEATURES = "x11" export WX_CONFIG = "'${RECIPE_SYSROOT_NATIVE}${bindir}/wx-config --prefix=${STAGING_EXECPREFIXDIR} --baselib=${baselib}'" From patchwork Sun May 15 13:49:13 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8049 X-Patchwork-Delegate: akuster808@gmail.com 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 4E51AC433F5 for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pf1-f175.google.com (mail-pf1-f175.google.com [209.85.210.175]) by mx.groups.io with SMTP id smtpd.web09.17030.1652622573920736918 for ; Sun, 15 May 2022 06:49:43 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Ud/VY5WZ; spf=pass (domain: gmail.com, ip: 209.85.210.175, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f175.google.com with SMTP id v11so11772325pff.6 for ; Sun, 15 May 2022 06:49:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=gOig1cgElaIEJGNKyvuethtXavj6/AKW68Mp5P8ZPmw=; b=Ud/VY5WZ+SS2r6aoJDJrPfnS4yWLtejKs+nbhVRcRaDImYOx8ZWj/9QQ1z2PICV/Gh fXxkrk7luLHy/y9/59u47c6TITfXr/dhWhLVHBlo3k8oznLQYv5breakec26w8Jp1dE4 z8b18stLHbbLdgRKGBqKiHevU1TpLu8t8HIM5HnmoDeYDX1KGmBb5+BXSvCRmc0Nq+Th BkK+q8Yh8LbdEzRpZ0B2ThN3w3ABzxCgW47YRAK1A5lXwW32jHVFFGo9YWSf+n8CQBq6 6owBlqMftjCDr+ELJH+Xf7afBZ/th7ALmz+mZsB7UXhG1u41uiujWMo09Fz352NdMXun Ew+A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gOig1cgElaIEJGNKyvuethtXavj6/AKW68Mp5P8ZPmw=; b=pRgo6M11VnAPhyUYRz3pCRAwUMVubmKA9HuAWB+SKDYni2RSCX9b+/Pj46+Rg3MLNu SpAGEOPLWuGX+Ta+vewn0plfwoSI26jRAIVOMi+zkT84zIBT1y4ZqIvKbEicHdhJJvbQ z1WHuzTgpcUvKtL52jL+QmXdW6+bX5DgWDgt1dMdPygEGxTbFJQ8E6gm3SvBXIhuSWDp +HRIKf+msRcBAqdhJRaNYb4YLx6h9HCJ7BEsEYOJCKFeA9xZLCVZ/bhi1TbCE7IYi5lD Yei6QBGlWGhgGi/Z5kN7Qjiiki20PE3dY7ilBc3/5w8cL7QEuIhxglhkvl+LQIqK+4B2 90JA== X-Gm-Message-State: AOAM530q903j37o2KbEs+v3aHRf94zq6v4clCoXCc7jmcDSh/XtNJZGN 2gnUHnBq3pQt6cOxFPqmjDgERuNn2g0bbQ== X-Google-Smtp-Source: ABdhPJytVwVMBzjw11y15MhUhDp2HK87r/2tEp+GQi0lvhOprPL4Hnejt5zV5OOu6hr2ycUHxvtERA== X-Received: by 2002:a63:f242:0:b0:3f2:470e:f6c7 with SMTP id d2-20020a63f242000000b003f2470ef6c7mr5336810pgk.492.1652622583105; Sun, 15 May 2022 06:49:43 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.42 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:42 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 13/22] meta-gnome: fix layer depends. Date: Sun, 15 May 2022 06:49:13 -0700 Message-Id: <74452781326c487c7530590983cb8c70d1f82ccb.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97110 meta-networking no longer depends on meta-python so add it separatily. Signed-off-by: Armin Kuster Signed-off-by: Khem Raj (cherry picked from commit f264601e7ddbc357ce294b4e23bc7b00d276f382) Signed-off-by: Armin Kuster --- meta-gnome/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-gnome/conf/layer.conf b/meta-gnome/conf/layer.conf index 2fb3485155..2406f5fca8 100644 --- a/meta-gnome/conf/layer.conf +++ b/meta-gnome/conf/layer.conf @@ -15,7 +15,7 @@ IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','h # cause compatibility issues with other layers LAYERVERSION_gnome-layer = "1" -LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" +LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python" LAYERSERIES_COMPAT_gnome-layer = "kirkstone" From patchwork Sun May 15 13:49:14 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8050 X-Patchwork-Delegate: akuster808@gmail.com 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 56964C4332F for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pl1-f175.google.com (mail-pl1-f175.google.com [209.85.214.175]) by mx.groups.io with SMTP id smtpd.web08.16868.1652622585276303648 for ; Sun, 15 May 2022 06:49:45 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Mgu3EB16; spf=pass (domain: gmail.com, ip: 209.85.214.175, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f175.google.com with SMTP id d22so12084188plr.9 for ; Sun, 15 May 2022 06:49:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=gHH2mIL2Oo1HOkliCeQPmADN4O5KzZ8JlLNSnpGZZ6k=; b=Mgu3EB16tLVWn0DgZJk1OVUpEIkyl5a4uTzUGqmbjZoWodaMkw+LO+tY1fQD4xK2H5 nT9EF/i1FMTVWMRqTMhoEW5ku+wHWUQ2cVLDqemd2JgWt1bR5+aWAuiXFcJenaevDLjE Sza47831hV2dIfGaaw/nphVGnQ5g1FgFGDPql9NYuhrNv9ZXaSkEEIgm3S7flNsDALLA zNbOSR+XVN3gjA3O4ra9gW9pnjHTEH80o2wS8zz2q7fSRE27MQ90u/u1uxsI5KXxNPoi zJuaGe43Z6kZYDl+fanIWStt5ZHlAHViZeJQ5ZHJLeYXPl9rWQNibj7isMeP1gbPH3iz m66w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=gHH2mIL2Oo1HOkliCeQPmADN4O5KzZ8JlLNSnpGZZ6k=; b=YZ86Fefe/Il9khyMMMn4StEPdFxZucOJ5V0L1v5RcvxvlUd7UDGLbAm1ZT4xsegKo/ ltTEkDzGqcfwUHsb92aHkPYwNhQhOMiZEmQQYzJfZUlU+XkfIKW+S7gHFK/PNY0uE4LY mpoIZ297iscZ0T+q4qCN+tH7WGQ1QCYfLaCgmVEWE7xDEMd6ILlLo9NSOG6OAQ+0Wbxm CDOZSJIB2BCgOSYvrFcYsTGsWTSL+67d042zqu+C3IU6xBup57QVgDNMeeQ+PATaIG9d Kkk9tDbvMLNr3+u9rwZXZ47ttlUVshqLkyhmDJr04ixlDuqxP7+YxgPa4iHjrgcrA8+1 gzwA== X-Gm-Message-State: AOAM533hFPi2AZ23KRu/kA9LmCVlqkczvqHb33VJgCZimQ5tzNkrsQ0e Nxx0lihTrhlg5Gf7rnRpQlA26+qrz+MrHA== X-Google-Smtp-Source: ABdhPJw1Q6kiTb0jAfwHDXQc/QS/hRRlX6zuGqF4CMSKKWZLa91WEsmQKWuGJ4ErIGz0J5IhiM5Fzg== X-Received: by 2002:a17:903:32c9:b0:15e:c1cc:2409 with SMTP id i9-20020a17090332c900b0015ec1cc2409mr13469873plr.2.1652622584422; Sun, 15 May 2022 06:49:44 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.43 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:43 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 14/22] networkmanager: fix parallel build failure Date: Sun, 15 May 2022 06:49:14 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97111 From: Yi Zhao Add dependency libnm_client_public_dep to libnm-client-test to fix parallel build error: | In file included from ../NetworkManager-1.36.0/src/libnm-client-test/nm-test-utils-impl.c:10: | ../NetworkManager-1.36.0/src/libnm-client-public/NetworkManager.h:47:10: fatal error: nm-enum-types.h: No such file or directory | 47 | #include "nm-enum-types.h" | | ^~~~~~~~~~~~~~~~~ Signed-off-by: Yi Zhao Signed-off-by: Khem Raj (cherry picked from commit dedf55890abd21a198e16fca59ab8c7e5ff2ce62) Signed-off-by: Armin Kuster --- ...t-add-dependency-libnm_client_public.patch | 34 +++++++++++++++++++ .../networkmanager/networkmanager_1.36.2.bb | 1 + 2 files changed, 35 insertions(+) create mode 100644 meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-client-test-add-dependency-libnm_client_public.patch diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-client-test-add-dependency-libnm_client_public.patch b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-client-test-add-dependency-libnm_client_public.patch new file mode 100644 index 0000000000..6be2d4bed1 --- /dev/null +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager/0001-libnm-client-test-add-dependency-libnm_client_public.patch @@ -0,0 +1,34 @@ +From 7b5dc04e1fcc28dc653fb7bf0e9dda3700d93218 Mon Sep 17 00:00:00 2001 +From: Yi Zhao +Date: Tue, 3 May 2022 15:30:37 +0800 +Subject: [PATCH] libnm-client-test: add dependency libnm_client_public_dep + +Fix parallel build error: +| In file included from ../NetworkManager-1.36.0/src/libnm-client-test/nm-test-utils-impl.c:10: +| ../NetworkManager-1.36.0/src/libnm-client-public/NetworkManager.h:47:10: fatal error: nm-enum-types.h: No such file or directory +| 47 | #include "nm-enum-types.h" +| | ^~~~~~~~~~~~~~~~~ + +Upstream-Status: Submitted +[https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/1206] + +Signed-off-by: Yi Zhao +--- + src/libnm-client-test/meson.build | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/src/libnm-client-test/meson.build b/src/libnm-client-test/meson.build +index 8e2fba1130..bcac437702 100644 +--- a/src/libnm-client-test/meson.build ++++ b/src/libnm-client-test/meson.build +@@ -13,6 +13,7 @@ libnm_client_test = static_library( + ], + dependencies: [ + libnm_core_public_dep, ++ libnm_client_public_dep, + glib_dep, + ], + ) +-- +2.25.1 + diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb index b09ff18bf7..6c665d53bb 100644 --- a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb +++ b/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.36.2.bb @@ -29,6 +29,7 @@ SRC_URI = " \ file://enable-dhcpcd.conf \ file://enable-iwd.conf \ file://0001-do-not-ask-host-for-ifcfg-defaults.patch \ + file://0001-libnm-client-test-add-dependency-libnm_client_public.patch \ " SRC_URI[sha256sum] = "ab855cbe3b41832e9a3b003810e7c7313dfe19e630d29806d14d87fdd1470cab" From patchwork Sun May 15 13:49:15 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8054 X-Patchwork-Delegate: akuster808@gmail.com 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 56986C43217 for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pl1-f173.google.com (mail-pl1-f173.google.com [209.85.214.173]) by mx.groups.io with SMTP id smtpd.web10.16690.1652622586492370343 for ; Sun, 15 May 2022 06:49:46 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=mNXGJ0el; spf=pass (domain: gmail.com, ip: 209.85.214.173, mailfrom: akuster808@gmail.com) Received: by mail-pl1-f173.google.com with SMTP id i1so12094263plg.7 for ; Sun, 15 May 2022 06:49:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=9oM6LBAFsjPte6bE700PyA8t+GbgGcz6jsmLZSKKALw=; b=mNXGJ0elKZX9a6akhpzY1gn3hUFcGcTNlNZ0+xJdSqJV6aFZ3Z1p4ifqm8zHUx/w8C C52rYtwa7RoZG1ROiAvNsvKTMqfGWLQfudtCWNLMkIznRIp5VrWfPlBeXiSNY5us594y plMj4JI9AJF1VJgo+rz3Fquf49qhet9UvzY+4Iqici1gK2+oYVeeMJW/+iHuRiDqF7Ux gInq52NDo2KRWI0w4okpO+LBVk67gbwTJByUpku2z1vQr1T7zgLGTr3enm+bVU0/NDZB I4vVbQ/mCMeEHdH/RTmNu/no/fahNGU7Rrch/3GhEHbE7loLSGVXkGDG7/ejz4LSFyAq wUEw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=9oM6LBAFsjPte6bE700PyA8t+GbgGcz6jsmLZSKKALw=; b=ATR5jfWn4DHgCkF/Q6Vd0hY+uiNLvjL23dLwhZ34FmD/PQpctcTeZ+IvEXfNoWj4I2 h/H82YOCDjlYNdkyAmkWRlG1Jq3yNzSaBIx9ne2v243gxr/tBqz7HqicxZAg2kamuUsG cqBtc3FUKejYQBaXzYgUR6i2KfJ/uzSkD/gAIpueggDbYTw4BnpdKM63qWIGtIvq70tR h8g7gJXvOyjcF6LXb0sT8Ml9mPLXij8DNP2LY5E8lJK8MA0/cfen+UdqTy2BDi8TWM08 +7gcQvXa4XO9pjSwNr3ekT8zh0xRMWcDu4B483kO0QS9h28whRzejAiMi8UnzsryeaHs Apfw== X-Gm-Message-State: AOAM532s1TltMD+oqujCSAn7vHzZ5sPHqOcPIOiYh7UVJNNIjgrMAYaD p90JXHk6r+QWnvGThcfbxb6M4nI3U/G6tA== X-Google-Smtp-Source: ABdhPJzTPEwiMgW35raDUmbAJUYhY9MVIulf31xRrJB1atX4nPfIidO5wlCQIfP1QEaSplXFqsBmFA== X-Received: by 2002:a17:902:e94d:b0:158:2f50:d04c with SMTP id b13-20020a170902e94d00b001582f50d04cmr13466235pll.11.1652622585580; Sun, 15 May 2022 06:49:45 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.44 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:45 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 15/22] openldap: Remove libgcrypt dependency Date: Sun, 15 May 2022 06:49:15 -0700 Message-Id: <5dbd9bda908df701b681daad0aa58cb079decdbe.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97112 From: Jiaqing Zhao Since OpenLDAP 2.5.0, it uses nettle instead of gcrypt. Signed-off-by: Jiaqing Zhao Signed-off-by: Khem Raj (cherry picked from commit a5512ab27231d33f08a58cab4422c60b080c9067) Signed-off-by: Armin Kuster --- .../openldap/openldap-2.4.28-gnutls-gcrypt.patch | 15 --------------- .../recipes-support/openldap/openldap_2.5.9.bb | 3 +-- 2 files changed, 1 insertion(+), 17 deletions(-) delete mode 100644 meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch diff --git a/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch b/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch deleted file mode 100644 index 8cfd0033c8..0000000000 --- a/meta-oe/recipes-support/openldap/openldap/openldap-2.4.28-gnutls-gcrypt.patch +++ /dev/null @@ -1,15 +0,0 @@ -From http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-nds/openldap/files/ - -Upstream-Status: Pending - ---- a/configure.ac -+++ b/configure.ac -@@ -1263,7 +1263,7 @@ if test $ol_link_tls = no ; then - ol_link_tls=yes - WITH_TLS_TYPE=gnutls - -- TLS_LIBS="-lgnutls" -+ TLS_LIBS="-lgnutls -lgcrypt" - - AC_DEFINE(HAVE_GNUTLS, 1, - [define if you have GNUtls]) diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb index 5ac5660cdf..958a21b9c1 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.5.9.bb @@ -15,7 +15,6 @@ SECTION = "libs" LDAP_VER = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/${BP}.tgz \ - file://openldap-2.4.28-gnutls-gcrypt.patch \ file://use-urandom.patch \ file://initscript \ file://slapd.service \ @@ -51,7 +50,7 @@ PACKAGECONFIG ??= "asyncmeta gnutls modules \ ${@bb.utils.filter('DISTRO_FEATURES', 'ipv6', d)} \ " #--with-tls with TLS/SSL support auto|openssl|gnutls [auto] -PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls libgcrypt" +PACKAGECONFIG[gnutls] = "--with-tls=gnutls,,gnutls" PACKAGECONFIG[openssl] = "--with-tls=openssl,,openssl" PACKAGECONFIG[sasl] = "--with-cyrus-sasl,--without-cyrus-sasl,cyrus-sasl" From patchwork Sun May 15 13:49:16 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8053 X-Patchwork-Delegate: akuster808@gmail.com 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 608E5C4321E for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by mx.groups.io with SMTP id smtpd.web09.17037.1652622587872429778 for ; Sun, 15 May 2022 06:49:47 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=Qg42eG9m; spf=pass (domain: gmail.com, ip: 209.85.215.177, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f177.google.com with SMTP id v10so11757677pgl.11 for ; Sun, 15 May 2022 06:49:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=4nJcICwIYV1XcQqNBOi6XC47tPh2dFkbaO9Q9YImdjM=; b=Qg42eG9meT4hIyQhOUOdU30cCAobqFN+NWznJp3wriEhzTqdiCPBhlPwXjSHP60SEk A0rr5V+UfFKtYbRDyNcolP7lTeH2XIlVAaKinaeiJtYCoDlQE72DVidZulRYeGPY7RJe RrW8J4O1lde42jCwqfDB9snNVT5L27UyFNFfWQkxmlBbs1c3x/KUh6A0Bc78BpbUBwq5 1nuAgsHRJntxDAyi19zUgL+rwPPMrsBlm9f1qJjcrKu3GX6Srxz8skMqBfeEqkzk1zjT Uk3i+P01eFWwyxZPWQ2q9b23Y4z9wHicbsHw3RwtGSF7hi2YHdWpXDbC/znLpHjV/GrW 9qMQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=4nJcICwIYV1XcQqNBOi6XC47tPh2dFkbaO9Q9YImdjM=; b=d3Wnb8WrQ6osNV/ECyvpb4zi8cxGxL90YJVpObOVTlC4UD6LtqVQ1VUC84/JhvxpGa 5daWg0gwJs3WG99F2lHfXMRfL0fmEUqiUcaAc1OmN3SuX63U1VAh3piKO1zDRpoeha2/ xKNWTjgH8lp4okhvpSbtIawzbFYT5+ZRdQOG6eN7KxAv7PZtJqNGlX3cCmQksZzKGTbc JEGx0UGADfMplCe0NofJii1KR7etF+EwE1C0KStDHan3FNyvTo6hP/dEgj3VpT++U+BX izRK1aZ2EcBO3/B4pTljaLVSA/Jt8B4XlXx88HR46sON+8YXZ58TzTd5pqHwtBrvK9d0 VmsA== X-Gm-Message-State: AOAM531e5zRBVPAZ1++mti5IYem23a1BeE7LXqP6u5RUYAfLugguukWg V+NFxQQ+eLYGfngRJfMAfLxVPKI7aLmHNQ== X-Google-Smtp-Source: ABdhPJw8Ak496CF6tT85v3llTjoZTvK4dmAISVnrA70qGtzWhzMncnTsP2XrxkOvMrh43p5dXKe37g== X-Received: by 2002:a05:6a00:2408:b0:4f7:a8cb:9b63 with SMTP id z8-20020a056a00240800b004f7a8cb9b63mr13320107pfh.33.1652622586988; Sun, 15 May 2022 06:49:46 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.45 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:46 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 16/22] openldap: Upgrade 2.5.9 -> 2.5.12 Date: Sun, 15 May 2022 06:49:16 -0700 Message-Id: <8c54b3c147a238576c3933ac28f43e19b5930a25.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97113 From: Jiaqing Zhao License-Update: Copyright year updated to 2022 Signed-off-by: Jiaqing Zhao Signed-off-by: Khem Raj (cherry picked from commit 6c2bd3c0fae072e23f6572d5448fce5e5f4fae08) Signed-off-by: Armin Kuster --- .../openldap/{openldap_2.5.9.bb => openldap_2.5.12.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-oe/recipes-support/openldap/{openldap_2.5.9.bb => openldap_2.5.12.bb} (97%) diff --git a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb b/meta-oe/recipes-support/openldap/openldap_2.5.12.bb similarity index 97% rename from meta-oe/recipes-support/openldap/openldap_2.5.9.bb rename to meta-oe/recipes-support/openldap/openldap_2.5.12.bb index 958a21b9c1..e4475e5069 100644 --- a/meta-oe/recipes-support/openldap/openldap_2.5.9.bb +++ b/meta-oe/recipes-support/openldap/openldap_2.5.12.bb @@ -7,7 +7,7 @@ HOMEPAGE = "http://www.OpenLDAP.org/license.html" # basically BSD. opensource.org does not record this license # at present (so it is apparently not OSI certified). LICENSE = "OpenLDAP" -LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=5cc6ef74da4ad25d707c4f5903d64975 \ +LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=beceb5ac7100b6430640c61655b25c1f \ file://LICENSE;md5=153d07ef052c4a37a8fac23bc6031972 \ " SECTION = "libs" @@ -25,8 +25,7 @@ SRC_URI = "http://www.openldap.org/software/download/OpenLDAP/openldap-release/$ file://0001-librewrite-include-ldap_pvt_thread.h-before-redefini.patch \ " -SRC_URI[md5sum] = "237fc2d881c27f8dd5d9f396e2865c11" -SRC_URI[sha256sum] = "c08e12f4ca5803d5d9f9948c70ad3491282cda3c17ec8b655dcbcb2364e6fb9e" +SRC_URI[sha256sum] = "d5086cbfc49597fa7d0670a429a9054552d441b16ee8b2435412797ab0e37b96" DEPENDS = "util-linux groff-native" From patchwork Sun May 15 13:49:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8052 X-Patchwork-Delegate: akuster808@gmail.com 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 64A15C43219 for ; Sun, 15 May 2022 13:49:50 +0000 (UTC) Received: from mail-pg1-f177.google.com (mail-pg1-f177.google.com [209.85.215.177]) by mx.groups.io with SMTP id smtpd.web09.17037.1652622587872429778 for ; Sun, 15 May 2022 06:49:48 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=I6MFCkPJ; spf=pass (domain: gmail.com, ip: 209.85.215.177, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f177.google.com with SMTP id v10so11757677pgl.11 for ; Sun, 15 May 2022 06:49:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=FkEZe2eM5D/PBhZiUZtNEejSaPg0lgjeIn5VScjYq/A=; b=I6MFCkPJyWGzspNzzTF1WqZ7s0zu6gaQFZke+i/QlEIaKNuVG8OYXQSvZLzkAgnYkQ VCYjUAMQRfyI22BU2pG73EpD+DuCbWKBvNigZJVPv4VqTz9dcG6ZeWtVQLDuXPkHu5SF oOR3mPRb2Q7m+/7MVBJzQeRcwrRVWQ0xh7STObEMt/O2MlD2mqz5/C4dRKxLfPMQQ75z eUhJ7d8an8m12p3qcS06RpHyBZcYsRORVCd/drKFz6NLvLdCD0AChw/OnKEDjcUE9mPL N/HNkPb563fK2+VDlsY9/1sy7DZfrj5+8vNrxEfp1hrkgrlPOrZXfynO6NBKxnGjLvFj l6QA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=FkEZe2eM5D/PBhZiUZtNEejSaPg0lgjeIn5VScjYq/A=; b=FJC5Cj1W6Lg/wGn8nsD0/0suLXM7G4dKnC/OI3B3bnoFuQEHjxrjL1ZHpDrq3J9WSv Wj6Sal0twjsZTW7j36NxuMIFxT6CD7AdS0+JJWN8DeAHWOHDtgW6bMYAmoWoec84VSjT 5VfslWF4b32Ny7qw2huLyktY7d1cTV72w04LJcrbG94Gv5oBqFTKJCoRsR2URQiv0Eiq pHEhLqiHcBbmRI94zFAf7tGGIa3uo84OBmguogwIDfxbMgiCrlL+mH/5ugCOIQJNcK8I vybUAe9hwAKaxihhhIOfsQIVr4EXS5UXMOJbX0ExNS910lICalNy5xJBuCutfYA7iGl0 0e1g== X-Gm-Message-State: AOAM530Maz8KfKSIKu461mIQ86BV93kXp1PD+/kwNXVzX7CdO7TyCWCj vpsO9QwvmbFfNliUvmIigCFUeCNKLBbDuQ== X-Google-Smtp-Source: ABdhPJxNUPaOCLBYY3dZdHJyRE/urQyfjDrn7GZvC1aOrFQjWb8VRgRfnCG/Da1bsUNbAHUq/7+3mA== X-Received: by 2002:a63:4c56:0:b0:3c6:b63f:4bc8 with SMTP id m22-20020a634c56000000b003c6b63f4bc8mr11754188pgl.413.1652622588037; Sun, 15 May 2022 06:49:48 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.47 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:47 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 17/22] s-nail: Set VAL_MTA Date: Sun, 15 May 2022 06:49:17 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:49:50 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97114 From: Mingli Yu Some build server may provide sendmail like /usr/lib/sendmail which may result the VAL_MTA to be /usr/lib/sendmail during do_configure, but the sendmail is actually /usr/sbin/sendmail on the target. Fixes: # echo "invalide address email" | s-nail -s "test mail" -r test@test.com tester@test.com s-nail: Cannot start /usr/lib/sendmail: executable not found (adjust *mta* variable) /home/root/dead.letter 10/234 s-nail: ... message not sent # which sendmail /usr/sbin/sendmail Signed-off-by: Mingli Yu Signed-off-by: Khem Raj (cherry picked from commit f334a009472136b266c4f72612b549846df20c0e) Signed-off-by: Armin Kuster --- .../files/0001-make.rc-set-VAL_MTA.patch | 48 +++++++++++++++++++ .../recipes-extended/s-nail/s-nail_14.9.24.bb | 3 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch diff --git a/meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch b/meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch new file mode 100644 index 0000000000..f4decda141 --- /dev/null +++ b/meta-oe/recipes-extended/s-nail/files/0001-make.rc-set-VAL_MTA.patch @@ -0,0 +1,48 @@ +From da8c7a027390de7828d4272a3c8bcdbffbac25ad Mon Sep 17 00:00:00 2001 +From: Mingli Yu +Date: Thu, 5 May 2022 16:57:48 +0800 +Subject: [PATCH] make.rc: set VAL_MTA + +Some build server may provide sendmail like /usr/lib/sendmail which +may result the VAL_MTA to be /usr/lib/sendmail, but the sendmail +is actually /usr/sbin/sendmail on the target. + +Fixes: + # echo "invalide address email" | s-nail -s "test mail" -r test@test.com tester@test.com + s-nail: Cannot start /usr/lib/sendmail: executable not found (adjust *mta* variable) + /home/root/dead.letter 10/234 + s-nail: ... message not sent + + # which sendmail + /usr/sbin/sendmail + +Upstream-Status: Inappropriate[oe-specific] + +Signed-off-by: Mingli Yu +--- + make.rc | 9 +-------- + 1 file changed, 1 insertion(+), 8 deletions(-) + +diff --git a/make.rc b/make.rc +index 98bd968..45ac0d4 100644 +--- a/make.rc ++++ b/make.rc +@@ -96,14 +96,7 @@ VAL_MAIL=`\ + + # Path to the local MTA (Mail-Transfer-Agent). + # MTA aliases (aliases(5)) are optionally supported via OPT_MTA_ALIASES. +-VAL_MTA=`\ +- if [ -x /usr/bin/sendmail ]; then \ +- echo /usr/bin/sendmail;\ +- elif [ -x /usr/lib/sendmail ]; then \ +- echo /usr/lib/sendmail;\ +- else \ +- echo /usr/sbin/sendmail;\ +- fi` ++VAL_MTA=/usr/sbin/sendmail + + # Today a lot of systems no longer use sendmail(1), but a different MTA. + # To ensure compatibility with sendmail(1), a system called +-- +2.25.1 + diff --git a/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb index bc514b577a..539f9c3c82 100644 --- a/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb +++ b/meta-oe/recipes-extended/s-nail/s-nail_14.9.24.bb @@ -6,7 +6,8 @@ LICENSE = "ISC & BSD-3-Clause & BSD-4-Clause" LIC_FILES_CHKSUM = "file://COPYING;md5=87266591c81260f10221f1f38872d023" SRC_URI = "https://ftp.sdaoden.eu/${BP}.tar.xz \ - file://make-errors.patch" + file://make-errors.patch \ + file://0001-make.rc-set-VAL_MTA.patch" SRC_URI[sha256sum] = "2714d6b8fb2af3b363fc7c79b76d058753716345d1b6ebcd8870ecd0e4f7ef8c" DEPENDS = "coreutils-native" From patchwork Sun May 15 13:49:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8056 X-Patchwork-Delegate: akuster808@gmail.com 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 59C5CC433F5 for ; Sun, 15 May 2022 13:50:00 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web12.16978.1652622590826246546 for ; Sun, 15 May 2022 06:49:50 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=PqRxnTG2; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id bo5so11774012pfb.4 for ; Sun, 15 May 2022 06:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=o19hEw1BJO51eGYL9sVBdTO7JJz40Ne+hqzvh9D9UL0=; b=PqRxnTG2nT7GGenhFc3Ids+ppiYqhdeZtqBJKaUMZgIAZmFogZePWXsXiGmkFiw1x2 RkLCSnJAWmUQxTuiuBiv8D9XDC0n/OS1BjniN+42HfJsc9mxLEMDjrLXW60QiZYJhpdr FpVKyPNC6bmc8K7n5+quSrDxWGAIgDJ8Sdgyqfhn8hj3ArUHPbPifSDwtdLJH5Rbv8xa 8tvXZCLdZLmorlmDJnboWtyQYCCumicWzWSKXi2vEg/zJtYsSyC8CujJPoPkRxP9tw6a 1yUwFa/c7ER9r9SNEwH/4uP7PKn4kkou3B7f6YEWBXrEcc6YmX1vC3YPc1pSsn+Rctzf TvdA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=o19hEw1BJO51eGYL9sVBdTO7JJz40Ne+hqzvh9D9UL0=; b=LMAUXDlnzEneSaOcD9OdxI4ssLPy+KBamhdesT7QM5feBRucuq9GKK1fJASYLgSHj4 PbGgL8GBBqTTl44+0Fuxhh/DmI5tKEZkuKaOUT75TVA/Z0yuWwNXPtupb4DxqdjILa15 Egzsx9eoW+suaYkRNcqjxUpk6FC1usk4f8stYWFpQXyTFv4SH1P9z49oW674NgQW0S// svwhD11Z5EHJrthY0b/3xv2VkBIX7HBQ7/6XLHeUNUI2zUDQWKr+O5y1Qt8Aawn1b1jN TxgApai0ETfi+pCH4R07AQMBVnngVdJTqys2Iq/pLQ2OIJ3yK3kRTy7i0+uydZg6K13E 1dlg== X-Gm-Message-State: AOAM531RMDo4BcLODaEVTV4Io492WaZo1ko2RE6dWvJRwTRjkgVmzZMs DRdbJmbVX3jAf3sb63VCafYfh25JpteU4w== X-Google-Smtp-Source: ABdhPJyyIliaJKFOjEItV+COr+aqcxXFqRq0+WCiJapaQIbwRStXjLDntv3OjIZUpJTehj2sn6bdmg== X-Received: by 2002:a05:6a00:1a86:b0:50f:f4fd:c9a7 with SMTP id e6-20020a056a001a8600b0050ff4fdc9a7mr13081336pfv.46.1652622589875; Sun, 15 May 2022 06:49:49 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.48 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:49 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 18/22] devmem2: reinstate previous patches, removed by mistake Date: Sun, 15 May 2022 06:49:18 -0700 Message-Id: <43cc4a2bfe1d63427f62a2af8e7c8f08ffc46785.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:50:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97115 From: Denys Dmytriyenko This reverts commit 5e8f4720aaa3da7350ead06959cae0492133cd61. Signed-off-by: Denys Dmytriyenko Signed-off-by: Khem Raj (cherry picked from commit e192bd13ff2f39cc9762ca73d65a1c5537a70335) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/devmem2/devmem2.bb | 3 +- ...word-is-32-bit-and-add-support-for-6.patch | 70 ++++++++++++++ .../devmem2/devmem2/devmem2-fixups-2.patch | 91 +++++++++++++++++++ 3 files changed, 163 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch create mode 100644 meta-oe/recipes-support/devmem2/devmem2/devmem2-fixups-2.patch diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb index 92c05fe065..c6b8df5e47 100644 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ b/meta-oe/recipes-support/devmem2/devmem2.bb @@ -4,7 +4,8 @@ LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf9862 PR = "r7" SRC_URI = "http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \ - " + file://devmem2-fixups-2.patch;apply=yes;striplevel=0 \ + file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch" S = "${WORKDIR}" diff --git a/meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch b/meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch new file mode 100644 index 0000000000..2a57f29891 --- /dev/null +++ b/meta-oe/recipes-support/devmem2/devmem2/0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch @@ -0,0 +1,70 @@ +From 1360a907879dd24041797a3b709d49aeac2ab444 Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko +Date: Tue, 29 May 2018 16:55:42 -0400 +Subject: [PATCH] devmem.c: ensure word is 32-bit and add support for 64-bit + long + +Signed-off-by: Denys Dmytriyenko +--- + devmem2.c | 23 +++++++++++++++++------ + 1 file changed, 17 insertions(+), 6 deletions(-) + +diff --git a/devmem2.c b/devmem2.c +index 5845381..68131b2 100644 +--- a/devmem2.c ++++ b/devmem2.c +@@ -39,6 +39,7 @@ + + #include + #include ++#include + #include + #include + #include +@@ -69,7 +70,7 @@ int main(int argc, char **argv) { + if(argc < 2) { + fprintf(stderr, "\nUsage:\t%s { address } [ type [ data ] ]\n" + "\taddress : memory address to act upon\n" +- "\ttype : access operation type : [b]yte, [h]alfword, [w]ord\n" ++ "\ttype : access operation type : [b]yte, [h]alfword, [w]ord, [l]ong\n" + "\tdata : data to be written\n\n", + argv[0]); + exit(1); +@@ -103,9 +104,14 @@ int main(int argc, char **argv) { + read_result = *((unsigned short *) virt_addr); + break; + case 'w': +- data_size = sizeof(unsigned long); ++ data_size = sizeof(uint32_t); + virt_addr = fixup_addr(virt_addr, data_size); +- read_result = *((unsigned long *) virt_addr); ++ read_result = *((uint32_t *) virt_addr); ++ break; ++ case 'l': ++ data_size = sizeof(uint64_t); ++ virt_addr = fixup_addr(virt_addr, data_size); ++ read_result = *((uint64_t *) virt_addr); + break; + default: + fprintf(stderr, "Illegal data type '%c'.\n", access_type); +@@ -129,9 +135,14 @@ int main(int argc, char **argv) { + read_result = *((unsigned short *) virt_addr); + break; + case 'w': +- virt_addr = fixup_addr(virt_addr, sizeof(unsigned long)); +- *((unsigned long *) virt_addr) = write_val; +- read_result = *((unsigned long *) virt_addr); ++ virt_addr = fixup_addr(virt_addr, sizeof(uint32_t)); ++ *((uint32_t *) virt_addr) = write_val; ++ read_result = *((uint32_t *) virt_addr); ++ break; ++ case 'l': ++ virt_addr = fixup_addr(virt_addr, sizeof(uint64_t)); ++ *((uint64_t *) virt_addr) = write_val; ++ read_result = *((uint64_t *) virt_addr); + break; + } + sprintf(fmt_str, "Write at address 0x%%08lX (%%p): 0x%%0%dlX, " +-- +2.7.4 + diff --git a/meta-oe/recipes-support/devmem2/devmem2/devmem2-fixups-2.patch b/meta-oe/recipes-support/devmem2/devmem2/devmem2-fixups-2.patch new file mode 100644 index 0000000000..4517797fc7 --- /dev/null +++ b/meta-oe/recipes-support/devmem2/devmem2/devmem2-fixups-2.patch @@ -0,0 +1,91 @@ +--- devmem2.c 2004-08-05 01:55:25.000000000 +0200 ++++ devmem2_modif.c 2011-01-13 15:48:37.798799784 +0100 +@@ -45,12 +45,16 @@ + #define MAP_SIZE 4096UL + #define MAP_MASK (MAP_SIZE - 1) + ++static inline void *fixup_addr(void *addr, size_t size); ++ + int main(int argc, char **argv) { + int fd; + void *map_base, *virt_addr; +- unsigned long read_result, writeval; ++ unsigned long read_result, write_val; + off_t target; + int access_type = 'w'; ++ char fmt_str[128]; ++ size_t data_size; + + if(argc < 2) { + fprintf(stderr, "\nUsage:\t%s { address } [ type [ data ] ]\n" +@@ -79,38 +83,51 @@ + virt_addr = map_base + (target & MAP_MASK); + switch(access_type) { + case 'b': ++ data_size = sizeof(unsigned char); ++ virt_addr = fixup_addr(virt_addr, data_size); + read_result = *((unsigned char *) virt_addr); + break; + case 'h': ++ data_size = sizeof(unsigned short); ++ virt_addr = fixup_addr(virt_addr, data_size); + read_result = *((unsigned short *) virt_addr); + break; + case 'w': ++ data_size = sizeof(unsigned long); ++ virt_addr = fixup_addr(virt_addr, data_size); + read_result = *((unsigned long *) virt_addr); + break; + default: + fprintf(stderr, "Illegal data type '%c'.\n", access_type); + exit(2); + } +- printf("Value at address 0x%X (%p): 0x%X\n", target, virt_addr, read_result); ++ sprintf(fmt_str, "Read at address 0x%%08lX (%%p): 0x%%0%dlX\n", 2*data_size); ++ printf(fmt_str, (unsigned long)target, virt_addr, read_result); + fflush(stdout); + + if(argc > 3) { +- writeval = strtoul(argv[3], 0, 0); ++ write_val = strtoul(argv[3], 0, 0); + switch(access_type) { + case 'b': +- *((unsigned char *) virt_addr) = writeval; ++ virt_addr = fixup_addr(virt_addr, sizeof(unsigned char)); ++ *((unsigned char *) virt_addr) = write_val; + read_result = *((unsigned char *) virt_addr); + break; + case 'h': +- *((unsigned short *) virt_addr) = writeval; ++ virt_addr = fixup_addr(virt_addr, sizeof(unsigned short)); ++ *((unsigned short *) virt_addr) = write_val; + read_result = *((unsigned short *) virt_addr); + break; + case 'w': +- *((unsigned long *) virt_addr) = writeval; ++ virt_addr = fixup_addr(virt_addr, sizeof(unsigned long)); ++ *((unsigned long *) virt_addr) = write_val; + read_result = *((unsigned long *) virt_addr); + break; + } +- printf("Written 0x%X; readback 0x%X\n", writeval, read_result); ++ sprintf(fmt_str, "Write at address 0x%%08lX (%%p): 0x%%0%dlX, " ++ "readback 0x%%0%dlX\n", 2*data_size, 2*data_size); ++ printf(fmt_str, (unsigned long)target, virt_addr, ++ write_val, read_result); + fflush(stdout); + } + +@@ -119,3 +136,12 @@ + return 0; + } + ++static inline void *fixup_addr(void *addr, size_t size) ++{ ++#ifdef FORCE_STRICT_ALIGNMENT ++ unsigned long aligned_addr = (unsigned long)addr; ++ aligned_addr &= ~(size - 1); ++ addr = (void *)aligned_addr; ++#endif ++ return addr; ++} From patchwork Sun May 15 13:49:19 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8058 X-Patchwork-Delegate: akuster808@gmail.com 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 59CB9C433FE for ; Sun, 15 May 2022 13:50:00 +0000 (UTC) Received: from mail-pf1-f181.google.com (mail-pf1-f181.google.com [209.85.210.181]) by mx.groups.io with SMTP id smtpd.web12.16978.1652622590826246546 for ; Sun, 15 May 2022 06:49:52 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=NeXrgIOd; spf=pass (domain: gmail.com, ip: 209.85.210.181, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f181.google.com with SMTP id bo5so11774012pfb.4 for ; Sun, 15 May 2022 06:49:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=r56M9SjvjwUIb0YI3eFQS09UialFIelShGpBVZ+2MV4=; b=NeXrgIOdo8RrEoMjK0ZER/8B/DDMWzYuwgZftKOXumIGtouvInupFY6gKJBxVCQzpV D2/YLlhx11hlmy9zbP4+mYkal63cnjFByE49vSp12Rc/cB5NJxhBvyq/mYhRp2qQ3mxm d4XVTRWwsbySu07L0hzysl5W2VGEZ8ESkXueHUZzXTyr9ehr/QH47MFHx5MxPEOIuY+F 07O5lABgphUCqDmQ2LS18Xmf4f0im62RWYSKAR59BHQMKDaviXbMDs1/A/u6IzX3ICkt Hq+FpAHFkNvQ/x+OyjBzRO4GPvtg7IgGOd1AQoBtcmyiREWeJiESjTxqRjiUjqbQpKhu 8boQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=r56M9SjvjwUIb0YI3eFQS09UialFIelShGpBVZ+2MV4=; b=jDfqXndGBFfdYkoEZftQ/WMAxQGx7C+kMh7uWsL2SFhdGVZ0vkuwpvE5S+7Detw/5X R+KG2V/HJlOt6T8oHBUNdWcfyIXviKuq4CyelyJebutPvYlGqcVVjzftRBybXfuunEw/ mSRAWo6DACW/meZWdJA3P2zsZRNJ1hSoKCd8cKXhJqb80TwuZtMUKgGYz/ovvSpUtMng Eixe6u7ia56OvC3LymYFcqaqCrtfuzGCTH26HGx6l4EENm0qZuVUPl5W/zFOc5qSAHOr FCcfdi1dvgOiMK1NIJjVGIUDvruA1Ltr8XBC93LyPlUm5huW52U0HlR6RvAJIpgbUbBj FQnw== X-Gm-Message-State: AOAM533KyDDIQZKlUShfxj+SNXCgyMI2r0xFJr/QlAmj2L1SGvUZ4WFL 6s7osny56PLDZ/Jh1aHaOviGdddczG/bUw== X-Google-Smtp-Source: ABdhPJxABR/Sxvs6NR7c1qRHuIkpiaL45pbnIM4SR308YeUqt3M3jD++G8qmptPku6U2YKaUBK3GIw== X-Received: by 2002:a63:69c7:0:b0:3c2:2b51:a4b6 with SMTP id e190-20020a6369c7000000b003c22b51a4b6mr11790388pgc.153.1652622591566; Sun, 15 May 2022 06:49:51 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.50 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:50 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 19/22] devmem2: add support for different page sizes Date: Sun, 15 May 2022 06:49:19 -0700 Message-Id: <2f5a9c8d33116997a27ac606c6fc2712290c2922.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:50:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97116 From: Denys Dmytriyenko Instead of hardcoding 4K page size, query the system and use the value for memory mapping. Signed-off-by: Denys Dmytriyenko Signed-off-by: Khem Raj (cherry picked from commit 3af1d119de53a92f4d0fbfb8a61f999d1d541253) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/devmem2/devmem2.bb | 4 ++- ...ort-different-page-sizes-at-run-time.patch | 35 +++++++++++++++++++ 2 files changed, 38 insertions(+), 1 deletion(-) create mode 100644 meta-oe/recipes-support/devmem2/devmem2/0001-devmem2-support-different-page-sizes-at-run-time.patch diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb index c6b8df5e47..ba7aad8ab9 100644 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ b/meta-oe/recipes-support/devmem2/devmem2.bb @@ -5,7 +5,9 @@ PR = "r7" SRC_URI = "http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \ file://devmem2-fixups-2.patch;apply=yes;striplevel=0 \ - file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch" + file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch \ + file://0001-devmem2-support-different-page-sizes-at-run-time.patch \ +" S = "${WORKDIR}" diff --git a/meta-oe/recipes-support/devmem2/devmem2/0001-devmem2-support-different-page-sizes-at-run-time.patch b/meta-oe/recipes-support/devmem2/devmem2/0001-devmem2-support-different-page-sizes-at-run-time.patch new file mode 100644 index 0000000000..0da0732c57 --- /dev/null +++ b/meta-oe/recipes-support/devmem2/devmem2/0001-devmem2-support-different-page-sizes-at-run-time.patch @@ -0,0 +1,35 @@ +From 0f6af48b2fbc71ec8abe862d3e9eb6da7b03538b Mon Sep 17 00:00:00 2001 +From: Denys Dmytriyenko +Date: Wed, 8 Aug 2018 14:38:00 -0400 +Subject: [PATCH] devmem2: support different page sizes at run-time + +Signed-off-by: Denys Dmytriyenko +--- + devmem2.c | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/devmem2.c b/devmem2.c +index 68131b2..76af2d6 100644 +--- a/devmem2.c ++++ b/devmem2.c +@@ -53,8 +53,6 @@ + #define FATAL do { fprintf(stderr, "Error at line %d, file %s (%d) [%s]\n", \ + __LINE__, __FILE__, errno, strerror(errno)); exit(1); } while(0) + +-#define MAP_SIZE 4096UL +-#define MAP_MASK (MAP_SIZE - 1) + + static inline void *fixup_addr(void *addr, size_t size); + +@@ -66,6 +64,8 @@ int main(int argc, char **argv) { + int access_type = 'w'; + char fmt_str[128]; + size_t data_size; ++ unsigned long MAP_SIZE = sysconf(_SC_PAGE_SIZE); ++ unsigned long MAP_MASK = (MAP_SIZE - 1); + + if(argc < 2) { + fprintf(stderr, "\nUsage:\t%s { address } [ type [ data ] ]\n" +-- +2.7.4 + From patchwork Sun May 15 13:49:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8055 X-Patchwork-Delegate: akuster808@gmail.com 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 5E388C433EF for ; Sun, 15 May 2022 13:50:00 +0000 (UTC) Received: from mail-pg1-f170.google.com (mail-pg1-f170.google.com [209.85.215.170]) by mx.groups.io with SMTP id smtpd.web11.16871.1652622593540171941 for ; Sun, 15 May 2022 06:49:53 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=D1Cem88e; spf=pass (domain: gmail.com, ip: 209.85.215.170, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f170.google.com with SMTP id g184so11790848pgc.1 for ; Sun, 15 May 2022 06:49:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=AtxfOHqBq0/+Ge8tA50maxDo/hmSHsFzssRDEPkDNGo=; b=D1Cem88esXABZ9ydpSX1NHbPEdRHw9Z7mtAVp589VctEQrXDl+6GWTLV4/h0EN97it erUTZJV3vHUXsytg1K3ias2y4hg4ZoyTOWYuzYztJDsWU5mbDeah0+ICkNqmCo4kDmbt ngNms2kVNU9LMix8EyX7cL2TUg+2pKRWIhZ60c1ck6zyn/tXkqbupV3lduP7CVQv5TWd AosTx72oYnzBIopHmZFao5eiNYOW8z/Jez3KRfz54hT+FQqa3uE82fd6EXqCH4g4+3dK jCdaxREO22Wkf4BZNxOTpxDoL9t5LBMbwGLFDrCDRPLSxAv+VjcUOZ1kdVwtLg6YAYDW /hJQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=AtxfOHqBq0/+Ge8tA50maxDo/hmSHsFzssRDEPkDNGo=; b=7IU/vMH00/SdkK5ZWPAvDFDebKjGlRR04Se9ln1B1DWpa6C8oPG6UYTm7zlJadd4jT 36pevrcgCjLP16IbXXMupA0EUNRmykolLmD0A4tKeipKyf3ZVSOQTuUxPynDJ5Cx0ESa u6wvJY7QmRoR7EreNcu39z8Tk0hkW9MWjtFAqEouQ//15/vYAZ8042h8pCUca7qKM/XX va32jeg7Bfqhggid4fn50/7Waz6eyne5zDYgYBVTIiX+3yzBK3kHbqO9HDUTzcLMluTT oQEjI2xEw3Jz6lr6YkSd+wv39L0iIXU8iw92/m7i1/Z9BICzrniIsD40ZP9JSjCMXVWm hqLQ== X-Gm-Message-State: AOAM530oVisDmN5kloAxEK8Pkn7jxFjukB4VtD6vxTPvW6Mq/URdXxTR YkXn6rhHJP0ty1whVV4tb1J8KiF+VsL/tQ== X-Google-Smtp-Source: ABdhPJysWy4K/zc3Z2b23GptmQM63lXVHG9Oe9MuK1L3pnW9XQHMpegs6G5iaQOz/SFBLmpeL7n0rQ== X-Received: by 2002:a63:1c61:0:b0:3d8:204b:9fa8 with SMTP id c33-20020a631c61000000b003d8204b9fa8mr12018255pgm.589.1652622592816; Sun, 15 May 2022 06:49:52 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.51 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:52 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 20/22] devmem2: update SRC_URI according to redirect Date: Sun, 15 May 2022 06:49:20 -0700 Message-Id: X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:50:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97117 From: Michael Opdenacker http://www.free-electrons.com now redirects to https://bootlin.com Signed-off-by: Michael Opdenacker Signed-off-by: Khem Raj (cherry picked from commit 1c3465b4d79400e5a197328ec36a755b7b558aa9) Signed-off-by: Armin Kuster --- meta-oe/recipes-support/devmem2/devmem2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-support/devmem2/devmem2.bb b/meta-oe/recipes-support/devmem2/devmem2.bb index ba7aad8ab9..70d4135216 100644 --- a/meta-oe/recipes-support/devmem2/devmem2.bb +++ b/meta-oe/recipes-support/devmem2/devmem2.bb @@ -3,7 +3,7 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://devmem2.c;endline=38;md5=a9eb9f3890384519f435aedf986297cf" PR = "r7" -SRC_URI = "http://www.free-electrons.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \ +SRC_URI = "https://bootlin.com/pub/mirror/devmem2.c;downloadfilename=devmem2-new.c \ file://devmem2-fixups-2.patch;apply=yes;striplevel=0 \ file://0001-devmem.c-ensure-word-is-32-bit-and-add-support-for-6.patch \ file://0001-devmem2-support-different-page-sizes-at-run-time.patch \ From patchwork Sun May 15 13:49:21 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8059 X-Patchwork-Delegate: akuster808@gmail.com 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 671CAC4332F for ; Sun, 15 May 2022 13:50:00 +0000 (UTC) Received: from mail-pf1-f173.google.com (mail-pf1-f173.google.com [209.85.210.173]) by mx.groups.io with SMTP id smtpd.web09.17039.1652622595642501101 for ; Sun, 15 May 2022 06:49:55 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=JtyL2ims; spf=pass (domain: gmail.com, ip: 209.85.210.173, mailfrom: akuster808@gmail.com) Received: by mail-pf1-f173.google.com with SMTP id p12so11824364pfn.0 for ; Sun, 15 May 2022 06:49:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=mRLj8QoIv7DG9TB13L7q0N7gFulplz8+TfepXawjDjI=; b=JtyL2imsCMDm7ChP6UuwR/uXXz6OUHnnzaUMqSDvAZrUQJz5h0/kB+yBEce7dWU25+ wkV+0NBAXBxXgCvQjygfUjdBh5UbaQeTeqtiQCzGs3jzFdSd1DTpofPZ/LJOxApAAeG6 Z9dH6QDzzbRfzisXoarg1bpYbWUmq9bHA6pn1h64xzTQ4L+89/WqQGirY7al70jXJ/If 3Ne6ODzbMFUGw0E9sCzbqwH7U1oP2ie33wp6LEcsWzVG21n4rGJhmdBV5EP4HhJC4ZnS fU0gnGp6Ck1IVVH650RI09QG7LeYtx5DCpiyEdkRJ8Z06XoKgaq8+XbQKMj7ZRoMU+TT E1tw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mRLj8QoIv7DG9TB13L7q0N7gFulplz8+TfepXawjDjI=; b=t9PSlpTLzCzvE/0TjpXsHBFphUfU1AwHw6FsaSG5NabClOv1/EeveoPYCRPYIQYzwu SME8X9chJj/qMaXgge+M5Fpn4KpVSQjWlvGjjc/V9MoKTef7lNZ2LFmF/ukzubGO4g1d Qi3f6xsfss5Ll2WYfGg2n7fdINGwFKo+1gPyFRpwhSDtjScTj78pHQWIOsRDR0Cc9Hvr BNuw3gF35FIby5Q8z87w9htXjT50HTBWwG3L/LJO/c4yo1jCH/aN246nRfToczxdye93 16TBJmCizCLikxfaEqm8xi01keXEhNCGNE3QU125GyzWeuQ+nRsWklVeRjYGmyWCog9V vwdg== X-Gm-Message-State: AOAM533ZMA0HkfbrW7mG4ULDr4mFUQIYKsBFTJlF7sASAVQ3XKLERR4N vcGBrGhwWUquPjN80oIIFSP2jm2uFwRa9A== X-Google-Smtp-Source: ABdhPJyWwZGHSJ0ooZVKIXB9cLEFpysG9uwamQ06KZRWyxJ4t1NIKPTLM4c5nfxawabv+WYkkqrZng== X-Received: by 2002:a63:da13:0:b0:3c6:4c0:e2f9 with SMTP id c19-20020a63da13000000b003c604c0e2f9mr11749308pgh.493.1652622594863; Sun, 15 May 2022 06:49:54 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.52 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:53 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 21/22] vboxguestdrivers: upgrade 6.1.32 -> 6.1.34 Date: Sun, 15 May 2022 06:49:21 -0700 Message-Id: <316fd1b35653bd6267ec4270d2afb7dcb5220eaa.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:50:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97118 From: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Gianfranco Costamagna Signed-off-by: Khem Raj (cherry picked from commit 0716b34c88e47458ef2d068474ddabfdca7fc779) Signed-off-by: Armin Kuster --- .../{vboxguestdrivers_6.1.32.bb => vboxguestdrivers_6.1.34.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_6.1.32.bb => vboxguestdrivers_6.1.34.bb} (97%) diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.32.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb similarity index 97% rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.32.bb rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb index a8cf32658c..5e0accb237 100644 --- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.32.bb +++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_6.1.34.bb @@ -16,7 +16,7 @@ SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 file://0001-utils-fix-build-against-5.15-libc-headers-headers.patch \ " -SRC_URI[sha256sum] = "5d11384200b4e943ad0056d2cf75980ae4bee852c89650e2914e1b34eedc2d2c" +SRC_URI[sha256sum] = "9c3ce1829432e5b8374f950698587038f45fb0492147dc200e59edb9bb75eb49" S ?= "${WORKDIR}/vbox_module" S:task-patch = "${WORKDIR}/${VBOX_NAME}" From patchwork Sun May 15 13:49:22 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: akuster808 X-Patchwork-Id: 8057 X-Patchwork-Delegate: akuster808@gmail.com 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 6822BC43219 for ; Sun, 15 May 2022 13:50:00 +0000 (UTC) Received: from mail-pg1-f169.google.com (mail-pg1-f169.google.com [209.85.215.169]) by mx.groups.io with SMTP id smtpd.web09.17040.1652622597084101797 for ; Sun, 15 May 2022 06:49:57 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=C4kOWjHT; spf=pass (domain: gmail.com, ip: 209.85.215.169, mailfrom: akuster808@gmail.com) Received: by mail-pg1-f169.google.com with SMTP id a19so11579797pgw.6 for ; Sun, 15 May 2022 06:49:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; bh=kzttu7y1XmLmIV54l2bAbg0tQbdlqYW1LYNF2McoSPE=; b=C4kOWjHTQh5Y362Pb9oAPEkTBL4Ry+SAkH6Mcr/BUMogjo37OKKwv14E8yfUhl8tOu wVRSIlE7WeEtOKQTj7ek3pQQ/Fn1qql3H357EUJHLjHT3hl1u5iyy+EOxUniymxmjkd7 aej+a8OuunZpeg3Mddnomgj60hdh2wQYHpKxAuDSBFzhobPggTEpfT719WXD9GxiD9rR 2X7pWvWfi6AQKCGNwahoil3lGiKmtdZZELXYcWcmWHngfyfvhJNEIxKtM5wzprb7FLiM Ohdop1cbldbqYIDpGP0rgbuA9ddMpFsyUWVpmpX2owROj07YR4zGK9gDR3pEpxn4rs2h 6y9g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=kzttu7y1XmLmIV54l2bAbg0tQbdlqYW1LYNF2McoSPE=; b=s68zrHDFXIq+PEM0D0+TACw/lX1+6gY9qyAVlu9esVaYWcN8kLI0VUWo/VFbA7sCZ2 O9oFknizAQAUSUodP/hh2Hb0qFoG+jJ4d+auu+X5/oxxTbGjHUE26xcjXmZYe9O7g2Fc Vvw9eVScBZV5wtQIQg6KCezeCEOQLea9z9Cty7HVyHEUzaMG7jzpipViH5k7dkIKroY9 IpxAOWPydDQqSF6WXL6ew3xgMZ0+xRfDA2k/dFY2S6kLI4HZ7yCwv6UGw6AQlz89ue6F kwZGDqdXBHtNTghP0vt2F7tF4SSupN6bdGmquwfGdbUC6xAg097EkVKegFrAHDzC7hH2 1g5w== X-Gm-Message-State: AOAM531yoKPdYf/OK937I5Ze3tIprrhnTnzpt2peT00m7Iw1fCstvFj/ ig9eQxjBRw0/O6jUw/vxcO4pz7lev8gz9g== X-Google-Smtp-Source: ABdhPJxA/LyG9G5KJvnLyyR5x6IzX3TCMO0suFaKLVb7BEmpQkhQ7Uox49Klstw773p9Z4I2TFrPcQ== X-Received: by 2002:a65:6b95:0:b0:3f2:638f:db1d with SMTP id d21-20020a656b95000000b003f2638fdb1dmr2172080pgw.604.1652622596323; Sun, 15 May 2022 06:49:56 -0700 (PDT) Received: from keaua.caveonetworks.com ([2601:202:4180:a5c0:48be:3d3d:c26:7949]) by smtp.gmail.com with ESMTPSA id z22-20020a63e556000000b003c644b2180asm4961650pgj.77.2022.05.15.06.49.54 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 15 May 2022 06:49:55 -0700 (PDT) From: Armin Kuster To: openembedded-devel@lists.openembedded.org Subject: [kirkstone 22/22] minidlna: fix obsolete license warning Date: Sun, 15 May 2022 06:49:22 -0700 Message-Id: <80aa238913a0c41bc0f823a0f141023313c3105f.1652622481.git.akuster808@gmail.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: References: 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, 15 May 2022 13:50:00 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/97119 From: Markus Volk Signed-off-by: Markus Volk Signed-off-by: Khem Raj (cherry picked from commit f26d0085d7bbbffd5fcfe6a1bb67cc338ebd1cbb) Signed-off-by: Armin Kuster --- meta-multimedia/recipes-multimedia/minidlna/minidlna.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc index b913a83931..4959a3c8d7 100644 --- a/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc +++ b/meta-multimedia/recipes-multimedia/minidlna/minidlna.inc @@ -1,6 +1,6 @@ DESCRIPTION = "MiniDLNA (aka ReadyDLNA) is server software with the aim of \ being fully compliant with DLNA/UPnP-AV clients." -LICENSE = "GPL-2.0|BSD-3-Clause" +LICENSE = "GPL-2.0-only|BSD-3-Clause" DEPENDS = "ffmpeg flac libav jpeg sqlite3 libexif libogg libid3tag libvorbis" # because it depends on libav which has commercial flag