Closed dwalkes closed 4 years ago
Yeah, I held off on back-porting fb4f2fb for a couple of reasons - I wanted to be sure that builds checked out OK on master, and I didn't want to trigger massive rebuilds because of the change.
Builds on master seem to be checking out OK, and since this would generally be a desirable improvement, that probably outweighs the rebuild issue. I'll go ahead and back-port the change.
Hi @madisongh
This relates to discussion in #284
I think it would be great if people can get through mender setup with
core-image-base
without needing to mess with nvidia download tools, but if they can't I suppose should update the documentation to provide a link to the instructions about this. I was preparing the zeus meta-mender-community branch and noticed zeus-l4t-r32.3.1 build fails withoutNVIDIA_DEVNET_MIRROR
defined.However, cherry-picking https://github.com/madisongh/meta-tegra/commit/fb4f2fb3346b7f26e1a4296dd7c48d1333d88ee3 onto the zeus-l4t-r32.3.1 branch of meta-tegra resolves the issue and I can build core-image-base without
NVIDIA_DEVNET_MIRROR
on bothjetson-tx2
andjetson-nano-qspi-sd
which are the two officially supported mender platforms.Do you think it makes sense to plan to support
core-image-base
+ mender withoutNVIDIA_DEVNET_MIRROR
on warrior and later branches and, if so, would it be possible to get https://github.com/madisongh/meta-tegra/commit/fb4f2fb3346b7f26e1a4296dd7c48d1333d88ee3 cherry-picked into the zeus-l4t-r32.3.1 branch or would you like a new PR for this?Thanks!