Hi Nagesh, On 7/28/21 10:17 AM, Michael Opdenacker wrote: > Hi Nagesh, > > On 7/28/21 9:53 AM, nagesh shamnur wrote: >> Dear Group, >> When include newlib and libgloss under DEPENDS in custom recipe, >> then newlib compilation is successful however libgloss compilation >> fails since it is unable to find the needed include path under >> recipe-sysroot/usr/include. This patch is to fix this issue by >> including recipe-sysroot/usr/include while configuring libgloss. > > Many thanks for your patch corresponding to the fix that you found for > your recent issue! > > The patch looks good, but next time, it would be even better if you > could send it as an inline attachment (easiest to do with the "git > send-email" command). This makes it easier for people to review your > patch and in particular directly quote parts of your patch and comment > or reply on specific lines.
I overlooked your first message, in which you tried to send your patch as an inline attachment. Unfortunately, saving the e-mail and then trying to apply it with "git am" didn't work. I guess that's why you sent it as a regular attachment. You wouldn't have had this issue if you had sent it through "git send-email". To allow "git send-email" to send messages, there are details on https://docs.yoctoproject.org/dev-manual/common-tasks.html#using-email-to-submit-a-patch Since you have a Gmail account, you can configure git send-email to directly send e-mail through your account: git config --global sendemail.smtpserver smtp.googlemail.com git config --global sendemail.smtpserverport 587 git config --global sendemail.smtpencryption tls git config --global sendemail.smtpuser [email protected] git config --global sendemail.smtppass xxx I haven't tested this recently though. I hope this helps. Cheers, Michael. -- Michael Opdenacker, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154202): https://lists.openembedded.org/g/openembedded-core/message/154202 Mute This Topic: https://lists.openembedded.org/mt/84500632/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
