Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-09 Thread Konrad Weihmann
Thanks - missed that -> sent a v2 On 09.07.20 07:30, Jens Rehsack wrote: Am 08.07.2020 um 13:09 schrieb Konrad Weihmann : remove the traling blanks before the ;-delimiter, so one could use ^ here & subject: do you mean "trailing"? "_remove" to avoid

Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-09 Thread Jens Rehsack
> Am 09.07.2020 um 07:37 schrieb Jacob Kroon : > > On 7/9/20 7:30 AM, Jens Rehsack wrote: >>> Am 08.07.2020 um 13:09 schrieb Konrad Weihmann : >>> >>> remove the traling blanks before the ;-delimiter, so one could use >>^ >>here & subject: do you mean

Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-08 Thread Jacob Kroon
On 7/9/20 7:30 AM, Jens Rehsack wrote: Am 08.07.2020 um 13:09 schrieb Konrad Weihmann : remove the traling blanks before the ;-delimiter, so one could use ^ here & subject: do you mean "trailing"? "_remove" to avoid running tasks like

Re: [OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-08 Thread Jens Rehsack
> Am 08.07.2020 um 13:09 schrieb Konrad Weihmann : > > remove the traling blanks before the ;-delimiter, so one could use ^ here & subject: do you mean "trailing"? > "_remove" to avoid running tasks like 'rootfs_update_timestamp', > which are currently hardcoded

[OE-core] [PATCH 1/2] rootfs-post: remove traling blanks from tasks

2020-07-08 Thread Konrad Weihmann
remove the traling blanks before the ;-delimiter, so one could use "_remove" to avoid running tasks like 'rootfs_update_timestamp', which are currently hardcoded and not bound to any configurable feature flag Signed-off-by: Konrad Weihmann --- meta/classes/rootfs-postcommands.bbclass | 6 +++---