3 Commits

Author SHA1 Message Date
Ilies CHERGUI
181cde43f1 setup-env*: drop reference to NVIDIA_DEVNET_MIRROR
as we are no longer depending on the Nvidia SDK manager Downloads.

Signed-off-by: Ilies CHERGUI <ilies.chergui@gmail.com>
Signed-off-by: Matt Madison <matt@madison.systems>
2024-05-03 08:09:25 -07:00
Ilies CHERGUI
5fdcde820a setup-env: fix issue when using zsh shell
The zsh unset command only takes one argument, and doesn't
expand multi-word variables. Fix the cleanup code to unset one
variable at a time in a way that's compatible with both zsh and
bash.
2020-11-09 12:45:44 -08:00
Matt Madison
b27bbfb61a Initial population
Content imported from the old test distro, with the
following modifications:

* Removed most custom configuration files
* All open-source layers fully included under layers/
* Secureboot support removed
* Layout reworked to eliminate extra subdirectory for
  core layer
* Added meta-tegra-support layer for holding common
  metadata for use by all distro layers
* Reworked setup-env script to be usable for multiple
  distros sharing the repository
* Added demo image recipes and packagegroups

Signed-off-by: Matt Madison <matt@madison.systems>
2020-09-13 09:01:02 -07:00