├── .github └── ISSUE_TEMPLATE │ └── meta-tegra-bug-report.md ├── .gitignore ├── CONTRIBUTING.md ├── LICENSE ├── README ├── README.md ├── SECURITY.md ├── classes-recipe ├── cuda-gcc.bbclass ├── cuda.bbclass ├── image_types_cboot.bbclass ├── image_types_tegra.bbclass ├── image_types_tegra_esp.bbclass ├── l4t-extlinux-config.bbclass ├── l4t_bsp.bbclass ├── l4t_deb_pkgfeed.bbclass ├── nvidia_devnet_downloads.bbclass ├── tegra-bup.bbclass ├── tegra-uefi-capsule-signing.bbclass ├── tegra-uefi-signing.bbclass └── tegra_opengl_required.bbclass ├── classes └── l4t_version.bbclass ├── conf ├── layer.conf └── machine │ ├── include │ ├── agx-orin.inc │ ├── devkit-wifi.inc │ ├── orin-nano.inc │ ├── orin-nx.inc │ ├── tegra-common.inc │ └── tegra234.inc │ ├── jetson-agx-orin-devkit-industrial.conf │ ├── jetson-agx-orin-devkit.conf │ ├── jetson-orin-nano-devkit-nvme.conf │ ├── jetson-orin-nano-devkit.conf │ ├── p3509-a02-p3767-0000.conf │ ├── p3737-0000-p3701-0004.conf │ ├── p3737-0000-p3701-0005.conf │ ├── p3768-0000-p3767-0000.conf │ ├── p3768-0000-p3767-0001.conf │ ├── p3768-0000-p3767-0003.conf │ └── p3768-0000-p3767-0004.conf ├── external ├── meta-python │ └── recipes-devtools │ │ └── python3-tensorrt │ │ ├── python3-tensorrt │ │ └── 0001-Fixups-for-cross-building-in-OE.patch │ │ └── python3-tensorrt_10.3.0.bb ├── openembedded-layer │ ├── recipes-devtools │ │ └── gie │ │ │ ├── tensorrt-plugins │ │ │ └── 0001-CMakeLists.txt-fix-cross-compilation-issues.patch │ │ │ └── tensorrt-plugins_10.3.0.bb │ ├── recipes-extended │ │ └── haveged │ │ │ ├── haveged │ │ │ └── haveged.service │ │ │ └── haveged_%.bbappend │ ├── recipes-multimedia │ │ └── v4l2apps │ │ │ ├── v4l-utils │ │ │ ├── 0001-Make-plugin-directory-relative-to-ORIGIN.patch │ │ │ └── 0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch │ │ │ └── v4l-utils_%.bbappend │ └── recipes-support │ │ ├── libusbgx │ │ ├── libusbgx-config.bbappend │ │ ├── libusbgx-config │ │ │ ├── l4t-gadget-config-setup.sh │ │ │ ├── l4t.schema.in │ │ │ └── usbgx-overrides.conf │ │ └── libusbgx_%.bbappend │ │ └── opencv │ │ ├── opencv │ │ ├── 0001-Fix-search-paths-in-FindCUDNN.cmake.patch │ │ └── 0002-Fix-broken-override-of-CUDA_TOOLKIT_TARGET_DIR-setti.patch │ │ └── opencv_4.12.%.bbappend ├── qt5-layer │ └── recipes-qt │ │ └── qt5 │ │ ├── qtbase │ │ └── 0001-eglfs-add-a-default-framebuffer-to-NVIDIA-eglstreams.patch │ │ └── qtbase_%.bbappend ├── qt6-layer │ └── recipes-qt │ │ └── qt6 │ │ └── qtbase_%.bbappend ├── sota │ └── recipes-bsp │ │ └── uefi │ │ ├── edk2-firmware-tegra │ │ ├── 0001-L4TLauncher-boot-syslinux-instead-of-extlinux-for-os.patch │ │ ├── 0002-l4tlauncher-support-booting-otaroot-based-partitions.patch │ │ └── 0003-l4tlauncher-disable-a-b-rootfs-validation.patch │ │ └── edk2-firmware-tegra_%.bbappend └── virtualization-layer │ └── recipes-containers │ ├── docker │ └── docker-moby_%.bbappend │ ├── libnvidia-container │ ├── libnvidia-container │ │ ├── 0001-OE-cross-build-fixups.patch │ │ └── 0002-fix-building-with-go-1-24.patch │ └── libnvidia-container_1.16.2.bb │ ├── nvidia-container-toolkit │ ├── nvidia-container-toolkit │ │ ├── 0001-Add-support-for-alternate-roots-for-tegra-CSV-handli.patch │ │ ├── generate-config.sh.in │ │ └── nvidia-container-setup.service.in │ └── nvidia-container-toolkit_1.16.2.bb │ └── nvidia-docker │ └── nvidia-docker_2.11.0.bb ├── lib └── oe4t │ ├── __init__.py │ └── dtbutils.py ├── recipes-bsp ├── alsa-state │ └── alsa-state.bbappend ├── arm-trusted-firmware │ ├── arm-trusted-firmware │ │ └── 0001-workaround-to-fix-ld.bfd-warning-binutils-version-2..patch │ └── arm-trusted-firmware_2.8-l4t-r36.4.4.bb ├── l4t-usb-device-mode │ ├── l4t-usb-device-mode.bb │ └── l4t-usb-device-mode │ │ ├── 70-l4t-usb-gadget.network │ │ ├── 70-l4tbr0.network │ │ ├── 98-usb-gadget-tty.rules │ │ └── l4tbr0.netdev ├── tegra-binaries │ ├── files │ │ ├── 0003-Convert-BUP_generator.py-to-Python3.patch │ │ ├── 0004-Convert-gen_tos_part_img.py-to-Python3.patch │ │ ├── 0006-Update-tegra-python-scripts-for-Python3.patch │ │ ├── 0009-Remove-xxd-dependency-from-l4t_sign_image.sh.patch │ │ ├── 0010-Rework-logging-in-l4t_sign_image.sh.patch │ │ └── 0013-Fix-location-of-bsp_version-file-in-l4t_bup_gen.func.patch │ ├── gstreamer1.0-plugins-tegra-binaryonly_36.4.4.bb │ ├── nv-tegra-release_36.4.4.bb │ ├── nvidia-l4t-optee_36.4.4.bb │ ├── tegra-argus-daemon │ │ ├── nvargus-daemon.init │ │ └── nvargus-daemon.service │ ├── tegra-argus-daemon_36.4.4.bb │ ├── tegra-binaries-36.4.4.inc │ ├── tegra-binaries_36.4.4.bb │ ├── tegra-bootfiles_36.4.4.bb │ ├── tegra-brcm-patchram_36.4.4.bb │ ├── tegra-configs-alsa │ │ └── asound.conf.tegra-hda-p3767-p3509 │ ├── tegra-configs-alsa_36.4.4.bb │ ├── tegra-configs │ │ ├── 0001-Patch-nv.sh-script-for-OE-use.patch │ │ ├── devices.csv │ │ ├── drivers.csv │ │ └── nv-l4t-bootloader-config.sh │ ├── tegra-configs_36.4.4.bb │ ├── tegra-container-passthrough_36.4.4.bb │ ├── tegra-cuda-utils_36.4.4.bb │ ├── tegra-debian-libraries-common.inc │ ├── tegra-eks-image-base_36.4.4.bb │ ├── tegra-eks-image_36.4.4.bb │ ├── tegra-firmware_36.4.4.bb │ ├── tegra-flashtools-native_36.4.4.bb │ ├── tegra-flashvars_36.4.4.bb │ ├── tegra-helper-scripts-native_36.4.4.bb │ ├── tegra-helper-scripts │ │ ├── find-jetson-usb.sh │ │ ├── initrd-flash.sh │ │ ├── make-sdcard.sh │ │ ├── nvflashxmlparse.py │ │ ├── rewrite-tegraflash-args.py │ │ ├── tegra-flash-helper.sh │ │ └── tegra-signimage-helper.sh │ ├── tegra-libraries-camera_36.4.4.bb │ ├── tegra-libraries-core_36.4.4.bb │ ├── tegra-libraries-cuda_36.4.4.bb │ ├── tegra-libraries-dla-compiler_36.4.4.bb │ ├── tegra-libraries-eglcore_36.4.4.bb │ ├── tegra-libraries-gbm-backend_36.4.4.bb │ ├── tegra-libraries-glescore_36.4.4.bb │ ├── tegra-libraries-glxcore_36.4.4.bb │ ├── tegra-libraries-multimedia-ds_36.4.4.bb │ ├── tegra-libraries-multimedia-utils_36.4.4.bb │ ├── tegra-libraries-multimedia-v4l_36.4.4.bb │ ├── tegra-libraries-multimedia_36.4.4.bb │ ├── tegra-libraries-nvdsseimeta_36.4.4.bb │ ├── tegra-libraries-nvml_36.4.4.bb │ ├── tegra-libraries-nvsci_36.4.4.bb │ ├── tegra-libraries-omx_36.4.4.bb │ ├── tegra-libraries-pva_36.4.4.bb │ ├── tegra-libraries-vulkan_36.4.4.bb │ ├── tegra-libraries-winsys_36.4.4.bb │ ├── tegra-nv-boot-control-config_36.4.4.bb │ ├── tegra-nvfancontrol │ │ ├── nvfancontrol.init │ │ └── nvfancontrol.service │ ├── tegra-nvfancontrol_36.4.4.bb │ ├── tegra-nvphs-base_36.4.4.bb │ ├── tegra-nvphs │ │ ├── nvphs.init │ │ └── nvphs.service │ ├── tegra-nvphs_36.4.4.bb │ ├── tegra-nvpmodel-base_36.4.4.bb │ ├── tegra-nvpmodel │ │ ├── nvpmodel.init │ │ └── nvpmodel.service │ ├── tegra-nvpmodel_36.4.4.bb │ ├── tegra-nvpower │ │ ├── 0001-Drop-bc-usage-and-remove-symlink-creation-functions.patch │ │ ├── nvpower.init │ │ └── nvpower.service │ ├── tegra-nvpower_36.4.4.bb │ ├── tegra-nvs-base_36.4.4.bb │ ├── tegra-nvs-service │ │ ├── nvs-service.init │ │ └── nvs-service.service │ ├── tegra-nvs-service_36.4.4.bb │ ├── tegra-nvsciipc-base_36.4.4.bb │ ├── tegra-nvsciipc │ │ ├── 61-nvsciipc.rules │ │ ├── nv_nvsciipc_init.init │ │ └── nv_nvsciipc_init.service │ ├── tegra-nvsciipc_36.4.4.bb │ ├── tegra-nvstartup │ │ ├── nvstartup.init │ │ └── nvstartup.service │ ├── tegra-nvstartup_36.4.4.bb │ ├── tegra-redundant-boot-base_36.4.4.bb │ ├── tegra-redundant-boot │ │ ├── nv_update_verifier.init │ │ └── nv_update_verifier.service │ ├── tegra-redundant-boot_36.4.4.bb │ ├── tegra-shared-binaries.inc │ ├── tegra-storage-layout-base_36.4.4.bb │ ├── tegra-storage-layout_36.4.4.bb │ ├── tegra-tools_36.4.4.bb │ ├── tegra-uefi-prebuilt_36.4.4.bb │ ├── tos-prebuilt_36.4.4.bb │ └── xserver-xorg-video-nvidia_36.4.4.bb ├── tegra-bluetooth │ ├── tegra-bluetooth │ │ ├── tegra-bluetooth-init.sh │ │ ├── tegra-bluetooth.rules │ │ └── tegra-bluetooth.service │ └── tegra-bluetooth_1.0.bb ├── tegra-sources │ └── tegra-sources-36.4.4.inc ├── tegra-wifi │ ├── tegra-wifi │ │ └── tegra-wifi.rules │ └── tegra-wifi_1.0.bb ├── tools │ ├── setup-nv-boot-control │ │ ├── esp.mount.in │ │ ├── oe4t-set-uefi-OSIndications │ │ ├── setup-nv-boot-control.init.in │ │ ├── setup-nv-boot-control.service.in │ │ ├── setup-nv-boot-control.sh.in │ │ └── uefi_common.func.in │ ├── setup-nv-boot-control_1.0.bb │ └── tegra-eeprom-tool_2.0.2.bb └── uefi │ ├── edk2-basetools-tegra-native_36.4.4.bb │ ├── edk2-firmware-core-tegra-36.4.4.inc │ ├── edk2-firmware-tegra-36.4.4.inc │ ├── edk2-firmware-tegra-minimal_36.4.4.bb │ ├── edk2-firmware-tegra_36.4.4.bb │ ├── edk2-firmware.inc │ ├── files │ ├── 0001-Update-tools_def.template-for-toolchain-differences.patch │ ├── 0002-L4TLauncher-allow-for-empty-missing-APPEND-line-in-e.patch │ ├── 0003-XusbControllerDxe-use-BaseMemoryLib-functions.patch │ ├── 0004-MdePkg-Check-if-compiler-has-__has_builtin-before-tr.patch │ ├── 0005-BaseFdtLib-Define-bool-only-for-C17-or-lower.patch │ ├── 0006-XsubcontrollerDxe-Fix-build-with-gcc-15.patch │ ├── 0007-BaseTools-Pccts-set-C-standard.patch │ ├── L4TConfiguration-RootfsRedundancyLevelABEnable.dtsi │ └── nvbuildconfig.py │ ├── l4t-launcher-extlinux.bb │ ├── l4t-launcher-rootfs-ab-config_1.0.bb │ ├── standalone-mm-optee-tegra_36.4.4.bb │ ├── tegra-espimage.bb │ ├── tegra-uefi-capsules_36.4.4.bb │ ├── tegra-uefi-keys-dtb.bb │ └── tegra-uefi-keys-dtb │ └── UefiDefaultSecurityKeys.dts ├── recipes-core ├── busybox │ ├── busybox │ │ └── cksum.cfg │ └── busybox_%.bbappend ├── images │ ├── tegra-initrd-flash-initramfs.bb │ └── tegra-minimal-initramfs.bb ├── initrdscripts │ ├── tegra-flash-init │ │ ├── init-extra-pre-wipe.sh │ │ ├── init-extra.sh │ │ ├── init-flash.sh │ │ ├── initrd-flash.scheme.in │ │ └── program-boot-device.sh │ ├── tegra-flash-init_1.0.bb │ ├── tegra-flash-reboot │ │ └── reboot-recovery.c │ ├── tegra-flash-reboot_1.0.bb │ ├── tegra-minimal-init │ │ ├── init-boot.sh │ │ └── platform-preboot.sh │ └── tegra-minimal-init_1.0.bb └── packagegroups │ ├── nativesdk-packagegroup-cuda-sdk-host.bb │ ├── packagegroup-base.bbappend │ ├── packagegroup-core-standalone-sdk-target.bbappend │ └── packagegroup-cross-canadian.bbappend ├── recipes-devtools ├── ccache │ ├── cuda-compiler-check-native_1.0.bb │ └── cuda-compiler-check │ │ └── cuda-compiler-check.sh ├── cmake │ └── tegra-cmake-overrides_1.0.3.bb ├── cuda │ ├── cuda-binaries-common-defs.inc │ ├── cuda-cccl │ │ └── 0001-Avoid-issues-with-function-like-macros-in-cmath.patch │ ├── cuda-cccl_12.6.37-1.bb │ ├── cuda-command-line-tools_12.6.11-1.bb │ ├── cuda-compat_12.6.36890662-1.bb │ ├── cuda-compatibility-workarounds │ │ └── math-vector.h │ ├── cuda-compatibility-workarounds_1.0.bb │ ├── cuda-compiler_12.6.11-1.bb │ ├── cuda-crt_12.6.68-1.bb │ ├── cuda-cudart_12.6.68-1.bb │ ├── cuda-cuobjdump_12.6.68-1.bb │ ├── cuda-cupti_12.6.68-1.bb │ ├── cuda-cuxxfilt_12.6.68-1.bb │ ├── cuda-driver_12.6.68-1.bb │ ├── cuda-environment │ │ ├── cuda_environment_setup.sh.in │ │ └── cuda_toolchain.cmake │ ├── cuda-gdb_12.6.68-1.bb │ ├── cuda-libraries_12.6.11-1.bb │ ├── cuda-nvcc-headers_12.6.68-1.bb │ ├── cuda-nvcc_12.6.68-1.bb │ ├── cuda-nvdisasm_12.6.68-1.bb │ ├── cuda-nvml_12.6.68-1.bb │ ├── cuda-nvprof_12.6.68-1.bb │ ├── cuda-nvprune_12.6.68-1.bb │ ├── cuda-nvrtc_12.6.68-1.bb │ ├── cuda-nvtx_12.6.68-1.bb │ ├── cuda-nvvm_12.6.68-1.bb │ ├── cuda-profiler-api_12.6.68-1.bb │ ├── cuda-samples_git.bb │ ├── cuda-sanitizer_12.6.68-1.bb │ ├── cuda-shared-binaries.inc │ ├── cuda-target-environment │ │ └── cuda_target.sh.in │ ├── cuda-target-environment_1.0.bb │ ├── cuda-toolkit_12.6.11-1.bb │ ├── libcublas_12.6.1.4-1.bb │ ├── libcudla_12.6.68-1.bb │ ├── libcufft_11.2.6.59-1.bb │ ├── libcufile_1.11.1.6-1.bb │ ├── libcurand_10.3.7.68-1.bb │ ├── libcusolver_11.6.4.69-1.bb │ ├── libcusparse_12.5.3.3-1.bb │ ├── libnpp_12.3.1.54-1.bb │ ├── libnvfatbin_12.6.68-1.bb │ ├── libnvjitlink_12.6.68-1.bb │ ├── libnvjpeg_12.3.3.54-1.bb │ └── nativesdk-cuda-environment_1.0.bb ├── cudnn │ ├── cudnn-samples_9.3.0.75-1.bb │ └── cudnn_9.3.0.75-1.bb ├── cupva │ └── cupva_2.5.3.bb ├── gcc-for-nvcc │ ├── gcc-for-nvcc-13.2.inc │ ├── gcc-for-nvcc-common.inc │ ├── gcc-for-nvcc-configure-common.inc │ ├── gcc-for-nvcc-cross-canadian.inc │ ├── gcc-for-nvcc-cross-canadian_13.2.bb │ ├── gcc-for-nvcc-cross.inc │ ├── gcc-for-nvcc-cross_13.2.bb │ ├── gcc-for-nvcc-crosssdk.inc │ ├── gcc-for-nvcc-crosssdk_13.2.bb │ ├── gcc-for-nvcc-multilib-config.inc │ ├── gcc-for-nvcc-runtime.inc │ ├── gcc-for-nvcc-runtime_13.2.bb │ ├── gcc-for-nvcc-shared-source.inc │ ├── gcc-for-nvcc-target.inc │ ├── gcc-for-nvcc │ │ ├── 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch │ │ ├── 0002-gcc-poison-system-directories.patch │ │ ├── 0003-64-bit-multilib-hack.patch │ │ ├── 0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch │ │ ├── 0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch │ │ ├── 0006-cpp-honor-sysroot.patch │ │ ├── 0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch │ │ ├── 0008-libtool.patch │ │ ├── 0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch │ │ ├── 0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch │ │ ├── 0011-aarch64-Fix-include-paths-when-S-B.patch │ │ ├── 0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch │ │ ├── 0013-Ensure-target-gcc-headers-can-be-included.patch │ │ ├── 0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch │ │ ├── 0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch │ │ ├── 0016-handle-sysroot-support-for-nativesdk-gcc.patch │ │ ├── 0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch │ │ ├── 0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch │ │ ├── 0019-Re-introduce-spe-commandline-options.patch │ │ ├── 0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch │ │ ├── 0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch │ │ ├── 0022-libatomic-Do-not-enforce-march-on-aarch64.patch │ │ ├── 0023-Fix-install-path-of-linux64.h.patch │ │ ├── 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch │ │ ├── 0025-gcc-testsuite-tweaks-for-mips-OE.patch │ │ ├── 0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch │ │ ├── 0027-Fix-gcc-vect-module-testcases.patch │ │ └── CVE-2023-4039.patch │ ├── gcc-for-nvcc_13.2.bb │ ├── gcc-source-for-nvcc.inc │ ├── gcc-source-for-nvcc_13.2.bb │ ├── libgcc-for-nvcc-common.inc │ ├── libgcc-for-nvcc-initial.inc │ ├── libgcc-for-nvcc-initial_13.2.bb │ ├── libgcc-for-nvcc.inc │ └── libgcc-for-nvcc_13.2.bb ├── gie │ ├── files │ │ └── 0001-Makefile-fix-cross-compilation-issues.patch │ ├── tensorrt-core_10.3.0.30-1.bb │ ├── tensorrt-plugins-prebuilt_10.3.0.30-1.bb │ ├── tensorrt-samples.inc │ ├── tensorrt-samples_10.3.0.30-1.bb │ ├── tensorrt-trtexec-prebuilt_10.3.0.30-1.bb │ └── tensorrt-trtexec_10.3.0.30-1.bb ├── nsight-systems │ └── nsight-systems_2024.5.4.34-245434855735v0.bb ├── python │ └── python3-kconfiglib-tegra_14.1.0.bb └── vpi │ └── libnvvpi3_3.2.4.bb ├── recipes-graphics ├── drm │ ├── libdrm_%.bbappend │ └── tegra-drm-headers_36.4.4.bb ├── l4t-graphics-demos │ ├── l4t-graphics-demos.inc │ ├── l4t-graphics-demos │ │ ├── 0001-Fix-stdbool.h-inclusion-check.patch │ │ ├── 0002-weston-dmabuf-formats-cross-build-fixes.patch │ │ └── 0003-Fix-use-of-wayland-protocols-in-nvgldemo-makefile.patch │ ├── l4t-graphics-demos_36.4.4.bb │ └── l4t-nvidia-glheaders_36.4.4.bb ├── libglvnd │ └── libglvnd_%.bbappend ├── mesa │ ├── egl-gbm │ │ └── 0001-gbm-display-handle-kms-display-only-devices-in-FindG.patch │ ├── egl-gbm_1.1.2.1.bb │ ├── mesa-demos_%.bbappend │ ├── mesa-gl.bbappend │ ├── mesa.bbappend │ └── tegra-udrm-gbm_1.1.1.bb ├── wayland │ ├── egl-wayland │ │ ├── 0001-Fix-wayland-eglstream-protocols-pc-file.patch │ │ ├── 0001-wayland-eglsurface-Change-type-of-timout-from-EGLint.patch │ │ └── nvidia_wayland.json │ ├── egl-wayland_git.bb │ └── eglexternalplatform_1.1.bb ├── xorg-xserver │ └── xserver-xorg_%.bbappend └── xwayland │ └── xwayland_24.1%.bbappend ├── recipes-kernel ├── linux │ ├── kernel-devsrc.bbappend │ ├── linux-jammy-nvidia-tegra-5.15 │ │ ├── disable-fw-user-helper.cfg │ │ ├── disable-module-signing.cfg │ │ ├── localversion_auto.cfg │ │ └── systemd.cfg │ ├── linux-jammy-nvidia-tegra_5.15.bb │ ├── linux-yocto-6.12 │ │ └── 0001-NVIDIA-SAUCE-soc-tegra-pmc-Add-sysfs-nodes-to-select.patch │ ├── linux-yocto │ │ └── tegra │ │ │ ├── r8169.cfg │ │ │ ├── rtw8822ce-wifi.cfg │ │ │ ├── tegra-drm.cfg │ │ │ ├── tegra-extra.cfg │ │ │ ├── tegra-governors.cfg │ │ │ ├── tegra-pcie.cfg │ │ │ ├── tegra-scsi-ufs.cfg │ │ │ ├── tegra-sound.cfg │ │ │ ├── tegra-usb.cfg │ │ │ ├── tegra-v4l2.cfg │ │ │ ├── tegra-virtualization.cfg │ │ │ └── tegra.cfg │ ├── linux-yocto_6.12.bbappend │ └── tegra-kernel.inc ├── nvidia-drm-loadconf │ ├── nvidia-drm-loadconf │ │ └── nvidia-drm-modprobe.conf.in │ └── nvidia-drm-loadconf_1.0.bb └── nvidia-kernel-oot │ ├── nvidia-kernel-oot-dtb_36.4.4.bb │ ├── nvidia-kernel-oot.inc │ ├── nvidia-kernel-oot │ ├── 0001-Makefile-update-for-OE-builds.patch │ ├── 0002-Fix-nvdisplay-modules-builds.patch │ ├── 0003-Fix-nvdisplay-conftest-gcc-14-compatibility-issues.patch │ ├── 0004-tegra-virt-alt-Remove-leading-from-include-path-from.patch │ └── 0005-conftest-work-around-stringify-issue-with-__assign_s.patch │ ├── nvidia-kernel-oot_36.4.4.bb │ └── nvidia-kernel-oot_git.bb ├── recipes-l4t-workarounds └── tar │ ├── tar-l4t-workaround-native_1.0.bb │ └── tar-l4t-workaround │ └── tar-wrapper.sh ├── recipes-multimedia ├── argus │ ├── argus-samples │ │ └── 0001-argus-apps-camera-replace-xxd-invocation-with-shell-.patch │ ├── argus-samples_36.4.4.bb │ ├── files │ │ └── 0001-Remove-DO-NOT-USE-declarations-from-v4l2_nv_extensio.patch │ ├── tegra-mmapi-36.4.4.inc │ ├── tegra-mmapi-samples │ │ ├── 0002-include-fix-jpeglib-header-inclusion.patch │ │ ├── 0003-tools-update-GetPixel.py-to-Python-3.patch │ │ ├── 0004-samples-classes-fix-a-data-race-in-shutting-down-deq.patch │ │ ├── 0005-samples-Rework-makefiles-and-rules.patch │ │ ├── 0007-frontend-add-option-to-set-timeout.patch │ │ ├── 0008-camera_v4l2_cuda-add-option-for-setting-max-frame-co.patch │ │ └── 0010-NvJpegDecoder-remove-unused-header-file.patch │ ├── tegra-mmapi-samples_36.4.4.bb │ └── tegra-mmapi_36.4.4.bb ├── gstreamer │ ├── gstreamer1.0-plugins-good_%.bbappend │ ├── gstreamer1.0-plugins-nvarguscamerasrc │ │ └── 0001-Build-fixups.patch │ ├── gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvcompositor │ │ └── 0001-Update-makefile-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvcompositor_1.20.5-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvdrmvideosink │ │ └── 0001-Update-makefile-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvdrmvideosink_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nveglgles │ │ ├── 0001-Makefile-fixes-for-OE-builds.patch │ │ ├── 0002-Fix-builds-without-x11.patch │ │ ├── 0003-Fix-builds-without-wayland.patch │ │ ├── 0004-Fix-builds-without-wayland-IVI-extensions.patch │ │ └── 0005-Convert-from-wl-shell-to-xdg-shell-for-wayland.patch │ ├── gstreamer1.0-plugins-nveglgles_1.2.3-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvipcpipeline │ │ └── 0001-Update-makefile-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvipcpipeline_1.20.1-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvjpeg │ │ └── use-nvjpeg-for-plugin-name.patch │ ├── gstreamer1.0-plugins-nvjpeg_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvtee │ │ └── 0001-Update-makefile-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvtee_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvunixfd │ │ └── 0001-Update-makefile-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvunixfd_1.20.1-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvv4l2camerasrc │ │ ├── 0001-Build-fixups.patch │ │ └── 0002-Clean-up-compiler-warnings.patch │ ├── gstreamer1.0-plugins-nvv4l2camerasrc_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvvidconv-1.20.5-r36.4.4 │ │ └── 0003-Update-allocator-to-use-actual-frame-sizes.patch │ ├── gstreamer1.0-plugins-nvvidconv │ │ ├── 0001-Update-makefile-for-OE-builds.patch │ │ └── 0002-Use-filter-function-for-fixating-caps.patch │ ├── gstreamer1.0-plugins-nvvidconv_1.20.5-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4 │ │ ├── 0001-v4l2videoenc-Fix-negotiation-caps-leak.patch │ │ ├── 0002-v4l2allocator-Fix-data-offset-bytesused-size-validat.patch │ │ ├── 0003-v4l2bufferpool-Avoid-set_flushing-warning.patch │ │ ├── 0004-gstv4l2videodec-use-ifdef-macro-for-consistency-with.patch │ │ ├── 0005-gstv4l2videodec-check-if-we-have-a-pool-before-the-l.patch │ │ ├── 0006-Fix-resource-leak-in-nvv4l2decoder.patch │ │ └── 0007-Makefile-fixes-for-OE-builds.patch │ ├── gstreamer1.0-plugins-nvvideo4linux2_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-nvvideosinks │ │ └── 0001-build-fixups.patch │ ├── gstreamer1.0-plugins-nvvideosinks_1.14.0-r36.4.4.bb │ ├── gstreamer1.0-plugins-tegra_1.14.0-r36.4.4.bb │ ├── libgstnvcustomhelper │ │ └── 0001-Makefile-fixups-for-OE-builds.patch │ ├── libgstnvcustomhelper_36.4.4.bb │ ├── nvgstapps │ │ └── 0002-Fix-stringop-truncation-warning.patch │ └── nvgstapps_36.4.4.bb └── libv4l2 │ ├── libv4l2-minimal │ ├── 0001-Make-plugin-directory-relative-to-ORIGIN.patch │ └── 0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch │ ├── libv4l2-minimal_1.26.1.bb │ └── libv4l2-nvvidconv-wrapper_git.bb ├── recipes-security └── optee │ ├── optee-client │ ├── 0001-Update-Makefile-for-OE-compatibility.patch │ ├── tee-supplicant.service.in │ └── tee-supplicant.sh.in │ ├── optee-client_4.2-l4t-r36.4.4.bb │ ├── optee-l4t.inc │ ├── optee-nvsamples-native_36.4.4.bb │ ├── optee-nvsamples │ └── 0001-Update-makefiles-for-OE-builds.patch │ ├── optee-nvsamples_36.4.4.bb │ ├── optee-os-l4t.inc │ ├── optee-os-tadevkit_4.2-l4t-r36.4.4.bb │ ├── optee-os_4.2-l4t-r36.4.4.bb │ ├── optee-test_4.2-l4t-r36.4.4.bb │ └── tos-optee_36.4.4.bb └── recipes-support ├── libusbgx └── libusbgx-tegra-initrd-flash_git.bb └── sbsigntool ├── sbsigntool ├── 0001-Updates-for-OE-cross-builds.patch └── 0002-ccan-simplify-SCOREDIR.patch └── sbsigntool_git.bb /.github/ISSUE_TEMPLATE/meta-tegra-bug-report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/.github/ISSUE_TEMPLATE/meta-tegra-bug-report.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/.gitignore -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/LICENSE -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/SECURITY.md -------------------------------------------------------------------------------- /classes-recipe/cuda-gcc.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/cuda-gcc.bbclass -------------------------------------------------------------------------------- /classes-recipe/cuda.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/cuda.bbclass -------------------------------------------------------------------------------- /classes-recipe/image_types_cboot.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/image_types_cboot.bbclass -------------------------------------------------------------------------------- /classes-recipe/image_types_tegra.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/image_types_tegra.bbclass -------------------------------------------------------------------------------- /classes-recipe/image_types_tegra_esp.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/image_types_tegra_esp.bbclass -------------------------------------------------------------------------------- /classes-recipe/l4t-extlinux-config.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/l4t-extlinux-config.bbclass -------------------------------------------------------------------------------- /classes-recipe/l4t_bsp.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/l4t_bsp.bbclass -------------------------------------------------------------------------------- /classes-recipe/l4t_deb_pkgfeed.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/l4t_deb_pkgfeed.bbclass -------------------------------------------------------------------------------- /classes-recipe/nvidia_devnet_downloads.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/nvidia_devnet_downloads.bbclass -------------------------------------------------------------------------------- /classes-recipe/tegra-bup.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/tegra-bup.bbclass -------------------------------------------------------------------------------- /classes-recipe/tegra-uefi-capsule-signing.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/tegra-uefi-capsule-signing.bbclass -------------------------------------------------------------------------------- /classes-recipe/tegra-uefi-signing.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/tegra-uefi-signing.bbclass -------------------------------------------------------------------------------- /classes-recipe/tegra_opengl_required.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/classes-recipe/tegra_opengl_required.bbclass -------------------------------------------------------------------------------- /classes/l4t_version.bbclass: -------------------------------------------------------------------------------- 1 | L4T_VERSION ?= "36.4.4" 2 | -------------------------------------------------------------------------------- /conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/layer.conf -------------------------------------------------------------------------------- /conf/machine/include/agx-orin.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/agx-orin.inc -------------------------------------------------------------------------------- /conf/machine/include/devkit-wifi.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/devkit-wifi.inc -------------------------------------------------------------------------------- /conf/machine/include/orin-nano.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/orin-nano.inc -------------------------------------------------------------------------------- /conf/machine/include/orin-nx.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/orin-nx.inc -------------------------------------------------------------------------------- /conf/machine/include/tegra-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/tegra-common.inc -------------------------------------------------------------------------------- /conf/machine/include/tegra234.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/include/tegra234.inc -------------------------------------------------------------------------------- /conf/machine/jetson-agx-orin-devkit-industrial.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/jetson-agx-orin-devkit-industrial.conf -------------------------------------------------------------------------------- /conf/machine/jetson-agx-orin-devkit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/jetson-agx-orin-devkit.conf -------------------------------------------------------------------------------- /conf/machine/jetson-orin-nano-devkit-nvme.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/jetson-orin-nano-devkit-nvme.conf -------------------------------------------------------------------------------- /conf/machine/jetson-orin-nano-devkit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/jetson-orin-nano-devkit.conf -------------------------------------------------------------------------------- /conf/machine/p3509-a02-p3767-0000.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3509-a02-p3767-0000.conf -------------------------------------------------------------------------------- /conf/machine/p3737-0000-p3701-0004.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3737-0000-p3701-0004.conf -------------------------------------------------------------------------------- /conf/machine/p3737-0000-p3701-0005.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3737-0000-p3701-0005.conf -------------------------------------------------------------------------------- /conf/machine/p3768-0000-p3767-0000.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3768-0000-p3767-0000.conf -------------------------------------------------------------------------------- /conf/machine/p3768-0000-p3767-0001.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3768-0000-p3767-0001.conf -------------------------------------------------------------------------------- /conf/machine/p3768-0000-p3767-0003.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3768-0000-p3767-0003.conf -------------------------------------------------------------------------------- /conf/machine/p3768-0000-p3767-0004.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/conf/machine/p3768-0000-p3767-0004.conf -------------------------------------------------------------------------------- /external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt/0001-Fixups-for-cross-building-in-OE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt/0001-Fixups-for-cross-building-in-OE.patch -------------------------------------------------------------------------------- /external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_10.3.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/meta-python/recipes-devtools/python3-tensorrt/python3-tensorrt_10.3.0.bb -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins/0001-CMakeLists.txt-fix-cross-compilation-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins/0001-CMakeLists.txt-fix-cross-compilation-issues.patch -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins_10.3.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-devtools/gie/tensorrt-plugins_10.3.0.bb -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-extended/haveged/haveged/haveged.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-extended/haveged/haveged/haveged.service -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-extended/haveged/haveged_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-extended/haveged/haveged_%.bbappend -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils/0001-Make-plugin-directory-relative-to-ORIGIN.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils/0001-Make-plugin-directory-relative-to-ORIGIN.patch -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-multimedia/v4l2apps/v4l-utils_%.bbappend -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/libusbgx/libusbgx-config.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/libusbgx/libusbgx-config.bbappend -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/libusbgx/libusbgx-config/l4t-gadget-config-setup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/libusbgx/libusbgx-config/l4t-gadget-config-setup.sh -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/libusbgx/libusbgx-config/l4t.schema.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/libusbgx/libusbgx-config/l4t.schema.in -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/libusbgx/libusbgx-config/usbgx-overrides.conf: -------------------------------------------------------------------------------- 1 | [Service] 2 | ExecStartPre=/usr/bin/l4t-gadget-config-setup 3 | -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/libusbgx/libusbgx_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/libusbgx/libusbgx_%.bbappend -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/opencv/opencv/0001-Fix-search-paths-in-FindCUDNN.cmake.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/opencv/opencv/0001-Fix-search-paths-in-FindCUDNN.cmake.patch -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/opencv/opencv/0002-Fix-broken-override-of-CUDA_TOOLKIT_TARGET_DIR-setti.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/opencv/opencv/0002-Fix-broken-override-of-CUDA_TOOLKIT_TARGET_DIR-setti.patch -------------------------------------------------------------------------------- /external/openembedded-layer/recipes-support/opencv/opencv_4.12.%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/openembedded-layer/recipes-support/opencv/opencv_4.12.%.bbappend -------------------------------------------------------------------------------- /external/qt5-layer/recipes-qt/qt5/qtbase/0001-eglfs-add-a-default-framebuffer-to-NVIDIA-eglstreams.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/qt5-layer/recipes-qt/qt5/qtbase/0001-eglfs-add-a-default-framebuffer-to-NVIDIA-eglstreams.patch -------------------------------------------------------------------------------- /external/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend -------------------------------------------------------------------------------- /external/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/qt6-layer/recipes-qt/qt6/qtbase_%.bbappend -------------------------------------------------------------------------------- /external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0001-L4TLauncher-boot-syslinux-instead-of-extlinux-for-os.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0001-L4TLauncher-boot-syslinux-instead-of-extlinux-for-os.patch -------------------------------------------------------------------------------- /external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0002-l4tlauncher-support-booting-otaroot-based-partitions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0002-l4tlauncher-support-booting-otaroot-based-partitions.patch -------------------------------------------------------------------------------- /external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0003-l4tlauncher-disable-a-b-rootfs-validation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/sota/recipes-bsp/uefi/edk2-firmware-tegra/0003-l4tlauncher-disable-a-b-rootfs-validation.patch -------------------------------------------------------------------------------- /external/sota/recipes-bsp/uefi/edk2-firmware-tegra_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/sota/recipes-bsp/uefi/edk2-firmware-tegra_%.bbappend -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/docker/docker-moby_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/docker/docker-moby_%.bbappend -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container/0001-OE-cross-build-fixups.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container/0001-OE-cross-build-fixups.patch -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container/0002-fix-building-with-go-1-24.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container/0002-fix-building-with-go-1-24.patch -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container_1.16.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/libnvidia-container/libnvidia-container_1.16.2.bb -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/0001-Add-support-for-alternate-roots-for-tegra-CSV-handli.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/0001-Add-support-for-alternate-roots-for-tegra-CSV-handli.patch -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/generate-config.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/generate-config.sh.in -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/nvidia-container-setup.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit/nvidia-container-setup.service.in -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit_1.16.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/nvidia-container-toolkit/nvidia-container-toolkit_1.16.2.bb -------------------------------------------------------------------------------- /external/virtualization-layer/recipes-containers/nvidia-docker/nvidia-docker_2.11.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/external/virtualization-layer/recipes-containers/nvidia-docker/nvidia-docker_2.11.0.bb -------------------------------------------------------------------------------- /lib/oe4t/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/lib/oe4t/__init__.py -------------------------------------------------------------------------------- /lib/oe4t/dtbutils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/lib/oe4t/dtbutils.py -------------------------------------------------------------------------------- /recipes-bsp/alsa-state/alsa-state.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/alsa-state/alsa-state.bbappend -------------------------------------------------------------------------------- /recipes-bsp/arm-trusted-firmware/arm-trusted-firmware/0001-workaround-to-fix-ld.bfd-warning-binutils-version-2..patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware/0001-workaround-to-fix-ld.bfd-warning-binutils-version-2..patch -------------------------------------------------------------------------------- /recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.8-l4t-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.8-l4t-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode.bb -------------------------------------------------------------------------------- /recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/70-l4t-usb-gadget.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/70-l4t-usb-gadget.network -------------------------------------------------------------------------------- /recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/70-l4tbr0.network: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/70-l4tbr0.network -------------------------------------------------------------------------------- /recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/98-usb-gadget-tty.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/98-usb-gadget-tty.rules -------------------------------------------------------------------------------- /recipes-bsp/l4t-usb-device-mode/l4t-usb-device-mode/l4tbr0.netdev: -------------------------------------------------------------------------------- 1 | [NetDev] 2 | Name=l4tbr0 3 | Kind=bridge 4 | -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0003-Convert-BUP_generator.py-to-Python3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0003-Convert-BUP_generator.py-to-Python3.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0004-Convert-gen_tos_part_img.py-to-Python3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0004-Convert-gen_tos_part_img.py-to-Python3.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0006-Update-tegra-python-scripts-for-Python3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0006-Update-tegra-python-scripts-for-Python3.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0009-Remove-xxd-dependency-from-l4t_sign_image.sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0009-Remove-xxd-dependency-from-l4t_sign_image.sh.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0010-Rework-logging-in-l4t_sign_image.sh.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0010-Rework-logging-in-l4t_sign_image.sh.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/files/0013-Fix-location-of-bsp_version-file-in-l4t_bup_gen.func.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/files/0013-Fix-location-of-bsp_version-file-in-l4t_bup_gen.func.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/gstreamer1.0-plugins-tegra-binaryonly_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/gstreamer1.0-plugins-tegra-binaryonly_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/nv-tegra-release_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/nv-tegra-release_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/nvidia-l4t-optee_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/nvidia-l4t-optee_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-argus-daemon/nvargus-daemon.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-argus-daemon/nvargus-daemon.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-argus-daemon/nvargus-daemon.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-argus-daemon/nvargus-daemon.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-argus-daemon_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-argus-daemon_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-binaries-36.4.4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-binaries-36.4.4.inc -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-binaries_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-binaries_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-bootfiles_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-bootfiles_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-brcm-patchram_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-brcm-patchram_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs-alsa/asound.conf.tegra-hda-p3767-p3509: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs-alsa/asound.conf.tegra-hda-p3767-p3509 -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs-alsa_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs-alsa_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs/0001-Patch-nv.sh-script-for-OE-use.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs/0001-Patch-nv.sh-script-for-OE-use.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs/devices.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs/devices.csv -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs/drivers.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs/drivers.csv -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs/nv-l4t-bootloader-config.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs/nv-l4t-bootloader-config.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-configs_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-configs_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-container-passthrough_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-container-passthrough_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-cuda-utils_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-cuda-utils_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-debian-libraries-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-debian-libraries-common.inc -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-eks-image-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-eks-image-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-eks-image_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-eks-image_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-firmware_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-firmware_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-flashtools-native_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-flashtools-native_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-flashvars_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-flashvars_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts-native_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts-native_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/find-jetson-usb.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/find-jetson-usb.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/initrd-flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/initrd-flash.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/make-sdcard.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/make-sdcard.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/nvflashxmlparse.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/nvflashxmlparse.py -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/rewrite-tegraflash-args.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/rewrite-tegraflash-args.py -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-flash-helper.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-signimage-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-helper-scripts/tegra-signimage-helper.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-camera_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-camera_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-core_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-core_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-cuda_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-cuda_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-dla-compiler_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-dla-compiler_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-eglcore_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-eglcore_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-gbm-backend_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-gbm-backend_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-glescore_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-glescore_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-glxcore_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-glxcore_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-multimedia-ds_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-multimedia-ds_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-multimedia-utils_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-multimedia-utils_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-multimedia-v4l_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-multimedia-v4l_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-multimedia_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-multimedia_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-nvdsseimeta_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-nvdsseimeta_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-nvml_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-nvml_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-nvsci_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-nvsci_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-omx_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-omx_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-pva_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-pva_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-vulkan_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-vulkan_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-libraries-winsys_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-libraries-winsys_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nv-boot-control-config_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nv-boot-control-config_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvfancontrol/nvfancontrol.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvfancontrol/nvfancontrol.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvfancontrol/nvfancontrol.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvfancontrol/nvfancontrol.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvfancontrol_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvfancontrol_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvphs-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvphs-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvphs/nvphs.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvphs/nvphs.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvphs/nvphs.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvphs/nvphs.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvphs_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvphs_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpmodel-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpmodel-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpmodel/nvpmodel.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpmodel/nvpmodel.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpmodel/nvpmodel.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpmodel/nvpmodel.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpmodel_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpmodel_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpower/0001-Drop-bc-usage-and-remove-symlink-creation-functions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpower/0001-Drop-bc-usage-and-remove-symlink-creation-functions.patch -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpower/nvpower.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpower/nvpower.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpower/nvpower.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpower/nvpower.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvpower_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvpower_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvs-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvs-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvs-service/nvs-service.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvs-service/nvs-service.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvs-service/nvs-service.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvs-service/nvs-service.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvs-service_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvs-service_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvsciipc-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvsciipc-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvsciipc/61-nvsciipc.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvsciipc/61-nvsciipc.rules -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvsciipc/nv_nvsciipc_init.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvsciipc/nv_nvsciipc_init.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvsciipc/nv_nvsciipc_init.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvsciipc/nv_nvsciipc_init.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvsciipc_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvsciipc_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvstartup/nvstartup.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvstartup/nvstartup.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvstartup/nvstartup.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvstartup/nvstartup.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-nvstartup_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-nvstartup_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-redundant-boot-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-redundant-boot-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-redundant-boot/nv_update_verifier.init: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-redundant-boot/nv_update_verifier.init -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-redundant-boot/nv_update_verifier.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-redundant-boot/nv_update_verifier.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-redundant-boot_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-redundant-boot_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-shared-binaries.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-shared-binaries.inc -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-storage-layout-base_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-storage-layout-base_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-storage-layout_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-storage-layout_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-tools_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-tools_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tegra-uefi-prebuilt_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tegra-uefi-prebuilt_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/tos-prebuilt_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/tos-prebuilt_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-binaries/xserver-xorg-video-nvidia_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-binaries/xserver-xorg-video-nvidia_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth-init.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth-init.sh -------------------------------------------------------------------------------- /recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth.rules -------------------------------------------------------------------------------- /recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-bluetooth/tegra-bluetooth/tegra-bluetooth.service -------------------------------------------------------------------------------- /recipes-bsp/tegra-bluetooth/tegra-bluetooth_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-bluetooth/tegra-bluetooth_1.0.bb -------------------------------------------------------------------------------- /recipes-bsp/tegra-sources/tegra-sources-36.4.4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-sources/tegra-sources-36.4.4.inc -------------------------------------------------------------------------------- /recipes-bsp/tegra-wifi/tegra-wifi/tegra-wifi.rules: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /recipes-bsp/tegra-wifi/tegra-wifi_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tegra-wifi/tegra-wifi_1.0.bb -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/esp.mount.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/esp.mount.in -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/oe4t-set-uefi-OSIndications: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/oe4t-set-uefi-OSIndications -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.init.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.init.in -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.service.in -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/setup-nv-boot-control.sh.in -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control/uefi_common.func.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control/uefi_common.func.in -------------------------------------------------------------------------------- /recipes-bsp/tools/setup-nv-boot-control_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/setup-nv-boot-control_1.0.bb -------------------------------------------------------------------------------- /recipes-bsp/tools/tegra-eeprom-tool_2.0.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/tools/tegra-eeprom-tool_2.0.2.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-basetools-tegra-native_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-basetools-tegra-native_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-firmware-core-tegra-36.4.4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-firmware-core-tegra-36.4.4.inc -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-firmware-tegra-36.4.4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-firmware-tegra-36.4.4.inc -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-firmware-tegra-minimal_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-firmware-tegra-minimal_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-firmware-tegra_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-firmware-tegra_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/edk2-firmware.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/edk2-firmware.inc -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0001-Update-tools_def.template-for-toolchain-differences.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0001-Update-tools_def.template-for-toolchain-differences.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0002-L4TLauncher-allow-for-empty-missing-APPEND-line-in-e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0002-L4TLauncher-allow-for-empty-missing-APPEND-line-in-e.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0003-XusbControllerDxe-use-BaseMemoryLib-functions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0003-XusbControllerDxe-use-BaseMemoryLib-functions.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0004-MdePkg-Check-if-compiler-has-__has_builtin-before-tr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0004-MdePkg-Check-if-compiler-has-__has_builtin-before-tr.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0005-BaseFdtLib-Define-bool-only-for-C17-or-lower.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0005-BaseFdtLib-Define-bool-only-for-C17-or-lower.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0006-XsubcontrollerDxe-Fix-build-with-gcc-15.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0006-XsubcontrollerDxe-Fix-build-with-gcc-15.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/0007-BaseTools-Pccts-set-C-standard.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/0007-BaseTools-Pccts-set-C-standard.patch -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/L4TConfiguration-RootfsRedundancyLevelABEnable.dtsi: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/L4TConfiguration-RootfsRedundancyLevelABEnable.dtsi -------------------------------------------------------------------------------- /recipes-bsp/uefi/files/nvbuildconfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/files/nvbuildconfig.py -------------------------------------------------------------------------------- /recipes-bsp/uefi/l4t-launcher-extlinux.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/l4t-launcher-extlinux.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/l4t-launcher-rootfs-ab-config_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/l4t-launcher-rootfs-ab-config_1.0.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/standalone-mm-optee-tegra_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/standalone-mm-optee-tegra_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/tegra-espimage.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/tegra-espimage.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/tegra-uefi-capsules_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/tegra-uefi-capsules_36.4.4.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/tegra-uefi-keys-dtb.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-bsp/uefi/tegra-uefi-keys-dtb.bb -------------------------------------------------------------------------------- /recipes-bsp/uefi/tegra-uefi-keys-dtb/UefiDefaultSecurityKeys.dts: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /recipes-core/busybox/busybox/cksum.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_CKSUM=y 2 | -------------------------------------------------------------------------------- /recipes-core/busybox/busybox_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/busybox/busybox_%.bbappend -------------------------------------------------------------------------------- /recipes-core/images/tegra-initrd-flash-initramfs.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/images/tegra-initrd-flash-initramfs.bb -------------------------------------------------------------------------------- /recipes-core/images/tegra-minimal-initramfs.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/images/tegra-minimal-initramfs.bb -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init/init-extra-pre-wipe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init/init-extra-pre-wipe.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init/init-extra.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init/init-extra.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init/init-flash.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init/init-flash.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init/initrd-flash.scheme.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init/initrd-flash.scheme.in -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init/program-boot-device.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init/program-boot-device.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-init_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-init_1.0.bb -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-reboot/reboot-recovery.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-reboot/reboot-recovery.c -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-flash-reboot_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-flash-reboot_1.0.bb -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-minimal-init/init-boot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-minimal-init/init-boot.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-minimal-init/platform-preboot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-minimal-init/platform-preboot.sh -------------------------------------------------------------------------------- /recipes-core/initrdscripts/tegra-minimal-init_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/initrdscripts/tegra-minimal-init_1.0.bb -------------------------------------------------------------------------------- /recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/packagegroups/nativesdk-packagegroup-cuda-sdk-host.bb -------------------------------------------------------------------------------- /recipes-core/packagegroups/packagegroup-base.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/packagegroups/packagegroup-base.bbappend -------------------------------------------------------------------------------- /recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-core/packagegroups/packagegroup-core-standalone-sdk-target.bbappend -------------------------------------------------------------------------------- /recipes-core/packagegroups/packagegroup-cross-canadian.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN}:append:tegra = " gcc-for-nvcc-cross-canadian-${TRANSLATED_TARGET_ARCH}" 2 | -------------------------------------------------------------------------------- /recipes-devtools/ccache/cuda-compiler-check-native_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/ccache/cuda-compiler-check-native_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/ccache/cuda-compiler-check/cuda-compiler-check.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/ccache/cuda-compiler-check/cuda-compiler-check.sh -------------------------------------------------------------------------------- /recipes-devtools/cmake/tegra-cmake-overrides_1.0.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cmake/tegra-cmake-overrides_1.0.3.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-binaries-common-defs.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-binaries-common-defs.inc -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cccl/0001-Avoid-issues-with-function-like-macros-in-cmath.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cccl/0001-Avoid-issues-with-function-like-macros-in-cmath.patch -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cccl_12.6.37-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cccl_12.6.37-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-command-line-tools_12.6.11-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-command-line-tools_12.6.11-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-compat_12.6.36890662-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-compat_12.6.36890662-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-compatibility-workarounds/math-vector.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-compatibility-workarounds/math-vector.h -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-compatibility-workarounds_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-compatibility-workarounds_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-compiler_12.6.11-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-compiler_12.6.11-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-crt_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-crt_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cudart_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cudart_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cuobjdump_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cuobjdump_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cupti_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-cuxxfilt_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-cuxxfilt_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-driver_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-driver_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-environment/cuda_environment_setup.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-environment/cuda_environment_setup.sh.in -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-environment/cuda_toolchain.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-environment/cuda_toolchain.cmake -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-gdb_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-gdb_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-libraries_12.6.11-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-libraries_12.6.11-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvcc-headers_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvcc-headers_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvcc_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvcc_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvdisasm_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvdisasm_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvml_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvml_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvprof_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvprof_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvprune_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvprune_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvrtc_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvrtc_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvtx_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvtx_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-nvvm_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-nvvm_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-profiler-api_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-profiler-api_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-samples_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-samples_git.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-sanitizer_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-sanitizer_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-shared-binaries.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-shared-binaries.inc -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-target-environment/cuda_target.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-target-environment/cuda_target.sh.in -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-target-environment_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-target-environment_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/cuda-toolkit_12.6.11-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/cuda-toolkit_12.6.11-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcublas_12.6.1.4-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcublas_12.6.1.4-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcudla_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcudla_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcufft_11.2.6.59-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcufft_11.2.6.59-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcufile_1.11.1.6-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcufile_1.11.1.6-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcurand_10.3.7.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcurand_10.3.7.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcusolver_11.6.4.69-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcusolver_11.6.4.69-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libcusparse_12.5.3.3-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libcusparse_12.5.3.3-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libnpp_12.3.1.54-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libnpp_12.3.1.54-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libnvfatbin_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libnvfatbin_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libnvjitlink_12.6.68-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libnvjitlink_12.6.68-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/libnvjpeg_12.3.3.54-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/libnvjpeg_12.3.3.54-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cuda/nativesdk-cuda-environment_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cuda/nativesdk-cuda-environment_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/cudnn/cudnn-samples_9.3.0.75-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cudnn/cudnn-samples_9.3.0.75-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cudnn/cudnn_9.3.0.75-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cudnn/cudnn_9.3.0.75-1.bb -------------------------------------------------------------------------------- /recipes-devtools/cupva/cupva_2.5.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/cupva/cupva_2.5.3.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-13.2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-13.2.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-configure-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-configure-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross-canadian.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross-canadian.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross-canadian_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross-canadian_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-cross_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-crosssdk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-crosssdk.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-crosssdk_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-crosssdk_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-multilib-config.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-multilib-config.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-runtime.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-runtime.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-runtime_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-runtime_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-shared-source.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-shared-source.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-target.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc-target.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0002-gcc-poison-system-directories.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0002-gcc-poison-system-directories.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0003-64-bit-multilib-hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0003-64-bit-multilib-hack.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0004-Pass-CXXFLAGS_FOR_BUILD-in-a-couple-of-places-to-avo.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0005-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0006-cpp-honor-sysroot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0006-cpp-honor-sysroot.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0007-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0008-libtool.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0008-libtool.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0009-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0010-Use-the-multilib-config-files-from-B-instead-of-usin.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0011-aarch64-Fix-include-paths-when-S-B.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0011-aarch64-Fix-include-paths-when-S-B.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0012-Avoid-using-libdir-from-.la-which-usually-points-to-.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0013-Ensure-target-gcc-headers-can-be-included.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0013-Ensure-target-gcc-headers-can-be-included.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0014-Don-t-search-host-directory-during-relink-if-inst_pr.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0015-libcc1-fix-libcc1-s-install-path-and-rpath.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0016-handle-sysroot-support-for-nativesdk-gcc.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0017-Search-target-sysroot-gcc-version-specific-dirs-with.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0018-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0019-Re-introduce-spe-commandline-options.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0019-Re-introduce-spe-commandline-options.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0020-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0021-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0022-libatomic-Do-not-enforce-march-on-aarch64.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0023-Fix-install-path-of-linux64.h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0023-Fix-install-path-of-linux64.h.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0025-gcc-testsuite-tweaks-for-mips-OE.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0026-aarch64-Fix-loose-ldpstp-check-PR111411.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0027-Fix-gcc-vect-module-testcases.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/0027-Fix-gcc-vect-module-testcases.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/CVE-2023-4039.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc/CVE-2023-4039.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-for-nvcc_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-for-nvcc_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-source-for-nvcc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-source-for-nvcc.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/gcc-source-for-nvcc_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/gcc-source-for-nvcc_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-initial.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-initial.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-initial_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc-initial_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc_13.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gcc-for-nvcc/libgcc-for-nvcc_13.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gie/files/0001-Makefile-fix-cross-compilation-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/files/0001-Makefile-fix-cross-compilation-issues.patch -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-core_10.3.0.30-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-core_10.3.0.30-1.bb -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-plugins-prebuilt_10.3.0.30-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-plugins-prebuilt_10.3.0.30-1.bb -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-samples.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-samples.inc -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-samples_10.3.0.30-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-samples_10.3.0.30-1.bb -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-trtexec-prebuilt_10.3.0.30-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-trtexec-prebuilt_10.3.0.30-1.bb -------------------------------------------------------------------------------- /recipes-devtools/gie/tensorrt-trtexec_10.3.0.30-1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/gie/tensorrt-trtexec_10.3.0.30-1.bb -------------------------------------------------------------------------------- /recipes-devtools/nsight-systems/nsight-systems_2024.5.4.34-245434855735v0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/nsight-systems/nsight-systems_2024.5.4.34-245434855735v0.bb -------------------------------------------------------------------------------- /recipes-devtools/python/python3-kconfiglib-tegra_14.1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/python/python3-kconfiglib-tegra_14.1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/vpi/libnvvpi3_3.2.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-devtools/vpi/libnvvpi3_3.2.4.bb -------------------------------------------------------------------------------- /recipes-graphics/drm/libdrm_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/drm/libdrm_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/drm/tegra-drm-headers_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/drm/tegra-drm-headers_36.4.4.bb -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-graphics-demos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-graphics-demos.inc -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0001-Fix-stdbool.h-inclusion-check.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0001-Fix-stdbool.h-inclusion-check.patch -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0002-weston-dmabuf-formats-cross-build-fixes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0002-weston-dmabuf-formats-cross-build-fixes.patch -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0003-Fix-use-of-wayland-protocols-in-nvgldemo-makefile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-graphics-demos/0003-Fix-use-of-wayland-protocols-in-nvgldemo-makefile.patch -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-graphics-demos_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-graphics-demos_36.4.4.bb -------------------------------------------------------------------------------- /recipes-graphics/l4t-graphics-demos/l4t-nvidia-glheaders_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/l4t-graphics-demos/l4t-nvidia-glheaders_36.4.4.bb -------------------------------------------------------------------------------- /recipes-graphics/libglvnd/libglvnd_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/libglvnd/libglvnd_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/mesa/egl-gbm/0001-gbm-display-handle-kms-display-only-devices-in-FindG.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/mesa/egl-gbm/0001-gbm-display-handle-kms-display-only-devices-in-FindG.patch -------------------------------------------------------------------------------- /recipes-graphics/mesa/egl-gbm_1.1.2.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/mesa/egl-gbm_1.1.2.1.bb -------------------------------------------------------------------------------- /recipes-graphics/mesa/mesa-demos_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/mesa/mesa-demos_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/mesa/mesa-gl.bbappend: -------------------------------------------------------------------------------- 1 | COMPATIBLE_MACHINE:tegra = "(-)" 2 | -------------------------------------------------------------------------------- /recipes-graphics/mesa/mesa.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/mesa/mesa.bbappend -------------------------------------------------------------------------------- /recipes-graphics/mesa/tegra-udrm-gbm_1.1.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/mesa/tegra-udrm-gbm_1.1.1.bb -------------------------------------------------------------------------------- /recipes-graphics/wayland/egl-wayland/0001-Fix-wayland-eglstream-protocols-pc-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/wayland/egl-wayland/0001-Fix-wayland-eglstream-protocols-pc-file.patch -------------------------------------------------------------------------------- /recipes-graphics/wayland/egl-wayland/0001-wayland-eglsurface-Change-type-of-timout-from-EGLint.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/wayland/egl-wayland/0001-wayland-eglsurface-Change-type-of-timout-from-EGLint.patch -------------------------------------------------------------------------------- /recipes-graphics/wayland/egl-wayland/nvidia_wayland.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/wayland/egl-wayland/nvidia_wayland.json -------------------------------------------------------------------------------- /recipes-graphics/wayland/egl-wayland_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/wayland/egl-wayland_git.bb -------------------------------------------------------------------------------- /recipes-graphics/wayland/eglexternalplatform_1.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/wayland/eglexternalplatform_1.1.bb -------------------------------------------------------------------------------- /recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/xorg-xserver/xserver-xorg_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/xwayland/xwayland_24.1%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-graphics/xwayland/xwayland_24.1%.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/kernel-devsrc.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/kernel-devsrc.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/disable-fw-user-helper.cfg: -------------------------------------------------------------------------------- 1 | # CONFIG_FW_LOADER_USER_HELPER is not set 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/disable-module-signing.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/disable-module-signing.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/localversion_auto.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_LOCALVERSION_AUTO=y 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/systemd.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-jammy-nvidia-tegra-5.15/systemd.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-jammy-nvidia-tegra_5.15.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-jammy-nvidia-tegra_5.15.bb -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/0001-NVIDIA-SAUCE-soc-tegra-pmc-Add-sysfs-nodes-to-select.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto-6.12/0001-NVIDIA-SAUCE-soc-tegra-pmc-Add-sysfs-nodes-to-select.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/r8169.cfg: -------------------------------------------------------------------------------- 1 | CONFIG_R8169=m 2 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/rtw8822ce-wifi.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/rtw8822ce-wifi.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-drm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-drm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-extra.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-extra.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-governors.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-governors.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-pcie.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-pcie.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-scsi-ufs.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-scsi-ufs.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-sound.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-sound.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-usb.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-usb.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-v4l2.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-v4l2.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra-virtualization.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra-virtualization.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto/tegra/tegra.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto/tegra/tegra.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_6.12.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/linux-yocto_6.12.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/tegra-kernel.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/linux/tegra-kernel.inc -------------------------------------------------------------------------------- /recipes-kernel/nvidia-drm-loadconf/nvidia-drm-loadconf/nvidia-drm-modprobe.conf.in: -------------------------------------------------------------------------------- 1 | options nvidia-drm modeset=@MODESET@ fbdev=@FBDEV@ 2 | -------------------------------------------------------------------------------- /recipes-kernel/nvidia-drm-loadconf/nvidia-drm-loadconf_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-drm-loadconf/nvidia-drm-loadconf_1.0.bb -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot-dtb_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot-dtb_36.4.4.bb -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot.inc -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0001-Makefile-update-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0001-Makefile-update-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0002-Fix-nvdisplay-modules-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0002-Fix-nvdisplay-modules-builds.patch -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0003-Fix-nvdisplay-conftest-gcc-14-compatibility-issues.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0003-Fix-nvdisplay-conftest-gcc-14-compatibility-issues.patch -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0004-tegra-virt-alt-Remove-leading-from-include-path-from.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0004-tegra-virt-alt-Remove-leading-from-include-path-from.patch -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0005-conftest-work-around-stringify-issue-with-__assign_s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot/0005-conftest-work-around-stringify-issue-with-__assign_s.patch -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot_36.4.4.bb -------------------------------------------------------------------------------- /recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-kernel/nvidia-kernel-oot/nvidia-kernel-oot_git.bb -------------------------------------------------------------------------------- /recipes-l4t-workarounds/tar/tar-l4t-workaround-native_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-l4t-workarounds/tar/tar-l4t-workaround-native_1.0.bb -------------------------------------------------------------------------------- /recipes-l4t-workarounds/tar/tar-l4t-workaround/tar-wrapper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-l4t-workarounds/tar/tar-l4t-workaround/tar-wrapper.sh -------------------------------------------------------------------------------- /recipes-multimedia/argus/argus-samples/0001-argus-apps-camera-replace-xxd-invocation-with-shell-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/argus-samples/0001-argus-apps-camera-replace-xxd-invocation-with-shell-.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/argus-samples_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/argus-samples_36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/argus/files/0001-Remove-DO-NOT-USE-declarations-from-v4l2_nv_extensio.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/files/0001-Remove-DO-NOT-USE-declarations-from-v4l2_nv_extensio.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-36.4.4.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-36.4.4.inc -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0002-include-fix-jpeglib-header-inclusion.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0002-include-fix-jpeglib-header-inclusion.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0003-tools-update-GetPixel.py-to-Python-3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0003-tools-update-GetPixel.py-to-Python-3.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0004-samples-classes-fix-a-data-race-in-shutting-down-deq.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0004-samples-classes-fix-a-data-race-in-shutting-down-deq.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0005-samples-Rework-makefiles-and-rules.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0005-samples-Rework-makefiles-and-rules.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0007-frontend-add-option-to-set-timeout.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0007-frontend-add-option-to-set-timeout.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0008-camera_v4l2_cuda-add-option-for-setting-max-frame-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0008-camera_v4l2_cuda-add-option-for-setting-max-frame-co.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples/0010-NvJpegDecoder-remove-unused-header-file.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples/0010-NvJpegDecoder-remove-unused-header-file.patch -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi-samples_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi-samples_36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/argus/tegra-mmapi_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/argus/tegra-mmapi_36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc/0001-Build-fixups.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc/0001-Build-fixups.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvarguscamerasrc_1.0.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvcompositor/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvcompositor/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvcompositor_1.20.5-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvcompositor_1.20.5-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvdrmvideosink/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvdrmvideosink/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvdrmvideosink_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvdrmvideosink_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0001-Makefile-fixes-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0001-Makefile-fixes-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0002-Fix-builds-without-x11.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0002-Fix-builds-without-x11.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0003-Fix-builds-without-wayland.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0003-Fix-builds-without-wayland.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0004-Fix-builds-without-wayland-IVI-extensions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0004-Fix-builds-without-wayland-IVI-extensions.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0005-Convert-from-wl-shell-to-xdg-shell-for-wayland.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles/0005-Convert-from-wl-shell-to-xdg-shell-for-wayland.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles_1.2.3-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nveglgles_1.2.3-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvipcpipeline/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvipcpipeline/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvipcpipeline_1.20.1-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvipcpipeline_1.20.1-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvjpeg/use-nvjpeg-for-plugin-name.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvjpeg/use-nvjpeg-for-plugin-name.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvjpeg_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvjpeg_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvtee/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvtee/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvtee_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvtee_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvunixfd/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvunixfd/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvunixfd_1.20.1-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvunixfd_1.20.1-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc/0001-Build-fixups.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc/0001-Build-fixups.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc/0002-Clean-up-compiler-warnings.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc/0002-Clean-up-compiler-warnings.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvv4l2camerasrc_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv-1.20.5-r36.4.4/0003-Update-allocator-to-use-actual-frame-sizes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv-1.20.5-r36.4.4/0003-Update-allocator-to-use-actual-frame-sizes.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv/0001-Update-makefile-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv/0001-Update-makefile-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv/0002-Use-filter-function-for-fixating-caps.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv/0002-Use-filter-function-for-fixating-caps.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv_1.20.5-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvidconv_1.20.5-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0001-v4l2videoenc-Fix-negotiation-caps-leak.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0001-v4l2videoenc-Fix-negotiation-caps-leak.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0002-v4l2allocator-Fix-data-offset-bytesused-size-validat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0002-v4l2allocator-Fix-data-offset-bytesused-size-validat.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0003-v4l2bufferpool-Avoid-set_flushing-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0003-v4l2bufferpool-Avoid-set_flushing-warning.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0004-gstv4l2videodec-use-ifdef-macro-for-consistency-with.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0004-gstv4l2videodec-use-ifdef-macro-for-consistency-with.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0005-gstv4l2videodec-check-if-we-have-a-pool-before-the-l.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0005-gstv4l2videodec-check-if-we-have-a-pool-before-the-l.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0006-Fix-resource-leak-in-nvv4l2decoder.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0006-Fix-resource-leak-in-nvv4l2decoder.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0007-Makefile-fixes-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2-1.14.0-r36.4.4/0007-Makefile-fixes-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideo4linux2_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideosinks/0001-build-fixups.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideosinks/0001-build-fixups.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideosinks_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-nvvideosinks_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-tegra_1.14.0-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/libgstnvcustomhelper/0001-Makefile-fixups-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/libgstnvcustomhelper/0001-Makefile-fixups-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/libgstnvcustomhelper_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/libgstnvcustomhelper_36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/nvgstapps/0002-Fix-stringop-truncation-warning.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/nvgstapps/0002-Fix-stringop-truncation-warning.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/nvgstapps_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/gstreamer/nvgstapps_36.4.4.bb -------------------------------------------------------------------------------- /recipes-multimedia/libv4l2/libv4l2-minimal/0001-Make-plugin-directory-relative-to-ORIGIN.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/libv4l2/libv4l2-minimal/0001-Make-plugin-directory-relative-to-ORIGIN.patch -------------------------------------------------------------------------------- /recipes-multimedia/libv4l2/libv4l2-minimal/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/libv4l2/libv4l2-minimal/0003-Update-conversion-defaults-to-match-NVIDIA-sources.patch -------------------------------------------------------------------------------- /recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/libv4l2/libv4l2-minimal_1.26.1.bb -------------------------------------------------------------------------------- /recipes-multimedia/libv4l2/libv4l2-nvvidconv-wrapper_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-multimedia/libv4l2/libv4l2-nvvidconv-wrapper_git.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-client/0001-Update-Makefile-for-OE-compatibility.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-client/0001-Update-Makefile-for-OE-compatibility.patch -------------------------------------------------------------------------------- /recipes-security/optee/optee-client/tee-supplicant.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-client/tee-supplicant.service.in -------------------------------------------------------------------------------- /recipes-security/optee/optee-client/tee-supplicant.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-client/tee-supplicant.sh.in -------------------------------------------------------------------------------- /recipes-security/optee/optee-client_4.2-l4t-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-client_4.2-l4t-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-l4t.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-l4t.inc -------------------------------------------------------------------------------- /recipes-security/optee/optee-nvsamples-native_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-nvsamples-native_36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-nvsamples/0001-Update-makefiles-for-OE-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-nvsamples/0001-Update-makefiles-for-OE-builds.patch -------------------------------------------------------------------------------- /recipes-security/optee/optee-nvsamples_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-nvsamples_36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-os-l4t.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-os-l4t.inc -------------------------------------------------------------------------------- /recipes-security/optee/optee-os-tadevkit_4.2-l4t-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-os-tadevkit_4.2-l4t-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-os_4.2-l4t-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-os_4.2-l4t-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/optee-test_4.2-l4t-r36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/optee-test_4.2-l4t-r36.4.4.bb -------------------------------------------------------------------------------- /recipes-security/optee/tos-optee_36.4.4.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-security/optee/tos-optee_36.4.4.bb -------------------------------------------------------------------------------- /recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-support/libusbgx/libusbgx-tegra-initrd-flash_git.bb -------------------------------------------------------------------------------- /recipes-support/sbsigntool/sbsigntool/0001-Updates-for-OE-cross-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-support/sbsigntool/sbsigntool/0001-Updates-for-OE-cross-builds.patch -------------------------------------------------------------------------------- /recipes-support/sbsigntool/sbsigntool/0002-ccan-simplify-SCOREDIR.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-support/sbsigntool/sbsigntool/0002-ccan-simplify-SCOREDIR.patch -------------------------------------------------------------------------------- /recipes-support/sbsigntool/sbsigntool_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OE4T/meta-tegra/HEAD/recipes-support/sbsigntool/sbsigntool_git.bb --------------------------------------------------------------------------------