**** BEGIN LOGGING AT Wed Aug 04 02:59:57 2021 Aug 04 12:56:37 hello? Aug 04 13:14:09 Hi cebrax. Probably you need to enable something using some PACKAGECONFIG option for the UBOOT component? Aug 04 13:15:03 Hmm, let me check, thank you Aug 04 13:16:26 Not 100% sure about that but it may be part of the issue. FYI, It seem #yocto has moved to Librera server. Aug 04 13:17:02 oh Aug 04 13:17:52 The link on the community page still directs to freenode https://old.yoctoproject.org/tools-resources/community/irc Aug 04 13:20:04 That one says *old*.yoctoproject. Check this one: https://www.yoctoproject.org/community/mailing-lists/ Aug 04 21:33:26 Hello...I have been trying to use git tag as part of the package name (the package that is output of a build using recipe) . However it is turning out to be difficult. PV variable is accessed during recipe parse time and fetch happens much later. I tried to put some code in do_package[prefuncs] which has a "git ls-remote ...." command but this command seems to look for git keys under /root/.ssh instead of $HOME/.ssh . However when I Aug 04 21:33:26 run same "git ls-remote ....." command in an anonymous function git searches from ssh keys inside $HOME/.ssh. . I am trying to understand why during do_package[prefunc] function git looks inside /root/.ssh instead of $HOME/.ssh. . Any ideas? Aug 04 22:02:11 I see...because do_install runs under fakeroot? **** ENDING LOGGING AT Thu Aug 05 03:00:12 2021