On Wed, 2022-07-13 at 14:36 -0400, Bruce Ashfield wrote:
On Tue, Jul 12, 2022 at 11:19 PM Bruce Ashfield via
lists.yoctoproject.org
<bruce.ashfield=gmail.com@...> wrote:
On Tue, Jul 12, 2022 at 6:45 PM Richard Purdie
<richard.purdie@...> wrote:
On Tue, 2022-07-12 at 10:40 -0400, bruce.ashfield@... wrote:
From: Bruce Ashfield <bruce.ashfield@...>
Updating linux-yocto/5.15 to the latest korg -stable release that comprises
the following commits:
Thanks, this test build showed two warnings. I have no idea why this
only showed up now:
beaglebone:
WARNING: linux-yocto-5.15.52+gitAUTOINC+f122fe59e7_3ec00e9ee0-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-yocto/5.15.52+gitAUTOINC+f122fe59e7_3ec00e9ee0-r0/linux-beaglebone_yocto-standard-build/arch/arm/include/generated/asm/mach-types.h in package linux-yocto-src contains reference to TMPDIR
beaglebond-alt:
WARNING: linux-yocto-5.10.128+gitAUTOINC+2f79722c50_aab4d34364-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-yocto/5.10.128+gitAUTOINC+2f79722c50_aab4d34364-r0/linux-beaglebone_yocto-standard-build/arch/arm/include/generated/asm/mach-types.h in package linux-yocto-src contains reference to TMPDIR
Yet another generation script referencing itself .. they seem to like
doing that.
I don't get the warning, but I do have the file with the reference in
it here, so I'll send a SRCREV bump with a fix Wednesday.
As you can see, patches are on the list. This one was an awk fix.
So now we have: shell, python, perl and awk to fix the full path
issues ... what's the next scripting language to hack ?
Thanks!
I did work out why this has seemed like a game of whack-a-mole. When
the AB summarises warnings, it prints the first line. The actual log
has more lines to it which I wasn't seeing until I looked at the full
log. In the case of beaglebone, this now says:
WARNING: linux-yocto-5.15.52+gitAUTOINC+f122fe59e7_d91bb88e58-r0 do_package_qa: QA Issue: File /usr/src/debug/linux-yocto/5.15.52+gitAUTOINC+f122fe59e7_d91bb88e58-r0/linux-beaglebone_yocto-standard-build/drivers/video/logo/logo_linux_clut224.c in package linux-yocto-src contains reference to TMPDIR
File /usr/src/debug/linux-yocto/5.15.52+gitAUTOINC+f122fe59e7_d91bb88e58-r0/linux-beaglebone_yocto-standard-build/drivers/video/logo/logo_linux_mono.c in package linux-yocto-src contains reference to TMPDIR
File /usr/src/debug/linux-yocto/5.15.52+gitAUTOINC+f122fe59e7_d91bb88e58-r0/linux-beaglebone_yocto-standard-build/drivers/video/logo/logo_linux_vga16.c in package linux-yocto-src contains reference to TMPDIR [buildpaths]
so three left and they look related. Which language do you hope for
this time?! :)
[I really appreciate the help on this. I'm hoping we're close now]
Cheers,
Richard