From patchwork Mon May 22 01:10:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 24242 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 3E05AC7EE23 for ; Mon, 22 May 2023 01:10:46 +0000 (UTC) Received: from mail-pf1-f179.google.com (mail-pf1-f179.google.com [209.85.210.179]) by mx.groups.io with SMTP id smtpd.web10.3013.1684717837570065672 for ; Sun, 21 May 2023 18:10:37 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20221208 header.b=mk/PQSsm; spf=pass (domain: gmail.com, ip: 209.85.210.179, mailfrom: raj.khem@gmail.com) Received: by mail-pf1-f179.google.com with SMTP id d2e1a72fcca58-64d2981e3abso2680253b3a.1 for ; Sun, 21 May 2023 18:10:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684717837; x=1687309837; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=pSQ9BXd44dUi8zw3WU8LuXHQjDWzRmadtS48QkraANM=; b=mk/PQSsm75dhAcQqpWfLQhbze4tM1IRxYBM3BQhPkLhxEVfFbGANKqrVd/MtwEseIE NWTmAyM6Pv5mc5qBq4P56ZoJ0vj8kU4GulVPZQ/y1j6V2i4iHPf468kcCAjkLWLR7xFU tVO+HIqMjkKIpvVxhTx3Q9X/jvHHH4UnZP5elhoQofQ8ftqMGePhfEhWpYWBnAM9KDd1 fzNiGsvjo/8Xak0l+xdsBWHPKWq5+kNQY5mzmzxlyzQorg5OXXG2NmSyhDkGxAMi9mOr 2gnRf5CQVbAE3QUUhDGxUhzSmo61o5MZd4+sgyE421yBZtyKUKUug9RjH5xcrlKWrc1S uiow== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684717837; x=1687309837; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=pSQ9BXd44dUi8zw3WU8LuXHQjDWzRmadtS48QkraANM=; b=ISQIaiko4+8yVp+/dybGja5Ew1RqIFyXapFCDuIxGnuphv0xNcWMLK3pDGlZ2mkpqh W1TcC4G+8Rjf0WRQleijVHX+Ag3UeMHvTgGmgPN5wYehBXR5Wij9YrI/nzANSbHxMR2S Gy9hk9Pr1VsmEEC3kr8l0hEgMo+uVa1t+Re9nMgr3iI7TLrJvRDDFtpv/f8lSS5cVubZ BUwkMvAxdebvj5uNhHUFS0APWKa91CUZV3CG75WKBkZva+SLwEkfItKfNs3P0c+1DCdy /sHt/q8+6lnko3HATPCyPGdDFNEC998UJ4DUypKGaPfqZOzFmOqMeLn8hVzT/6ThoXfs dHfQ== X-Gm-Message-State: AC+VfDzROMb+hRFyeDwZ0LkR+l2ElaCu8P2kMwVAX6KtKdfrWTGwMA3g c80CjedFwRLHKroYbzwiTDr6Y+FGCFg= X-Google-Smtp-Source: ACHHUZ6y5gRdN0lZ0hVGv5NzG6PwuIKEPIiu8pjJ/G4BOuyBNWo2rMrlrHLQpUlqRGngsHk3aSUsjA== X-Received: by 2002:a17:90b:1d01:b0:24e:109a:94e with SMTP id on1-20020a17090b1d0100b0024e109a094emr9268013pjb.7.1684717836576; Sun, 21 May 2023 18:10:36 -0700 (PDT) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:d380::c675]) by smtp.gmail.com with ESMTPSA id v23-20020a17090ae99700b002532d74fb59sm3037349pjy.22.2023.05.21.18.10.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 May 2023 18:10:36 -0700 (PDT) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 1/3] xrdb: Pass target CPP location to configure Date: Sun, 21 May 2023 18:10:32 -0700 Message-Id: <20230522011034.1311197-1-raj.khem@gmail.com> X-Mailer: git-send-email 2.40.1 MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 22 May 2023 01:10:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102692 CPP is encoded into xrdb binary and it ends up encoding the cpp from HOSTTOOLS location which obviously wont be where cpp will live at runtime Fixes WARNING: xrdb-1.2.1-r0 do_package_qa: QA Issue: File /usr/bin/xrdb in package xrdb contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj --- meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb index a8c5b3d0a4..20fdea1a54 100644 --- a/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb +++ b/meta-oe/recipes-graphics/xorg-app/xrdb_1.2.1.bb @@ -6,3 +6,5 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d1167c4f586bd41f0c62166db4384a69" DEPENDS += "libxmu" SRC_URI[sha256sum] = "4f5d031c214ffb88a42ae7528492abde1178f5146351ceb3c05f3b8d5abee8b4" + +EXTRA_OECONF += "--with-cpp=${bindir}/cpp" From patchwork Mon May 22 01:10:33 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 24243 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 401ADC7EE2D for ; Mon, 22 May 2023 01:10:46 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web10.3014.1684717838312734193 for ; Sun, 21 May 2023 18:10:38 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=ie30X/Jq; spf=pass (domain: gmail.com, ip: 209.85.216.41, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f41.google.com with SMTP id 98e67ed59e1d1-2553f2706bfso887729a91.1 for ; Sun, 21 May 2023 18:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684717837; x=1687309837; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=oPAaXrEtW6amsiTx3eimcol0pFweDbry2X7acPUrVLA=; b=ie30X/JqZsIyRXeelnkJee4ckupl6UjfC19Ofmx4b/4V/pKYrXu4e20DQaI3Vs/M7E W7kx1f8GoVlqZMIqyxJPvsdvpzs7SW5KSkIl8pbrXzrMHdPQVTjSGXfpCpyC/QuWAkOF A7TgJ1Se0v4cgVXo3lFIBhJSvSu9eet7ePMDPZJrH0PA8NpeHWkPLQ6PJOiIbOvONxCk /ZpT7b0yH75GYkBelz5uKFecXjTe9JgU1tjosY3rW/9dvhd+70LNIWrGvozhmyUaKgCK prjV85sOj3cCe2H1P051sjfBhOQEFGcbdhoyWiytZlsVYRn3pqwxAKh1AZ2zwpua9wAG 5CYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684717837; x=1687309837; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=oPAaXrEtW6amsiTx3eimcol0pFweDbry2X7acPUrVLA=; b=QUkt5HPdftOVEYc3vlNwrXRT2Ef4uDBf0nh2HlCs1ZlF4QV6tPvj12ZFCItJIrs3Fh OTgMIhJ/NLmhBLufo787JMJj+nE6vjGwrbSCjVr2iVgEncMt3s9ZHk2FjapNnwPXRHkC UeWMin2+bO8A5byvbtYlnV762EDxGtAsQZ60k8vzZib8Kk1n/O8/4uFLUKETMYvbXCfo VSn0HDqiY0GPCL5irfrA6YlKyxBTNGb9KZhKQlsMoUq2I3LyFR1gC2j+C0b+Z/mdc/EH pctxa84ckJvsqiDJ6Chkpcai2QbboCWCn3jMFz/ZRzPlQHl28/92A/W1NjCcqQiDWqEN xbvg== X-Gm-Message-State: AC+VfDzc3nqH+zn7hoMhzNhH07+VR9woI8SpqgEiINdwufbwRlrg4df5 dowfKwzUJK6rwvPnGKIzax7QRlW5Llc= X-Google-Smtp-Source: ACHHUZ4T2DsArODESZsucL+Ahkkdgz6LhZWOMldS/y8PMgcKQbJgyMWSp2EcdiRI+Q3Fcp6qR1gWpg== X-Received: by 2002:a17:90a:cb09:b0:250:78d0:f78c with SMTP id z9-20020a17090acb0900b0025078d0f78cmr10284088pjt.9.1684717837265; Sun, 21 May 2023 18:10:37 -0700 (PDT) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:d380::c675]) by smtp.gmail.com with ESMTPSA id v23-20020a17090ae99700b002532d74fb59sm3037349pjy.22.2023.05.21.18.10.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 May 2023 18:10:36 -0700 (PDT) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 2/3] mce-test: Update to latest Date: Sun, 21 May 2023 18:10:33 -0700 Message-Id: <20230522011034.1311197-2-raj.khem@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230522011034.1311197-1-raj.khem@gmail.com> References: <20230522011034.1311197-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 22 May 2023 01:10:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102693 Signed-off-by: Khem Raj --- meta-oe/recipes-support/mcelog/mce-test_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index f4f1b37d78..99487fd9b6 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb @@ -14,8 +14,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/utils/cpu/mce/mce-test.git;protocol=git; file://makefile-remove-ldflags.patch \ file://0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch \ " -SRCREV = "7643baf6c3919b3d727e6ba6c2e545dc6a653307" -PV = "20190917+git${SRCPV}" +SRCREV = "025014dedca39d2b8a57a82e52286e72e157d73a" +PV = "20222810+git${SRCPV}" RDEPENDS:${PN} = "mcelog mce-inject dialog bash" From patchwork Mon May 22 01:10:34 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Khem Raj X-Patchwork-Id: 24241 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 3C3B9C77B73 for ; Mon, 22 May 2023 01:10:46 +0000 (UTC) Received: from mail-pj1-f41.google.com (mail-pj1-f41.google.com [209.85.216.41]) by mx.groups.io with SMTP id smtpd.web10.3015.1684717838947717052 for ; Sun, 21 May 2023 18:10:39 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@gmail.com header.s=20221208 header.b=HEWKP7Rv; spf=pass (domain: gmail.com, ip: 209.85.216.41, mailfrom: raj.khem@gmail.com) Received: by mail-pj1-f41.google.com with SMTP id 98e67ed59e1d1-2553663f71eso966953a91.3 for ; Sun, 21 May 2023 18:10:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1684717838; x=1687309838; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=DU41XBPfB20sZSN8OW2nIFZkF5Uuyfgt9l2C1naapWE=; b=HEWKP7RvDqo7KwsTHKeKkqqZzGInCSgJZOyB4kOiARHRelLug56r0PO1ssJPjhfK3Z ZCgKp1YPrDPpS3kuKWAh/HProGrLVcgnrT2b8enzT1pj/wXCWcD7/1aI8HIf5DZYt5/2 sS3Qt4sr8z+Zi3i9JYrtBLGMoeyrjTDu4ZLSNGKAeQvvhnji3CT6HMwBGKUBs9vaJ26r +Z4JonteQZbvr2uX4ptPVQuslRQKilRHHNtKFfJY2hoPSwz4ETnKws0bNk7BQH1sm1FI Jr0tgSXq4pdDjk2Fdj35OdKhCn8wMX3DDLNyZkrPhW9QolRKtn/HmE6hcHOFVLhAbIJu UOEA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1684717838; x=1687309838; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=DU41XBPfB20sZSN8OW2nIFZkF5Uuyfgt9l2C1naapWE=; b=B+QUotZqWC3Qoi22TDdtmrhO0Iv0Jdta0EVG6xPoSX1/PCwnFtnKkK7cgF88XQG2ba 7Uv8c/XtYR38De7ZknBjw0/yJCNcxZxTHKcME/7L2DUQSirP2rzLw4JGL6FBHUdjjVC9 z53OicSHV2L38IyTAaudTP5hLO06uWZGiUW9Rga4naDDyUw/tbpnuIIiqyNiUZd+Phum shlKoV8Qk0V0UxT4q0oRGQCYMxB30ANb6LNByIE6ITyc2t6ruoOAt7cTlymRc5RU5wvk 0/63SjZYrFE8HQYV9ZMBwEQLBUENAyZBtr6XHPrwcJ9bwiAZhOqlaCzsd9kCroNQZCVx YKWQ== X-Gm-Message-State: AC+VfDwKPEqvAwRmmgqyMEjbJ9HwZ1iHYUB1ciRNrCaH1RR7UN2avAEE 7X77WLv4HYzoAP/0Wiz9X5XClIsVgYk= X-Google-Smtp-Source: ACHHUZ4/lfPW147cbh/ak6mLYG4UI5s0B4VsDM0XuUOW3SeJKdyitiLv0VDrKJGhBMjlFTQyh2B1Hw== X-Received: by 2002:a17:90b:4a0f:b0:252:8910:db42 with SMTP id kk15-20020a17090b4a0f00b002528910db42mr8966171pjb.1.1684717838026; Sun, 21 May 2023 18:10:38 -0700 (PDT) Received: from apollo.hsd1.ca.comcast.net ([2601:646:9181:d380::c675]) by smtp.gmail.com with ESMTPSA id v23-20020a17090ae99700b002532d74fb59sm3037349pjy.22.2023.05.21.18.10.37 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 21 May 2023 18:10:37 -0700 (PDT) From: Khem Raj To: openembedded-devel@lists.openembedded.org Cc: Khem Raj Subject: [meta-oe][PATCH 3/3] mce-test: Pass CFLAGS to make Date: Sun, 21 May 2023 18:10:34 -0700 Message-Id: <20230522011034.1311197-3-raj.khem@gmail.com> X-Mailer: git-send-email 2.40.1 In-Reply-To: <20230522011034.1311197-1-raj.khem@gmail.com> References: <20230522011034.1311197-1-raj.khem@gmail.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from li982-79.members.linode.com [45.33.32.79] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Mon, 22 May 2023 01:10:46 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-devel/message/102694 Fixes QA errors like below File /opt/mce-test/cases/function/erst-inject/erst-inject.o in package mce-test contains reference to TMPDIR Signed-off-by: Khem Raj --- meta-oe/recipes-support/mcelog/mce-test_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-oe/recipes-support/mcelog/mce-test_git.bb b/meta-oe/recipes-support/mcelog/mce-test_git.bb index 99487fd9b6..fd302db897 100644 --- a/meta-oe/recipes-support/mcelog/mce-test_git.bb +++ b/meta-oe/recipes-support/mcelog/mce-test_git.bb @@ -23,6 +23,8 @@ COMPATIBLE_HOST = '(i.86|x86_64).*-linux' S ="${WORKDIR}/git" +EXTRA_OEMAKE += "CFLAGS='${CFLAGS}'" + do_install:append(){ install -d ${D}/opt/mce-test cp -rf ${S}/* ${D}/opt/mce-test/