Re: [OE-core] [PATCH 01/10] package: Move fixup_perms function to bb function library

2023-01-04 Thread Richard Purdie
I'd guess people might be curious on the actual parsing/cache impacts of this series. To be honest I'm having trouble isolating a parsing time change for it, which is quite sad. Someone with a slower system or limiting it to a small set of cores might get some better results. I can see slight redu

[OE-core] [PATCH 01/10] package: Move fixup_perms function to bb function library

2023-01-04 Thread Richard Purdie
To avoid reparsing the bbclass code all the time, move the function to the python function library code which is more efficient. Signed-off-by: Richard Purdie --- meta/classes-global/package.bbclass | 238 +-- meta/lib/oe/package.py | 242