All of lore.kernel.org
 help / color / mirror / Atom feed
* Hardknott - pseudo excluded from intercept_scripts
@ 2021-05-05  3:53 Chuck Wolber
  0 siblings, 0 replies; only message in thread
From: Chuck Wolber @ 2021-05-05  3:53 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 989 bytes --]

I was attempting an image build with Yocto Hardknott, and I ran into a
chown problem during do_rootfs(). I traced it down to
${WORKDIR}/intercept_scripts showing up in the PSEUDO_IGNORE_PATHS
environment variable.

This commit made the change:
https://git.openembedded.org/openembedded-core/commit/meta/classes/image.bbclass?id=9463be2292b942a1072eea88881b9644e55aadb9

I continued down the rabbit hole until I got here:
https://git.openembedded.org/openembedded-core/tree/meta/lib/oe/package_manager/__init__.py#n173

Line 192 specifically is the smoking gun. The files are being copied from
poky/scripts/postinst-intercepts into the ${WORKDIR}/intercept_scripts
directory and immediately failing when the copyFile utility attempts to do
a chown.

Is there any logical explanation for this? Is this a bug or am I doing
something wrong? Is there a workaround?

..Ch:W..

-- 
*"Perfection must be reached by degrees; she requires the slow hand of
time." - Voltaire*

[-- Attachment #2: Type: text/html, Size: 1621 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-05  3:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-05  3:53 Hardknott - pseudo excluded from intercept_scripts Chuck Wolber

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.