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>
The OE-core setup script now "validates" that config templates
are in a "good" place, so we have to move our templates to
conf/templates/<distro> instead of conf/template-<distro>,
and we have to update our .templateconf accordingly.
Signed-off-by: Matt Madison <matt@madison.systems>
so substrings of machine names in the list don't count
as valid (e.g. 'jetson-tx2' for 'jetson-tx2-devkit').
Signed-off-by: Matt Madison <matt@madison.systems>
With the change at a5b816f200
we are now validating distros are available before allowing them to
be used. This highlights a limitation with distro selection only
being allowed in predetermined directories, rather than supporting
redefining in any meta- sublayer.
Modify to support custom distros defined in proprietary layers.
Signed-off-by: Dan Walkes <danwalkes@boulderai.com>
To support the upcoming OE4T contributor guide wiki page, add
a script which generates a pre-commit hook with Signed-off-by
message appended.
Signed-off-by: Dan Walkes <danwalkes@boulderai.com>
Check that the -m and -d options specify recognized
machine and distro settings, respectively, when setting
up a new build directory.
Signed-off-by: Matt Madison <matt@madison.systems>
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>