From: Denys Dmytriyenko <denis@denix.org>
To: reatmon@ti.com
Cc: Mahammed Sadik Shaik <s-sadik@ti.com>,
meta-ti@lists.yoctoproject.org,
Prudhvi Veeramachaneni <prudhvi@ti.com>
Subject: Re: [meta-ti] [master][PATCH v2 3/3] ti-jailhouse: Fix buildpaths QA warning
Date: Mon, 9 Mar 2026 14:58:08 -0400 [thread overview]
Message-ID: <20260309185808.GQ11121@denix.org> (raw)
In-Reply-To: <db6c1dd0-b13d-42d0-9d81-73fe1b2d9e9e@ti.com>
On Mon, Mar 09, 2026 at 12:08:36PM -0500, Ryan Eatmon via lists.yoctoproject.org wrote:
>
>
> On 3/9/2026 12:01 PM, Mahammed Sadik Shaik wrote:
> >Add -ffile-prefix-map flags to KCFLAGS to remove build path
> >references from kernel module compilation, ensuring reproducible
> >builds and preventing absolute path leakage in binaries.
> >
> >This resolves buildpaths QA warnings during packaging.
> >
> >Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>
> >---
> > meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> >diff --git a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
> >index 91076c9e..8308f0e5 100644
> >--- a/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
> >+++ b/meta-ti-extras/recipes-ti/jailhouse/ti-jailhouse.inc
> >@@ -80,8 +80,8 @@ USER_SPACE_CFLAGS = '${CFLAGS} -DLIBEXECDIR=\\\"${libexecdir}\\\" \
> > TOOLS_SRC_DIR = "${S}/tools"
> >-EXTRA_OEMAKE = "ARCH=${JH_ARCH} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" KDIR=${STAGING_KERNEL_BUILDDIR}"
> >-
> >+EXTRA_OEMAKE = "ARCH=${JH_ARCH} CROSS_COMPILE=${TARGET_PREFIX} CC="${CC}" KDIR=${STAGING_KERNEL_BUILDDIR} \
> >+ KCFLAGS='-ffile-prefix-map=${STAGING_KERNEL_BUILDDIR}/= -ffile-prefix-map=${STAGING_KERNEL_DIR}/='"
> > do_compile() {
> > oe_runmake V=1
> > }
Can you move V=1 into EXTRA_OEMAKE and remove overriding do_compile()
> Thank you. I was going to comment on the v1 to not disable buildpaths.
+1
next prev parent reply other threads:[~2026-03-09 18:58 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 17:01 [master][PATCH v2 0/3] jailhouse: Fix build issues and QA warnings Mahammed Sadik Shaik
2026-03-09 17:01 ` [master][PATCH v2 1/3] jailhouse: Fix JH_RAMFS image path Mahammed Sadik Shaik
2026-03-09 17:01 ` [master][PATCH v2 2/3] jailhouse-inmate: Inhibit debug package split Mahammed Sadik Shaik
2026-03-09 17:01 ` [master][PATCH v2 3/3] ti-jailhouse: Fix buildpaths QA warning Mahammed Sadik Shaik
2026-03-09 17:08 ` Ryan Eatmon
2026-03-09 18:58 ` Denys Dmytriyenko [this message]
2026-03-10 8:58 ` Sadik
2026-03-10 13:46 ` [meta-ti] " Andrew Davis
2026-03-10 17:11 ` Sadik
2026-03-10 13:52 ` [meta-ti] " Denys Dmytriyenko
2026-03-10 17:08 ` Sadik
2026-03-10 17:58 ` [meta-ti] " Andrew Davis
2026-03-10 19:35 ` Ryan Eatmon
2026-03-10 23:58 ` Sadik
2026-03-09 17:18 ` [master][PATCH v2 0/3] jailhouse: Fix build issues and QA warnings PRC Automation
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260309185808.GQ11121@denix.org \
--to=denis@denix.org \
--cc=meta-ti@lists.yoctoproject.org \
--cc=prudhvi@ti.com \
--cc=reatmon@ti.com \
--cc=s-sadik@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.