**** BEGIN LOGGING AT Sat Dec 14 02:59:57 2019 Dec 14 09:47:30 Hi. I am trying to build Ruby gems from within Yocto environment. Everything works as expected for recepies with a signle string as their name, e.g. $GEM_git.bb. Problem is when gem has "_" (underscore) character in it's name, e.g. $GEM_NAME_git.bb. In that case bitbake fails to find a recepie and produces following error: Nothing PROVIDES '$GEM_NAME'. Close matches: $GEM. I assume it has something to do with BBFILE_PATTERN configuration, but I am not Dec 14 12:30:37 daniel_sk: have you tried setting PN directly in the recipe? Dec 14 15:56:22 RP: Thank you, I believe it works. **** ENDING LOGGING AT Sun Dec 15 02:59:57 2019