{"id":18574774,"url":"https://github.com/maxritter/meta-tegra","last_synced_at":"2026-01-24T22:07:19.776Z","repository":{"id":149103084,"uuid":"225185169","full_name":"maxritter/meta-tegra","owner":"maxritter","description":null,"archived":false,"fork":false,"pushed_at":"2019-12-01T15:40:03.000Z","size":1094,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T00:11:42.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"BitBake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/maxritter.png","metadata":{"files":{"readme":"README","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-01T15:39:20.000Z","updated_at":"2019-12-01T15:40:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"144cc082-ac29-4839-ac9b-e46ba21a1290","html_url":"https://github.com/maxritter/meta-tegra","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxritter/meta-tegra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2Fmeta-tegra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2Fmeta-tegra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2Fmeta-tegra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2Fmeta-tegra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxritter","download_url":"https://codeload.github.com/maxritter/meta-tegra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxritter%2Fmeta-tegra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737946,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-06T23:16:21.831Z","updated_at":"2026-01-24T22:07:19.761Z","avatar_url":"https://github.com/maxritter.png","language":"BitBake","funding_links":[],"categories":[],"sub_categories":[],"readme":"OpenEmbedded/Yocto BSP layer for NVIDIA Tegra X1/X2/AGX\n=======================================================\n\nBoards supported:\n* Jetson-TX1 development kit (Linux4Tegra R32.2.3, JetPack 4.2.3)\n* Jetson-TX2 development kit (Linux4Tegra R32.2.3, JetPack 4.2.3)\n* Jetson AGX Xavier development kit (Linux4Tegra R32.2.3, JetPack 4.2.3)\n* Jetson Nano development kit (Linux4Tegra R32.2.3, JetPack 4.2.3)\n\nAlso supported:\n* Jetson-TX2i module (Linux4Tegra R32.2.3, JetPack 4.2.3)\n* Jetson-TX2 4GB module (Linux4Tegra R32.2.3, JetPack 4.2.3)\n\nThis layer depends on:\nURI: git://git.openembedded.org/openembedded-core\nbranch: master\nLAYERSERIES_COMPAT: zeus\n\n\nPLEASE NOTE\n-----------\n\n* Starting with JetPack 4.2, packages outside the L4T BSP can\n  only be downloaded with an NVIDIA Developer Network login.\n  So to use CUDA 10, cuDNN, and any other packages that require\n  a Devnet login, you **must** create a Devnet account and\n  download the JetPack packages you need for your builds using\n  NVIDIA SDK Manager.\n\n  You must then set the variable NVIDIA_DEVNET_MIRROR to\n  \"file://path/to/the/downloads\" in your build configuration\n  (e.g., local.conf) to make them available to your bitbake\n  builds.\n\n* The SDK Manager downloads a different package of CUDA host-side\n  tools depending on whether you are running Ubuntu 16.04\n  or 18.04. If you downloaded the Ubuntu 16.04 package, you\n  should add\n\n      CUDA_BINARIES_NATIVE = \"cuda-binaries-ubuntu1604-native\"\n\n  to your build configuration so the CUDA recipes can find\n  them. Otherwise, the recipes will default to looking for\n  the Ubuntu 18.04 package.\n\n* The tensorrt 5.1.6 packages for Xavier are different from\n  those for TX1/TX2, even though the deb files have the same\n  name.  If you need to build for Xavier and another platform\n  and include tensorrt 5.1.6, create a subdirectory called\n  \"P2888\" under your NVIDIA_DEVNET_MIRROR directory, and copy\n  the Xavier tensorrt packages there. The non-Xavier copies\n  should go in the NVIDIA_DEVNET_MIRROR top level.\n\n* CUDA 10 supports up through gcc 7 only, and some NVIDIA-provided\n  binary libraries appear to be compiled with g++ 7 and cause linker\n  failures when building applications with g++ 6, so **only** gcc 7\n  should be used if you intend to use CUDA. See the following wiki\n  pages for instructions on including gcc 7 in your builds:\n\n  (https://github.com/madisongh/meta-tegra/wiki/Using-gcc7-from-the-contrib-layer)\n  (https://github.com/madisongh/meta-tegra/wiki/Using-linaro-gcc7-for-CUDA-support)\n\n\nContributing\n------------\n\nPlease use GitHub (https://github.com/madisongh/meta-tegra) to submit\nissues or pull requests, or add to the documentation on the wiki.\nContributions are welcome!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxritter%2Fmeta-tegra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxritter%2Fmeta-tegra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxritter%2Fmeta-tegra/lists"}