Re: [yocto] Yocto staged builds?

2019-01-09 Thread Burton, Ross
On Tue, 8 Jan 2019 at 22:10, Edmund Nadolski wrote: > I'm thinking of a full build separated into say 3 sequential steps, A, B, and > C, with each step being some series of bitbake tasks. The idea is run all > the tasks in step A and then regain control so I can run some additional >

Re: [yocto] Yocto staged builds?

2019-01-09 Thread Edmund Nadolski
> -Original Message- > From: Burton, Ross > Sent: Friday, January 4, 2019 4:12 AM > To: Edmund Nadolski > Cc: Yocto-mailing-list > Subject: Re: [yocto] Yocto staged builds? > > On Fri, 21 Dec 2018 at 01:19, Edmund Nadolski > wrote: > > > Yocto i

Re: [yocto] Yocto staged builds?

2019-01-04 Thread Burton, Ross
On Fri, 21 Dec 2018 at 01:19, Edmund Nadolski wrote: > > Yocto is generally flexible enough that any signing that isn't currently > > doesn't > > wouldn't be too difficult to add. > > Thanks Ross. So sounds like it should be a matter of appending an addtask at > the > relevant part of each

Re: [yocto] Yocto staged builds?

2019-01-03 Thread Edmund Nadolski
> -Original Message- > From: Burton, Ross > Sent: Tuesday, December 18, 2018 12:48 PM > To: Edmund Nadolski > Cc: Yocto-mailing-list > Subject: Re: [yocto] Yocto staged builds? > > On Tue, 18 Dec 2018 at 16:07, Edmund Nadolski > wrote: > > Create

Re: [yocto] Yocto staged builds?

2018-12-18 Thread Burton, Ross
On Tue, 18 Dec 2018 at 16:07, Edmund Nadolski wrote: > Create and sign binary files (ie kernel, modules, dtb, …). Kernel modules can be signed. No idea about DTB. Also packages can be signed. > Create fs images from above and sign those. Depends how you want to sign the image, most likely

[yocto] Yocto staged builds?

2018-12-18 Thread Edmund Nadolski
Hello list, Can anyone pls. help me understand what Yocto/bitbake supports (or could support) in terms of staged builds? IOW, something like this sequence that performs nested signing of binaries: * Create and sign binary files (ie kernel, modules, dtb, ...). * Create fs images from