Re: [OE-core] [RFC PATCH v2 3/3] kernel.bbclass: use common strip()

2022-01-12 Thread Saul Wold
On 1/12/22 06:30, Bruce Ashfield wrote: On Tue, Jan 11, 2022 at 6:59 PM Saul Wold wrote: Re-use the runstrip() code from oe.packaging, for the kernel stripping process. Since runstrip() is python the kernel do_strip() need to be converted to Python also. The stripped kernel image will be

Re: [OE-core] [RFC PATCH v2 3/3] kernel.bbclass: use common strip()

2022-01-12 Thread Bruce Ashfield
On Tue, Jan 11, 2022 at 6:59 PM Saul Wold wrote: > > Re-use the runstrip() code from oe.packaging, for the kernel > stripping process. Since runstrip() is python the kernel do_strip() > need to be converted to Python also. The stripped kernel image > will be used for deployment in do_deploy().

[OE-core] [RFC PATCH v2 3/3] kernel.bbclass: use common strip()

2022-01-11 Thread Saul Wold
Re-use the runstrip() code from oe.packaging, for the kernel stripping process. Since runstrip() is python the kernel do_strip() need to be converted to Python also. The stripped kernel image will be used for deployment in do_deploy(). This will allow the package.bbclass to split an unstripped