Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-27 Thread Robert Henz via lists.openembedded.org
I'll make you all a deal. When you all update your documentation ( https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded ) to include the procedure for setting up my personal gmail account to allow git send-email to work from my work laptop, I'll do it and submit my patch that

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-27 Thread Robert Henz via lists.openembedded.org
Ross, I was trying to use the Pull Request method because originally I thought it would mean I didn't have to use git send-email. Now, of course, I realize that it's just some helpful wrapper scripts around using git send-email. :-( -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent t

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-26 Thread Robert Henz via lists.openembedded.org
I have confirmed your patch worked for me. Perhaps the documentation should also be updated to indicate that remotes need to be cloned/added using the https protocol? I still can't send the resulting two files via git send-email (the final step), as I would have to do a significant amount of co

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-26 Thread Robert Henz via lists.openembedded.org
I think I'm missing some context. Not really understanding what this script is trying to accomplish I don't know what "remote branch" is vs "local branch". Should "remote branch" be "master" and the local branch be the branch with the change I want to make? Here's that script running with "set -

Re: [OE-core] PR to fix WantedBy parsing of systemctl

2022-09-26 Thread Robert Henz via lists.openembedded.org
On Tue, Sep 20, 2022 at 05:19 PM, Alexandre Belloni wrote: > > Hello, > > On 20/09/2022 17:55:42+0000, Robert Henz via lists.openembedded.org wrote: > > >> Hi everyone, >> >> I have a PR to fix the WantedBy parsing of the systemctl script. I >> tri

[OE-core] PR to fix WantedBy parsing of systemctl

2022-09-20 Thread Robert Henz via lists.openembedded.org
Hi everyone, I have a PR to fix the WantedBy parsing of the systemctl script. I tried to follow the process described in your wiki (https://www.openembedded.org/wiki/How_to_submit_a_patch_to_OpenEmbedded), but ran into some problems I wasn't able to figure out. I will attach the patch file for