* Update sha256 checksums
* Switch to using functions from the l4t_* bbclass for forming
package names/versions
Signed-off-by: Matt Madison <matt@madison.systems>
The graphics demo deb package got refreshed with the
updated JetPack release. Stay up-to-date, even if the
content hasn't actually changed.
Signed-off-by: Matt Madison <matt@madison.systems>
Fixups for some changes made by the conversion script:
* some occurrences of '::' and ':}'
* '_arm64.deb' -> ':arm64.deb' changes in our SRC_URIs
* some '_'-> ':' conversions in other locations that shouldn't
have been made
Signed-off-by: Matt Madison <matt@madison.systems>
* Ran convert-overrides.py to generate the initial changes
* Manual cleanup afterwards (which was a lot, due to our
extensive use of overrides).
Signed-off-by: Matt Madison <matt@madison.systems>
Recipes that fetch from the L4T deb package feed
are still 32.5.1, but recipes that use the L4T
BSP tarball are updated.
Signed-off-by: Matt Madison <matt@madison.systems>
* URL paths for L4T packages changed again.
* The only JetPack package that changed is tegra-mmapi;
dropped a now-obsolete patch.
* Merged latest NVIDIA changes into the kernel repo via
subtree merge, including additions for Nano-2GB devkit
(which is not yet supported in the layer).
* cboot recipe left at 32.4.3 - no 32.4.4 sources available (yet).
* Slight modifications needed to machine configurations -
EMMC settings file for Nanos has been renamed.
* Patched l4t_bup_gen.func for tegra210 platforms to
skip jetson-nano-qspi-sd entries in the BUP when building
for the other tegra210 machines, since the script
now exits with an error when it can't find a file for
a BUP entry.
* Kernel recipe now points at a new branch, as there
were issues merging in the git subtree updates for
the NVIDIA-specific repos.
**Note** that TX1/Nano flash layout files have changed
in this release - the 'id=' field in the partition
entries are now used to set the partition number
in the GPT. Custom flash layout files should be
changed accordingly.
Signed-off-by: Matt Madison <matt@madison.systems>
The sources for the graphics demos (and the NVIDIA GL
extension headers) are identical across all the Tegras,
but extracting the sources from the BSP package (which
is SoC-specific) prevents us from sharing between SoCs
at build time.
Fix that by switching to using the Debian package feed
and just choosing one package for all builds. This
allows us to have this recipe (and its dependents)
be common across all of the Tegras.
Signed-off-by: Matt Madison <matt@madison.systems>