On 19/04/2023 11:02, Pelle Windestam wrote: > Any ideas? I do not know where to continue troubleshooting from here. Is > it possible to "debug" the postinstall scriptlet in the environment that > it is running in? > It's a shell script. You can add pwd, ls, echo commands, and whatever else you would do during debugging. set -x comes to my my mind although I don't remember having done that. I see no reason why it would not work. Whether there is a way to do it more interactively I don't know.
The output will be in the log file, I'd assume (although I have not had to debug any scriptlet recently). You could also use output redirection. Regards, Uwe Geuder Neuro Event Labs Oy Tampere, Finland
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#59728): https://lists.yoctoproject.org/g/yocto/message/59728 Mute This Topic: https://lists.yoctoproject.org/mt/98362025/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
