Hi, in core20 manifest there is this part:
consoleconf-deb
and then at line 1017:
stage-packages: [] uname: ‘Linux 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:05:39 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux’
What uname is used for?
Thanks
Hi, in core20 manifest there is this part:
consoleconf-deb
and then at line 1017:
stage-packages: [] uname: ‘Linux 5.4.0-122-generic #138-Ubuntu SMP Wed Jun 22 15:05:39 UTC 2022 aarch64 aarch64 aarch64 GNU/Linux’
What uname is used for?
Thanks
his is the kernel that was running on the build machine when this particular core20 snap was created … the manifest.yaml tries to collect as much info about the build time environment as possible (installed packages on the build machine, used build or stage packages of the snap etc)
Thanks I imagined so looking at the build log.