Re: [yocto] how to know Poky kernel version before running it

2017-12-01 Thread Vincent Prince
Something like following command will give you every variables for kernel recipe: bitbake -e virtual/kernel | egrep '^[A-Z][A-Z_]*' You will find prefered version and source url variables. 2017-12-01 18:11 GMT+01:00 Steve Pavao : > Is there a definitive way to know at/after

[yocto] how to know Poky kernel version before running it

2017-12-01 Thread Steve Pavao
Is there a definitive way to know at/after build time what kernel version is being built via a particular bitbake of Poky? I don’t have the board on hand to boot the result of my work right now; it is a scout build for a board I’m getting soon. I’m trying to figure it out by browsing the