├── EULA.txt ├── README.md ├── SCR.txt ├── classes ├── nativeaptinstall.bbclass └── qemu.bbclass ├── conf ├── distro │ ├── fsl-qoriq-distro.conf │ └── imx-desktop-xwayland.conf ├── layer.conf └── machine │ ├── imx8mmevkdesktop.conf │ ├── imx8mnevkdesktop.conf │ ├── imx8mpevkdesktop.conf │ ├── imx8mqevkdesktop.conf │ ├── imx8qmmekdesktop.conf │ ├── imx8qxpc0mekdesktop.conf │ ├── imx8ulpevkdesktop.conf │ ├── include │ ├── nodistropackage.inc │ ├── qoriq-wks-base.inc │ └── ubuntubasics.inc │ ├── ls1012afrwydistro.conf │ ├── ls1012ardbdistro.conf │ ├── ls1021atwrdistro.conf │ ├── ls1028ardbdistro.conf │ ├── ls1043ardbdistro.conf │ ├── ls1046afrwydistro.conf │ ├── ls1046ardbdistro.conf │ ├── ls1088ardbdistro.conf │ ├── ls2088ardbdistro.conf │ ├── lx2160ardb-rev2distro.conf │ └── lx2162aqdsdistro.conf ├── dynamic-layers ├── browser-layer │ └── recipes-browser │ │ └── chromium │ │ └── chromium-ozone-wayland_%.bbappend └── core │ ├── recipes-core │ └── coreutils │ │ └── coreutils_%.bbappend │ ├── recipes-devtools │ ├── pseudo │ │ ├── pseudo │ │ │ ├── 0001-Add-fcntl64-to-support-GLIBC-2.28-version.patch │ │ │ ├── 0001-pseudo-Added-missing-support-for-faccessat.patch │ │ │ ├── 0001-pseudo-Another-missing-EAR3-patch.patch │ │ │ ├── 0001-pseudo-Cleaned-check-of-symlink-flag-handling.patch │ │ │ ├── 0001-pseudo-Diagnostic-cleanup-for-utimensat.patch │ │ │ ├── 0001-pseudo-Enabled-utimensat-ftimens.patch │ │ │ ├── 0001-pseudo-Fixing-an-incorrect-EAR-patch-port.patch │ │ │ ├── 0001-pseudo-To-support-chroot-exec-paths-properly-we-need.patch │ │ │ ├── 0001-pseudo-pseudo_root_path-didn-t-work-properly-for-chr.patch │ │ │ ├── 0001-pseudo-realpath-wrapper-did-not-chroot-translation-p.patch │ │ │ ├── 0001-xattr-adjust-for-attr-2.4.48-release.patch │ │ │ ├── 0002-pseudo-Now-handles-chroot-scripts-and-executables.patch │ │ │ ├── 0003-pseudo-The-stat-v-fs-functions-were-not-wrapped-prop.patch │ │ │ ├── 0004-pseudo-Ensure-by-adding-the-right-headers-that-the-f.patch │ │ │ ├── 0005-pseudo-Added-support-function-for-fnmatch.patch │ │ │ ├── 0006-pseudo-Moved-chroot-path-check-into-subfunction-to-s.patch │ │ │ ├── 0007-pseudo-Added-filename-translation-to-exec-path-handl.patch │ │ │ ├── 0008-pseudo-path-search-was-not-shell-compliant.patch │ │ │ ├── 0009-pseudo-Oops.-Forgot-to-add-variable-cleanup-to-suppo.patch │ │ │ ├── 0010-pseudo-Unified-and-added-debug-messages-for-exec_pat.patch │ │ │ ├── 0011-pseudo-Executable-check-is-now-cleaner-subfunction-f.patch │ │ │ ├── 0012-pseudo-Implemented-means-to-force-chroot-usage-for-e.patch │ │ │ └── 0015-pseudo-We-need-to-treat-chroot-exceptions-properly-f.patch │ │ └── pseudo_%.bbappend │ └── qemu │ │ ├── qemu-native_%.bbappend │ │ ├── qemu │ │ ├── 0001-qemu-Reinstated-syscall-emulation-through-libc-via-c.patch │ │ ├── 0001-qemu-user-strace-didn-t-print-faccessat-correctly.patch │ │ ├── 0002-qemu-Fixed-utimensat-for-libc-based-calls.patch │ │ ├── 0003-qemu-user-corrected-getsockopt-implementation.patch │ │ ├── 0004-qemu-user-seccomp-handling-was-not-checked-properly-.patch │ │ ├── 0005-qemu-user-SO_PEERGROUPS-was-not-emulated-breaking-tg.patch │ │ ├── 0006-qemu-user-syscall.c-target_mmap-was-called-with-bad-.patch │ │ ├── 0007-qemu-user-Subject-PATCH-qemu-user-Improved-diagnosti.patch │ │ ├── 0008-qemu-user-builtin-strace-much-more-comprehensive.patch │ │ └── 0009-qemu-user-Loading-an-elf-broke-the-heap-for-that-elf.patch │ │ └── qemu_%.bbappend │ └── recipes-extended │ └── xz │ └── xz_%.bbappend ├── recipes-apps └── cheese │ ├── cheese │ ├── 0001-Revert-Enable-cameras-with-only-MJPEG-output.patch │ ├── 0001-change-encoding-profile-hide-video-recording-timesta.patch │ ├── 0001-cheese-camera-support-max-framerate-to-60.patch │ ├── 0001-cheese-don-t-get-thumbnail-when-recording-is-on-goin.patch │ ├── 0001-cheese-limitation-the-max-resolution-to-3840x2160.patch │ ├── 0001-disable-global-preset-usage-for-encoder-auto-plugin.patch │ ├── 0001-fix-build-break-on-L5.15-desktop-build.patch │ ├── 0001-fixate-caps-to-NV12-for-8qm-8qm-encoder-only-support.patch │ ├── 0002-Revert-Preserve-video-x-raw-over-image-jpeg.patch │ ├── 0002-disable-viewfinder-sink-a-v-sync-to-get-better-perfo.patch │ ├── 0002-don-t-build-help-folder-to-avoid-build-break.patch │ └── 0003-Revert-Support-camera-video-formats-with-MJPEG-outpu.patch │ ├── cheese_3.34.0.bb │ └── cheese_41.1.bb ├── recipes-bsp ├── composite-firmware │ ├── qoriq-composite-firmware.bb │ └── qoriq-composite-firmware │ │ ├── create_composite_firmware.sh │ │ ├── ls1012afrwy.manifest │ │ ├── ls1012ardb.manifest │ │ ├── ls1021atwr.manifest │ │ ├── ls1028ardb.manifest │ │ ├── ls1043ardb.manifest │ │ ├── ls1046afrwy.manifest │ │ ├── ls1046ardb.manifest │ │ ├── ls1088ardb.manifest │ │ ├── ls2088ardb.manifest │ │ ├── lx2160ardb-rev2.manifest │ │ ├── lx2162aqds.manifest │ │ └── qoriq_memory_layout.cfg ├── imx-vpu-hantro-vc │ ├── imx-vpu-hantro-vc_1.7.0d.bb │ ├── imx-vpu-hantro-vc_1.8.0d.bb │ ├── imx-vpu-hantro-vc_1.9.0d.bb │ └── imx-vpu-hantro-vc_1.9.1d.bb ├── ppfe-firmware │ └── ppfe-firmware_git.bbappend └── u-boot │ ├── u-boot-script-distroboot │ ├── ls1012afrwy_boot.cmd │ ├── ls1012ardb_boot.cmd │ ├── ls1021aiot_baremetal_boot.cmd │ ├── ls1021aiot_boot.cmd │ ├── ls1021atsn_boot.cmd │ ├── ls1021atwr_boot.cmd │ ├── ls1028ardb_baremetal_boot.cmd │ ├── ls1028ardb_boot.cmd │ ├── ls1043ardb_baremetal_boot.cmd │ ├── ls1043ardb_boot.cmd │ ├── ls1046afrwy_boot.cmd │ ├── ls1046ardb_baremetal_boot.cmd │ ├── ls1046ardb_boot.cmd │ ├── ls1088ardb_boot.cmd │ ├── ls2088ardb_boot.cmd │ ├── lx2160ardb-rev2_baremetal_boot.cmd │ ├── lx2160ardb-rev2_boot.cmd │ ├── lx2160ardb_baremetal_boot.cmd │ ├── lx2160ardb_boot.cmd │ └── lx2162aqds_boot.cmd │ └── u-boot-script-distroboot_2020.04.bb ├── recipes-core ├── glibc │ ├── cross-localedef-native_2.35.bb │ ├── glibc-collateral.inc │ ├── glibc-common.inc │ ├── glibc-ld.inc │ ├── glibc-locale.inc │ ├── glibc-locale_2.35.bb │ ├── glibc-mtrace.inc │ ├── glibc-mtrace_2.35.bb │ ├── glibc-package.inc │ ├── glibc-scripts.inc │ ├── glibc-scripts_2.35.bb │ ├── glibc-tests.inc │ ├── glibc-tests_2.35.bb │ ├── glibc-testsuite_2.35.bb │ ├── glibc-version.inc │ ├── glibc.inc │ ├── glibc │ │ ├── 0001-localedef-Add-hardlink-resolver-from-util-linux.patch │ │ ├── 0002-localedef-fix-ups-hardlink-to-make-it-compile.patch │ │ ├── 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch │ │ ├── 0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch │ │ ├── 0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch │ │ ├── 0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch │ │ ├── 0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch │ │ ├── 0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch │ │ ├── 0009-yes-within-the-path-sets-wrong-config-variables.patch │ │ ├── 0010-eglibc-Cross-building-and-testing-instructions.patch │ │ ├── 0011-eglibc-Help-bootstrap-cross-toolchain.patch │ │ ├── 0012-eglibc-Resolve-__fpscr_values-on-SH4.patch │ │ ├── 0013-eglibc-Forward-port-cross-locale-generation-support.patch │ │ ├── 0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch │ │ ├── 0016-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch │ │ ├── 0017-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch │ │ ├── 0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch │ │ ├── 0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch │ │ ├── 0021-Replace-echo-with-printf-builtin-in-nscd-init-script.patch │ │ ├── 0022-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch │ │ ├── 0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch │ │ ├── 0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch │ │ ├── check-test-wrapper │ │ ├── etc │ │ │ └── ld.so.conf │ │ ├── generate-supported.mk │ │ ├── makedbs.sh │ │ └── run-ptest │ ├── glibc_2.35.bb │ ├── ldconfig-native-2.12.1 │ │ ├── 32and64bit.patch │ │ ├── README │ │ ├── add-64-bit-flag-for-ELF64-entries.patch │ │ ├── add-riscv-support.patch │ │ ├── endian-ness_handling.patch │ │ ├── endian-ness_handling_fix.patch │ │ ├── endianess-header.patch │ │ ├── flag_fix.patch │ │ ├── ldconfig-default-to-all-multilib-dirs.patch │ │ ├── ldconfig-native-2.12.1.tar.bz2 │ │ ├── ldconfig.patch │ │ ├── ldconfig_aux-cache_path_fix.patch │ │ └── no-aux-cache.patch │ └── ldconfig-native_2.12.1.bb ├── systemd │ ├── systemd-gpuconfig │ │ ├── gpuconfig │ │ ├── gpuconfig.service │ │ └── profile │ └── systemd-gpuconfig_2.0.bb └── udev │ ├── udev-rules-imx.bbappend │ └── udev-rules-imx │ └── 10-imx.rules ├── recipes-devtools ├── binutils │ ├── binutils-2.38.inc │ ├── binutils-cross-canadian.inc │ ├── binutils-cross-canadian_2.38.bb │ ├── binutils-cross-testsuite_2.38.bb │ ├── binutils-cross.inc │ ├── binutils-cross_2.38.bb │ ├── binutils-crosssdk_2.38.bb │ ├── binutils.inc │ ├── binutils │ │ ├── 0001-binutils-crosssdk-Generate-relocatable-SDKs.patch │ │ ├── 0002-binutils-cross-Do-not-generate-linker-script-directo.patch │ │ ├── 0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch │ │ ├── 0004-Point-scripts-location-to-libdir.patch │ │ ├── 0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch │ │ ├── 0006-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch │ │ ├── 0007-warn-for-uses-of-system-directories-when-cross-linki.patch │ │ ├── 0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch │ │ ├── 0009-Use-libtool-2.4.patch │ │ ├── 0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch │ │ ├── 0011-sync-with-OE-libtool-changes.patch │ │ ├── 0012-Check-for-clang-before-checking-gcc-version.patch │ │ └── 0013-Avoid-as-info-race-condition.patch │ └── binutils_2.38.bb ├── gcc │ ├── gcc-11.2.inc │ ├── gcc-common.inc │ ├── gcc-configure-common.inc │ ├── gcc-cross-canadian.inc │ ├── gcc-cross-canadian_11.2.bb │ ├── gcc-cross.inc │ ├── gcc-cross_11.2.bb │ ├── gcc-crosssdk.inc │ ├── gcc-crosssdk_11.2.bb │ ├── gcc-multilib-config.inc │ ├── gcc-runtime.inc │ ├── gcc-runtime_11.2.bb │ ├── gcc-sanitizers.inc │ ├── gcc-sanitizers_11.2.bb │ ├── gcc-shared-source.inc │ ├── gcc-source.inc │ ├── gcc-source_11.2.bb │ ├── gcc-target.inc │ ├── gcc-testsuite.inc │ ├── gcc │ │ ├── 0001-CVE-2021-35465.patch │ │ ├── 0001-CVE-2021-42574.patch │ │ ├── 0001-CVE-2021-46195.patch │ │ ├── 0001-Fix-install-path-of-linux64.h.patch │ │ ├── 0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch │ │ ├── 0002-CVE-2021-35465.patch │ │ ├── 0002-CVE-2021-42574.patch │ │ ├── 0002-gcc-poison-system-directories.patch │ │ ├── 0003-CVE-2021-35465.patch │ │ ├── 0003-CVE-2021-42574.patch │ │ ├── 0004-64-bit-multilib-hack.patch │ │ ├── 0004-CVE-2021-35465.patch │ │ ├── 0004-CVE-2021-42574.patch │ │ ├── 0006-If-CXXFLAGS-contains-something-unsupported-by-the-bu.patch │ │ ├── 0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch │ │ ├── 0009-cpp-honor-sysroot.patch │ │ ├── 0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch │ │ ├── 0012-gcc-Fix-argument-list-too-long-error.patch │ │ ├── 0014-libtool.patch │ │ ├── 0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch │ │ ├── 0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch │ │ ├── 0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch │ │ ├── 0018-export-CPP.patch │ │ ├── 0019-Ensure-target-gcc-headers-can-be-included.patch │ │ ├── 0020-Don-t-search-host-directory-during-relink-if-inst_pr.patch │ │ ├── 0023-libcc1-fix-libcc1-s-install-path-and-rpath.patch │ │ ├── 0024-handle-sysroot-support-for-nativesdk-gcc.patch │ │ ├── 0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch │ │ ├── 0027-nios2-Define-MUSL_DYNAMIC_LINKER.patch │ │ ├── 0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch │ │ ├── 0029-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch │ │ ├── 0030-sync-gcc-stddef.h-with-musl.patch │ │ ├── 0033-Re-introduce-spe-commandline-options.patch │ │ ├── 0034-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch │ │ ├── 0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch │ │ ├── 0036-mingw32-Enable-operation_not_supported.patch │ │ ├── 0037-libatomic-Do-not-enforce-march-on-aarch64.patch │ │ ├── 0041-apply-debug-prefix-maps-before-checksumming-DIEs.patch │ │ └── 0042-Fix-thread-stack-size-init.patch │ ├── gcc_11.2.bb │ ├── libgcc-common.inc │ ├── libgcc-initial.inc │ ├── libgcc-initial_11.2.bb │ ├── libgcc.inc │ ├── libgcc_11.2.bb │ ├── libgfortran.inc │ └── libgfortran_11.2.bb ├── pseudo │ ├── files │ │ ├── 0001-Add-statx.patch │ │ ├── 0001-configure-Prune-PIE-flags.patch │ │ ├── 0001-maketables-wrappers-use-Python-3.patch │ │ ├── 0001-realpath.c-Remove-trailing-slashes.patch │ │ ├── fallback-group │ │ ├── fallback-passwd │ │ ├── moreretries.patch │ │ └── toomanyfiles.patch │ ├── pseudo.inc │ └── pseudo_git.bb └── qemu │ ├── nativesdk-qemu-helper_1.0.bb │ ├── qemu-helper-native_1.0.bb │ ├── qemu-helper │ └── tunctl.c │ ├── qemu-native.inc │ ├── qemu-native_4.2.1.bb │ ├── qemu-system-native_4.2.1.bb │ ├── qemu-targets.inc │ ├── qemu.inc │ ├── qemu │ ├── 0001-qemu-Add-missing-wacom-HID-descriptor.patch │ ├── 0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch │ ├── 0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch │ ├── 0004-qemu-disable-Valgrind.patch │ ├── 0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch │ ├── 0006-chardev-connect-socket-to-a-spawned-command.patch │ ├── 0007-apic-fixup-fallthrough-to-PIC.patch │ ├── 0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch │ ├── 0009-Fix-webkitgtk-builds.patch │ ├── 0010-configure-Add-pkg-config-handling-for-libgcrypt.patch │ ├── 0010-fix-libcap-header-issue-on-some-distro.patch │ ├── 0011-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch │ ├── 0011-linux-user-remove-host-stime-syscall.patch │ ├── CVE-2019-12068.patch │ ├── CVE-2019-15890.patch │ ├── CVE-2019-20382.patch │ ├── CVE-2020-10702.patch │ ├── CVE-2020-10756.patch │ ├── CVE-2020-11869.patch │ ├── CVE-2020-13765.patch │ ├── CVE-2020-14364.patch │ ├── CVE-2020-15863.patch │ ├── CVE-2020-16092.patch │ ├── CVE-2020-1711.patch │ ├── CVE-2020-7039-1.patch │ ├── CVE-2020-7039-2.patch │ ├── CVE-2020-7039-3.patch │ ├── CVE-2020-7211.patch │ ├── powerpc_rom.bin │ └── run-ptest │ ├── qemu_4.2.1.bb │ └── qemuwrapper-cross_1.0.bb ├── recipes-extended ├── crconf │ └── crconf_%.bbappend ├── distroboot │ ├── distrobootscr.bb │ └── distrobootscr │ │ └── create_bootscr.sh ├── flex-installer │ ├── flex-installer.bb │ └── flex-installer │ │ └── flex-installer.sh └── ubuntu │ ├── ubuntu-base-image.inc │ ├── ubuntu-base.inc │ ├── ubuntu-base │ └── fstab │ ├── ubuntu-base_22.04.1.bb │ ├── ubuntu-license.inc │ ├── ubuntu-main │ ├── ubuntu-main_22.04.1-armhf.bb │ └── ubuntu-main_22.04.1.bb ├── recipes-fsl ├── images │ ├── fsl-image-common.inc │ ├── fsl-image-mfgtool.bbappend │ ├── imx-image-desktop.bb │ ├── ls-image-common.inc │ ├── ls-image-desktop.bb │ ├── ls-image-lite.bb │ └── ls-image-main.bb └── packagegroups │ └── packagegroup-fsl-tools-extended.bbappend ├── recipes-gnome ├── gnome-desktop │ ├── gnome-desktop3_%.bbappend │ └── gnome-desktop_%.bbappend └── gtk4 │ └── gtk4_%.bbappend ├── recipes-graphics ├── clutter │ ├── clutter-gst-3.0 │ │ ├── 0001-MMFMWK-8957-cluttervideosink-import-video-crop-meta.patch │ │ ├── 0001-clutter-video-sink-fix-totem-video-jitter-issue.patch │ │ ├── 0001-cluttervideosink-add-YUY2-format-support.patch │ │ ├── 0001-cluttervideosink-create-internal-buffer-pool-to-copy.patch │ │ └── 0001-cluttervideosink-try-to-import-dmabuf.patch │ └── clutter-gst-3.0_3.0.27.bbappend ├── cogl │ ├── cogl-1.0.inc │ ├── cogl-1.0 │ │ ├── 0001-cogl-texture-2d-support-import-dmabuf-using-egl-imag.patch │ │ ├── 0001-cogl-winsys-egl-add-glFinish-after-swapbuffer.patch │ │ ├── 0001-configure.ac-don-t-require-eglmesaext.h.patch │ │ └── 0001-fix-build-break-cased-by-viv-gbm-version-number-only.patch │ ├── cogl-1.0_%.bbappend │ └── cogl-1.0_1.22.8.bb ├── gtk+ │ ├── gtk+3 │ │ └── 0001-gdk-wayland-need-bind-to-gles-when-use_es-is-enable.patch │ └── gtk+3_%.bbappend ├── imx-dpu-g2d │ ├── imx-dpu-g2d_2.1.0d.bb │ └── imx-dpu-g2d_2.1.4d.bb ├── imx-gpu-g2d │ ├── imx-gpu-g2d_6.4.3.p4.2d.bb │ └── imx-gpu-g2d_6.4.3.p4.6d.bb ├── imx-gpu-viv │ ├── imx-gpu-viv-6d.inc │ ├── imx-gpu-viv │ │ └── Add-dummy-libgl.patch │ ├── imx-gpu-viv_6.4.3.p4.2d-aarch64.bb │ └── imx-gpu-viv_6.4.3.p4.6d-aarch64.bb ├── libgpuperfcnt │ ├── libgpuperfcnt_6.4.3.p4.2d.bb │ └── libgpuperfcnt_6.4.3.p4.6d.bb └── xwayland │ └── xwayland_%.bbappend ├── recipes-isp └── isp-imx │ └── isp-imx_4.2.2.20.0d.bb ├── recipes-multimedia └── gstreamer │ ├── gstreamer1.0-plugins-bad │ └── 0001-wrappercamerabinsrc-don-t-send-drain-query-downstrea.patch │ ├── gstreamer1.0-plugins-bad_%.bbappend │ ├── gstreamer1.0-plugins-base │ └── 0001-add-imxvideoconvert_g2d-into-playsink.patch │ ├── gstreamer1.0-plugins-base_%.bbappend │ ├── gstreamer1.0-plugins-good │ ├── 0001-fix-gtkglsink-show-wrong-color-on-ubuntu.patch │ ├── 0001-request-for-2-more-buffer-for-better-performance.patch │ ├── 0001-v4l2videoenc-Set-encoder-output-mode-to-DMABUF_IMPOR.patch │ └── 0002-v4l2allocator-allow-to-import-single-dmabuf-with-mul.patch │ ├── gstreamer1.0-plugins-good_%.bbappend │ ├── gstreamer1.0 │ └── 0001-don-t-remove-v4l2-plugin-it-s-the-only-decoder-on-8q.patch │ └── gstreamer1.0_%.bbappend ├── recipes-security └── optee │ └── optee-client-qoriq_%.bbappend ├── scripts ├── README.md └── flex-installer ├── tools ├── imx-setup-desktop.sh └── setup-env └── wic ├── qoriq-ls1012a.wks.in ├── qoriq-ls1021aiot.wks.in ├── qoriq-ls1028a.wks.in ├── qoriq-ls102xa.wks.in ├── qoriq-ls104xa.wks.in ├── qoriq-ls1088a.wks.in ├── qoriq-ls2088a.wks.in └── qoriq-lx216xa.wks.in /EULA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/EULA.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/README.md -------------------------------------------------------------------------------- /SCR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/SCR.txt -------------------------------------------------------------------------------- /classes/nativeaptinstall.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/classes/nativeaptinstall.bbclass -------------------------------------------------------------------------------- /classes/qemu.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/classes/qemu.bbclass -------------------------------------------------------------------------------- /conf/distro/fsl-qoriq-distro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/distro/fsl-qoriq-distro.conf -------------------------------------------------------------------------------- /conf/distro/imx-desktop-xwayland.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/distro/imx-desktop-xwayland.conf -------------------------------------------------------------------------------- /conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/layer.conf -------------------------------------------------------------------------------- /conf/machine/imx8mmevkdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8mmevkdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8mnevkdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8mnevkdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8mpevkdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8mpevkdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8mqevkdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8mqevkdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8qmmekdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8qmmekdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8qxpc0mekdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8qxpc0mekdesktop.conf -------------------------------------------------------------------------------- /conf/machine/imx8ulpevkdesktop.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/imx8ulpevkdesktop.conf -------------------------------------------------------------------------------- /conf/machine/include/nodistropackage.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/include/nodistropackage.inc -------------------------------------------------------------------------------- /conf/machine/include/qoriq-wks-base.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/include/qoriq-wks-base.inc -------------------------------------------------------------------------------- /conf/machine/include/ubuntubasics.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/include/ubuntubasics.inc -------------------------------------------------------------------------------- /conf/machine/ls1012afrwydistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1012afrwydistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1012ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1012ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1021atwrdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1021atwrdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1028ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1028ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1043ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1043ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1046afrwydistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1046afrwydistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1046ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1046ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls1088ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls1088ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/ls2088ardbdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/ls2088ardbdistro.conf -------------------------------------------------------------------------------- /conf/machine/lx2160ardb-rev2distro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/lx2160ardb-rev2distro.conf -------------------------------------------------------------------------------- /conf/machine/lx2162aqdsdistro.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/conf/machine/lx2162aqdsdistro.conf -------------------------------------------------------------------------------- /dynamic-layers/browser-layer/recipes-browser/chromium/chromium-ozone-wayland_%.bbappend: -------------------------------------------------------------------------------- 1 | GN_ARGS += "use_gtk=true" 2 | -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-core/coreutils/coreutils_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-core/coreutils/coreutils_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-Add-fcntl64-to-support-GLIBC-2.28-version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-Add-fcntl64-to-support-GLIBC-2.28-version.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Added-missing-support-for-faccessat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Added-missing-support-for-faccessat.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Another-missing-EAR3-patch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Another-missing-EAR3-patch.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Cleaned-check-of-symlink-flag-handling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Cleaned-check-of-symlink-flag-handling.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Diagnostic-cleanup-for-utimensat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Diagnostic-cleanup-for-utimensat.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Enabled-utimensat-ftimens.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Enabled-utimensat-ftimens.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Fixing-an-incorrect-EAR-patch-port.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-Fixing-an-incorrect-EAR-patch-port.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-To-support-chroot-exec-paths-properly-we-need.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-To-support-chroot-exec-paths-properly-we-need.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-pseudo_root_path-didn-t-work-properly-for-chr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-pseudo_root_path-didn-t-work-properly-for-chr.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-realpath-wrapper-did-not-chroot-translation-p.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-pseudo-realpath-wrapper-did-not-chroot-translation-p.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-xattr-adjust-for-attr-2.4.48-release.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0001-xattr-adjust-for-attr-2.4.48-release.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0002-pseudo-Now-handles-chroot-scripts-and-executables.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0002-pseudo-Now-handles-chroot-scripts-and-executables.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0003-pseudo-The-stat-v-fs-functions-were-not-wrapped-prop.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0003-pseudo-The-stat-v-fs-functions-were-not-wrapped-prop.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0004-pseudo-Ensure-by-adding-the-right-headers-that-the-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0004-pseudo-Ensure-by-adding-the-right-headers-that-the-f.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0005-pseudo-Added-support-function-for-fnmatch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0005-pseudo-Added-support-function-for-fnmatch.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0006-pseudo-Moved-chroot-path-check-into-subfunction-to-s.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0006-pseudo-Moved-chroot-path-check-into-subfunction-to-s.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0007-pseudo-Added-filename-translation-to-exec-path-handl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0007-pseudo-Added-filename-translation-to-exec-path-handl.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0008-pseudo-path-search-was-not-shell-compliant.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0008-pseudo-path-search-was-not-shell-compliant.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0009-pseudo-Oops.-Forgot-to-add-variable-cleanup-to-suppo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0009-pseudo-Oops.-Forgot-to-add-variable-cleanup-to-suppo.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0010-pseudo-Unified-and-added-debug-messages-for-exec_pat.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0010-pseudo-Unified-and-added-debug-messages-for-exec_pat.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0011-pseudo-Executable-check-is-now-cleaner-subfunction-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0011-pseudo-Executable-check-is-now-cleaner-subfunction-f.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0012-pseudo-Implemented-means-to-force-chroot-usage-for-e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0012-pseudo-Implemented-means-to-force-chroot-usage-for-e.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo/0015-pseudo-We-need-to-treat-chroot-exceptions-properly-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo/0015-pseudo-We-need-to-treat-chroot-exceptions-properly-f.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/pseudo/pseudo_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/pseudo/pseudo_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu-native_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu-native_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0001-qemu-Reinstated-syscall-emulation-through-libc-via-c.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0001-qemu-Reinstated-syscall-emulation-through-libc-via-c.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0001-qemu-user-strace-didn-t-print-faccessat-correctly.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0001-qemu-user-strace-didn-t-print-faccessat-correctly.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0002-qemu-Fixed-utimensat-for-libc-based-calls.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0002-qemu-Fixed-utimensat-for-libc-based-calls.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0003-qemu-user-corrected-getsockopt-implementation.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0003-qemu-user-corrected-getsockopt-implementation.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0004-qemu-user-seccomp-handling-was-not-checked-properly-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0004-qemu-user-seccomp-handling-was-not-checked-properly-.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0005-qemu-user-SO_PEERGROUPS-was-not-emulated-breaking-tg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0005-qemu-user-SO_PEERGROUPS-was-not-emulated-breaking-tg.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0006-qemu-user-syscall.c-target_mmap-was-called-with-bad-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0006-qemu-user-syscall.c-target_mmap-was-called-with-bad-.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0007-qemu-user-Subject-PATCH-qemu-user-Improved-diagnosti.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0007-qemu-user-Subject-PATCH-qemu-user-Improved-diagnosti.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0008-qemu-user-builtin-strace-much-more-comprehensive.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0008-qemu-user-builtin-strace-much-more-comprehensive.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu/0009-qemu-user-Loading-an-elf-broke-the-heap-for-that-elf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu/0009-qemu-user-Loading-an-elf-broke-the-heap-for-that-elf.patch -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-devtools/qemu/qemu_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-devtools/qemu/qemu_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/core/recipes-extended/xz/xz_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/dynamic-layers/core/recipes-extended/xz/xz_%.bbappend -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-Revert-Enable-cameras-with-only-MJPEG-output.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-Revert-Enable-cameras-with-only-MJPEG-output.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-change-encoding-profile-hide-video-recording-timesta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-change-encoding-profile-hide-video-recording-timesta.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-cheese-camera-support-max-framerate-to-60.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-cheese-camera-support-max-framerate-to-60.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-cheese-don-t-get-thumbnail-when-recording-is-on-goin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-cheese-don-t-get-thumbnail-when-recording-is-on-goin.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-cheese-limitation-the-max-resolution-to-3840x2160.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-cheese-limitation-the-max-resolution-to-3840x2160.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-disable-global-preset-usage-for-encoder-auto-plugin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-disable-global-preset-usage-for-encoder-auto-plugin.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-fix-build-break-on-L5.15-desktop-build.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-fix-build-break-on-L5.15-desktop-build.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0001-fixate-caps-to-NV12-for-8qm-8qm-encoder-only-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0001-fixate-caps-to-NV12-for-8qm-8qm-encoder-only-support.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0002-Revert-Preserve-video-x-raw-over-image-jpeg.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0002-Revert-Preserve-video-x-raw-over-image-jpeg.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0002-disable-viewfinder-sink-a-v-sync-to-get-better-perfo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0002-disable-viewfinder-sink-a-v-sync-to-get-better-perfo.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0002-don-t-build-help-folder-to-avoid-build-break.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0002-don-t-build-help-folder-to-avoid-build-break.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese/0003-Revert-Support-camera-video-formats-with-MJPEG-outpu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese/0003-Revert-Support-camera-video-formats-with-MJPEG-outpu.patch -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese_3.34.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese_3.34.0.bb -------------------------------------------------------------------------------- /recipes-apps/cheese/cheese_41.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-apps/cheese/cheese_41.1.bb -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware.bb -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/create_composite_firmware.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/create_composite_firmware.sh -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1012afrwy.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1012afrwy.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1012ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1012ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1021atwr.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1021atwr.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1028ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1028ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1043ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1043ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1046afrwy.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1046afrwy.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1046ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1046ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1088ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls1088ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/ls2088ardb.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/ls2088ardb.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2160ardb-rev2.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2160ardb-rev2.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2162aqds.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/lx2162aqds.manifest -------------------------------------------------------------------------------- /recipes-bsp/composite-firmware/qoriq-composite-firmware/qoriq_memory_layout.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/composite-firmware/qoriq-composite-firmware/qoriq_memory_layout.cfg -------------------------------------------------------------------------------- /recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.7.0d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.7.0d.bb -------------------------------------------------------------------------------- /recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.8.0d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.8.0d.bb -------------------------------------------------------------------------------- /recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.9.0d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.9.0d.bb -------------------------------------------------------------------------------- /recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.9.1d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/imx-vpu-hantro-vc/imx-vpu-hantro-vc_1.9.1d.bb -------------------------------------------------------------------------------- /recipes-bsp/ppfe-firmware/ppfe-firmware_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/ppfe-firmware/ppfe-firmware_git.bbappend -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1012afrwy_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1012afrwy_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1012ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1012ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1021aiot_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1021aiot_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1021aiot_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1021aiot_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1021atsn_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1021atsn_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1021atwr_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1021atwr_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1028ardb_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1028ardb_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1028ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1028ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1043ardb_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1043ardb_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1043ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1043ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1046afrwy_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1046afrwy_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1046ardb_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1046ardb_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1046ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1046ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls1088ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls1088ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/ls2088ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/ls2088ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb-rev2_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb-rev2_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb-rev2_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb-rev2_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb_baremetal_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb_baremetal_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/lx2160ardb_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot/lx2162aqds_boot.cmd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot/lx2162aqds_boot.cmd -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot-script-distroboot_2020.04.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-bsp/u-boot/u-boot-script-distroboot_2020.04.bb -------------------------------------------------------------------------------- /recipes-core/glibc/cross-localedef-native_2.35.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/cross-localedef-native_2.35.bb -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-collateral.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-collateral.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-common.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-ld.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-ld.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-locale.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-locale.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-locale_2.35.bb: -------------------------------------------------------------------------------- 1 | require glibc-locale.inc 2 | -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-mtrace.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-mtrace.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-mtrace_2.35.bb: -------------------------------------------------------------------------------- 1 | require glibc-mtrace.inc 2 | -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-package.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-package.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-scripts.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-scripts.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-scripts_2.35.bb: -------------------------------------------------------------------------------- 1 | require glibc-scripts.inc 2 | -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-tests.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-tests.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-tests_2.35.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-tests_2.35.bb -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-testsuite_2.35.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-testsuite_2.35.bb -------------------------------------------------------------------------------- /recipes-core/glibc/glibc-version.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc-version.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc.inc -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0001-localedef-Add-hardlink-resolver-from-util-linux.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0001-localedef-Add-hardlink-resolver-from-util-linux.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0002-localedef-fix-ups-hardlink-to-make-it-compile.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0002-localedef-fix-ups-hardlink-to-make-it-compile.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0004-nativesdk-glibc-Fix-buffer-overrun-with-a-relocated-.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0005-nativesdk-glibc-Raise-the-size-of-arrays-containing-.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0006-nativesdk-glibc-Allow-64-bit-atomics-for-x86.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0007-nativesdk-glibc-Make-relocatable-install-for-locales.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0008-nativesdk-glibc-Fall-back-to-faccessat-on-faccess2-r.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0009-yes-within-the-path-sets-wrong-config-variables.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0010-eglibc-Cross-building-and-testing-instructions.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0011-eglibc-Help-bootstrap-cross-toolchain.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0012-eglibc-Resolve-__fpscr_values-on-SH4.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0013-eglibc-Forward-port-cross-locale-generation-support.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0014-localedef-add-to-archive-uses-a-hard-coded-locale-pa.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0016-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0016-locale-prevent-maybe-uninitialized-errors-with-Os-BZ.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0017-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0017-readlib-Add-OECORE_KNOWN_INTERPRETER_NAMES-to-known-.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0018-wordsize.h-Unify-the-header-between-arm-and-aarch64.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0019-powerpc-Do-not-ask-compiler-for-finding-arch.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0021-Replace-echo-with-printf-builtin-in-nscd-init-script.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0021-Replace-echo-with-printf-builtin-in-nscd-init-script.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0022-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0022-sysdeps-gnu-configure.ac-Set-libc_cv_rootsbindir-onl.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0023-timezone-Make-shell-interpreter-overridable-in-tzsel.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/0024-fix-create-thread-failed-in-unprivileged-process-BZ-.patch -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/check-test-wrapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/check-test-wrapper -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/etc/ld.so.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/etc/ld.so.conf -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/generate-supported.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/generate-supported.mk -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/makedbs.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/makedbs.sh -------------------------------------------------------------------------------- /recipes-core/glibc/glibc/run-ptest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc/run-ptest -------------------------------------------------------------------------------- /recipes-core/glibc/glibc_2.35.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/glibc_2.35.bb -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/32and64bit.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/README -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/add-64-bit-flag-for-ELF64-entries.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/add-riscv-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/add-riscv-support.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/endian-ness_handling_fix.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/endianess-header.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/flag_fix.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-default-to-all-multilib-dirs.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig-native-2.12.1.tar.bz2 -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/ldconfig_aux-cache_path_fix.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native-2.12.1/no-aux-cache.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native-2.12.1/no-aux-cache.patch -------------------------------------------------------------------------------- /recipes-core/glibc/ldconfig-native_2.12.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/glibc/ldconfig-native_2.12.1.bb -------------------------------------------------------------------------------- /recipes-core/systemd/systemd-gpuconfig/gpuconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/systemd/systemd-gpuconfig/gpuconfig -------------------------------------------------------------------------------- /recipes-core/systemd/systemd-gpuconfig/gpuconfig.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/systemd/systemd-gpuconfig/gpuconfig.service -------------------------------------------------------------------------------- /recipes-core/systemd/systemd-gpuconfig/profile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/systemd/systemd-gpuconfig/profile -------------------------------------------------------------------------------- /recipes-core/systemd/systemd-gpuconfig_2.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/systemd/systemd-gpuconfig_2.0.bb -------------------------------------------------------------------------------- /recipes-core/udev/udev-rules-imx.bbappend: -------------------------------------------------------------------------------- 1 | # Update 10-imx.rules 2 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 3 | 4 | -------------------------------------------------------------------------------- /recipes-core/udev/udev-rules-imx/10-imx.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-core/udev/udev-rules-imx/10-imx.rules -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-2.38.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-2.38.inc -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-cross-canadian.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-cross-canadian.inc -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-cross-canadian_2.38.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-cross-canadian_2.38.bb -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-cross-testsuite_2.38.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-cross-testsuite_2.38.bb -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-cross.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-cross.inc -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-cross_2.38.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-cross_2.38.bb -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils-crosssdk_2.38.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils-crosssdk_2.38.bb -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils.inc -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0001-binutils-crosssdk-Generate-relocatable-SDKs.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0002-binutils-cross-Do-not-generate-linker-script-directo.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0003-binutils-nativesdk-Search-for-alternative-ld.so.conf.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0004-Point-scripts-location-to-libdir.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0005-Only-generate-an-RPATH-entry-if-LD_RUN_PATH-is-not-e.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0006-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0006-don-t-let-the-distro-compiler-point-to-the-wrong-ins.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0007-warn-for-uses-of-system-directories-when-cross-linki.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0007-warn-for-uses-of-system-directories-when-cross-linki.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0008-fix-the-incorrect-assembling-for-ppc-wait-mnemonic.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0009-Use-libtool-2.4.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0009-Use-libtool-2.4.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0010-Fix-rpath-in-libtool-when-sysroot-is-enabled.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0011-sync-with-OE-libtool-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0011-sync-with-OE-libtool-changes.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0012-Check-for-clang-before-checking-gcc-version.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0012-Check-for-clang-before-checking-gcc-version.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils/0013-Avoid-as-info-race-condition.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils/0013-Avoid-as-info-race-condition.patch -------------------------------------------------------------------------------- /recipes-devtools/binutils/binutils_2.38.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/binutils/binutils_2.38.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-11.2.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-11.2.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-configure-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-configure-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-cross-canadian.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-cross-canadian.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-cross-canadian_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-cross-canadian_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-cross.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-cross.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-cross_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-cross_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-crosssdk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-crosssdk.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-crosssdk_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-crosssdk_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-multilib-config.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-multilib-config.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-runtime.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-runtime.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-runtime_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-runtime_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-sanitizers.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-sanitizers.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-sanitizers_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-sanitizers_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-shared-source.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-shared-source.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-source.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-source.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-source_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-source_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-target.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-target.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc-testsuite.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc-testsuite.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0001-CVE-2021-35465.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0001-CVE-2021-35465.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0001-CVE-2021-42574.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0001-CVE-2021-42574.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0001-CVE-2021-46195.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0001-CVE-2021-46195.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0001-Fix-install-path-of-linux64.h.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0001-gcc-4.3.1-ARCH_FLAGS_FOR_TARGET.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0002-CVE-2021-35465.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0002-CVE-2021-35465.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0002-CVE-2021-42574.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0002-CVE-2021-42574.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0002-gcc-poison-system-directories.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0003-CVE-2021-35465.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0003-CVE-2021-35465.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0003-CVE-2021-42574.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0003-CVE-2021-42574.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0004-64-bit-multilib-hack.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0004-64-bit-multilib-hack.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0004-CVE-2021-35465.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0004-CVE-2021-35465.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0004-CVE-2021-42574.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0004-CVE-2021-42574.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0006-If-CXXFLAGS-contains-something-unsupported-by-the-bu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0006-If-CXXFLAGS-contains-something-unsupported-by-the-bu.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0007-Use-the-defaults.h-in-B-instead-of-S-and-t-oe-in-B.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0009-cpp-honor-sysroot.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0009-cpp-honor-sysroot.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0011-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0012-gcc-Fix-argument-list-too-long-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0012-gcc-Fix-argument-list-too-long-error.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0014-libtool.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0014-libtool.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0015-gcc-armv4-pass-fix-v4bx-to-linker-to-support-EABI.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0016-Use-the-multilib-config-files-from-B-instead-of-usin.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0017-Avoid-using-libdir-from-.la-which-usually-points-to-.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0018-export-CPP.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0018-export-CPP.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0019-Ensure-target-gcc-headers-can-be-included.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0019-Ensure-target-gcc-headers-can-be-included.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0020-Don-t-search-host-directory-during-relink-if-inst_pr.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0020-Don-t-search-host-directory-during-relink-if-inst_pr.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0023-libcc1-fix-libcc1-s-install-path-and-rpath.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0023-libcc1-fix-libcc1-s-install-path-and-rpath.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0024-handle-sysroot-support-for-nativesdk-gcc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0024-handle-sysroot-support-for-nativesdk-gcc.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0025-Search-target-sysroot-gcc-version-specific-dirs-with.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0027-nios2-Define-MUSL_DYNAMIC_LINKER.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0027-nios2-Define-MUSL_DYNAMIC_LINKER.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0028-Add-ssp_nonshared-to-link-commandline-for-musl-targe.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0029-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0029-Link-libgcc-using-LDFLAGS-not-just-SHLIB_LDFLAGS.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0030-sync-gcc-stddef.h-with-musl.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0033-Re-introduce-spe-commandline-options.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0033-Re-introduce-spe-commandline-options.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0034-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0034-libgcc_s-Use-alias-for-__cpu_indicator_init-instead-.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0035-gentypes-genmodes-Do-not-use-__LINE__-for-maintainin.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0036-mingw32-Enable-operation_not_supported.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0036-mingw32-Enable-operation_not_supported.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0037-libatomic-Do-not-enforce-march-on-aarch64.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0037-libatomic-Do-not-enforce-march-on-aarch64.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0041-apply-debug-prefix-maps-before-checksumming-DIEs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0041-apply-debug-prefix-maps-before-checksumming-DIEs.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc/0042-Fix-thread-stack-size-init.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc/0042-Fix-thread-stack-size-init.patch -------------------------------------------------------------------------------- /recipes-devtools/gcc/gcc_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/gcc_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgcc-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgcc-common.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgcc-initial.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgcc-initial.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgcc-initial_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgcc-initial_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgcc.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgcc.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgcc_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgcc_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgfortran.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgfortran.inc -------------------------------------------------------------------------------- /recipes-devtools/gcc/libgfortran_11.2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/gcc/libgfortran_11.2.bb -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/0001-Add-statx.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/0001-Add-statx.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/0001-configure-Prune-PIE-flags.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/0001-maketables-wrappers-use-Python-3.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/0001-realpath.c-Remove-trailing-slashes.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/fallback-group: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/fallback-group -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/fallback-passwd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/fallback-passwd -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/moreretries.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/moreretries.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/files/toomanyfiles.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/files/toomanyfiles.patch -------------------------------------------------------------------------------- /recipes-devtools/pseudo/pseudo.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/pseudo.inc -------------------------------------------------------------------------------- /recipes-devtools/pseudo/pseudo_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/pseudo/pseudo_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/nativesdk-qemu-helper_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-helper-native_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-helper-native_1.0.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-helper/tunctl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-helper/tunctl.c -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-native.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-native.inc -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-native_4.2.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-native_4.2.1.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-system-native_4.2.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-system-native_4.2.1.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu-targets.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu-targets.inc -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu.inc -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0001-qemu-Add-missing-wacom-HID-descriptor.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0001-qemu-Add-missing-wacom-HID-descriptor.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0002-Add-subpackage-ptest-which-runs-all-unit-test-cases-.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0003-qemu-Add-addition-environment-space-to-boot-loader-q.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0004-qemu-disable-Valgrind.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0004-qemu-disable-Valgrind.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0005-qemu-native-set-ld.bfd-fix-cflags-and-set-some-envir.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0006-chardev-connect-socket-to-a-spawned-command.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0006-chardev-connect-socket-to-a-spawned-command.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0007-apic-fixup-fallthrough-to-PIC.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0007-apic-fixup-fallthrough-to-PIC.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0008-linux-user-Fix-webkitgtk-hangs-on-32-bit-x86-target.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0009-Fix-webkitgtk-builds.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0010-configure-Add-pkg-config-handling-for-libgcrypt.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0010-fix-libcap-header-issue-on-some-distro.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0010-fix-libcap-header-issue-on-some-distro.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0011-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0011-cpus.c-Add-error-messages-when-qemi_cpu_kick_thread-.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/0011-linux-user-remove-host-stime-syscall.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/0011-linux-user-remove-host-stime-syscall.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2019-12068.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2019-12068.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2019-15890.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2019-15890.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2019-20382.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2019-20382.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-10702.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-10702.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-10756.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-10756.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-11869.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-11869.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-13765.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-13765.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-14364.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-14364.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-15863.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-15863.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-16092.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-16092.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-1711.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-1711.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-7039-1.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-7039-1.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-7039-2.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-7039-2.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-7039-3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-7039-3.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/CVE-2020-7211.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/CVE-2020-7211.patch -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/powerpc_rom.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/powerpc_rom.bin -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu/run-ptest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu/run-ptest -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemu_4.2.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemu_4.2.1.bb -------------------------------------------------------------------------------- /recipes-devtools/qemu/qemuwrapper-cross_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-devtools/qemu/qemuwrapper-cross_1.0.bb -------------------------------------------------------------------------------- /recipes-extended/crconf/crconf_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/crconf/crconf_%.bbappend -------------------------------------------------------------------------------- /recipes-extended/distroboot/distrobootscr.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/distroboot/distrobootscr.bb -------------------------------------------------------------------------------- /recipes-extended/distroboot/distrobootscr/create_bootscr.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/distroboot/distrobootscr/create_bootscr.sh -------------------------------------------------------------------------------- /recipes-extended/flex-installer/flex-installer.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/flex-installer/flex-installer.bb -------------------------------------------------------------------------------- /recipes-extended/flex-installer/flex-installer/flex-installer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/flex-installer/flex-installer/flex-installer.sh -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-base-image.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-base-image.inc -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-base.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-base.inc -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-base/fstab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-base/fstab -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-base_22.04.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-base_22.04.1.bb -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-license.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-license.inc -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-main: -------------------------------------------------------------------------------- 1 | ubuntu-base -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-main_22.04.1-armhf.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-main_22.04.1-armhf.bb -------------------------------------------------------------------------------- /recipes-extended/ubuntu/ubuntu-main_22.04.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-extended/ubuntu/ubuntu-main_22.04.1.bb -------------------------------------------------------------------------------- /recipes-fsl/images/fsl-image-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/fsl-image-common.inc -------------------------------------------------------------------------------- /recipes-fsl/images/fsl-image-mfgtool.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/fsl-image-mfgtool.bbappend -------------------------------------------------------------------------------- /recipes-fsl/images/imx-image-desktop.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/imx-image-desktop.bb -------------------------------------------------------------------------------- /recipes-fsl/images/ls-image-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/ls-image-common.inc -------------------------------------------------------------------------------- /recipes-fsl/images/ls-image-desktop.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/ls-image-desktop.bb -------------------------------------------------------------------------------- /recipes-fsl/images/ls-image-lite.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/ls-image-lite.bb -------------------------------------------------------------------------------- /recipes-fsl/images/ls-image-main.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-fsl/images/ls-image-main.bb -------------------------------------------------------------------------------- /recipes-fsl/packagegroups/packagegroup-fsl-tools-extended.bbappend: -------------------------------------------------------------------------------- 1 | RDEPENDS:${PN} = " " 2 | -------------------------------------------------------------------------------- /recipes-gnome/gnome-desktop/gnome-desktop3_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-gnome/gnome-desktop/gnome-desktop3_%.bbappend -------------------------------------------------------------------------------- /recipes-gnome/gnome-desktop/gnome-desktop_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-gnome/gnome-desktop/gnome-desktop_%.bbappend -------------------------------------------------------------------------------- /recipes-gnome/gtk4/gtk4_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-gnome/gtk4/gtk4_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0/0001-MMFMWK-8957-cluttervideosink-import-video-crop-meta.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0/0001-MMFMWK-8957-cluttervideosink-import-video-crop-meta.patch -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0/0001-clutter-video-sink-fix-totem-video-jitter-issue.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0/0001-clutter-video-sink-fix-totem-video-jitter-issue.patch -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-add-YUY2-format-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-add-YUY2-format-support.patch -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-create-internal-buffer-pool-to-copy.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-create-internal-buffer-pool-to-copy.patch -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-try-to-import-dmabuf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0/0001-cluttervideosink-try-to-import-dmabuf.patch -------------------------------------------------------------------------------- /recipes-graphics/clutter/clutter-gst-3.0_3.0.27.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/clutter/clutter-gst-3.0_3.0.27.bbappend -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0.inc -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0/0001-cogl-texture-2d-support-import-dmabuf-using-egl-imag.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0/0001-cogl-texture-2d-support-import-dmabuf-using-egl-imag.patch -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0/0001-cogl-winsys-egl-add-glFinish-after-swapbuffer.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0/0001-cogl-winsys-egl-add-glFinish-after-swapbuffer.patch -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0/0001-configure.ac-don-t-require-eglmesaext.h.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0/0001-configure.ac-don-t-require-eglmesaext.h.patch -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0/0001-fix-build-break-cased-by-viv-gbm-version-number-only.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0/0001-fix-build-break-cased-by-viv-gbm-version-number-only.patch -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/cogl/cogl-1.0_1.22.8.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/cogl/cogl-1.0_1.22.8.bb -------------------------------------------------------------------------------- /recipes-graphics/gtk+/gtk+3/0001-gdk-wayland-need-bind-to-gles-when-use_es-is-enable.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/gtk+/gtk+3/0001-gdk-wayland-need-bind-to-gles-when-use_es-is-enable.patch -------------------------------------------------------------------------------- /recipes-graphics/gtk+/gtk+3_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/gtk+/gtk+3_%.bbappend -------------------------------------------------------------------------------- /recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_2.1.0d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_2.1.0d.bb -------------------------------------------------------------------------------- /recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_2.1.4d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-dpu-g2d/imx-dpu-g2d_2.1.4d.bb -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.3.p4.2d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.3.p4.2d.bb -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.3.p4.6d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-g2d/imx-gpu-g2d_6.4.3.p4.6d.bb -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-viv/imx-gpu-viv-6d.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-viv/imx-gpu-viv-6d.inc -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-viv/imx-gpu-viv/Add-dummy-libgl.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-viv/imx-gpu-viv/Add-dummy-libgl.patch -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2d-aarch64.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.2d-aarch64.bb -------------------------------------------------------------------------------- /recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.6d-aarch64.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/imx-gpu-viv/imx-gpu-viv_6.4.3.p4.6d-aarch64.bb -------------------------------------------------------------------------------- /recipes-graphics/libgpuperfcnt/libgpuperfcnt_6.4.3.p4.2d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/libgpuperfcnt/libgpuperfcnt_6.4.3.p4.2d.bb -------------------------------------------------------------------------------- /recipes-graphics/libgpuperfcnt/libgpuperfcnt_6.4.3.p4.6d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/libgpuperfcnt/libgpuperfcnt_6.4.3.p4.6d.bb -------------------------------------------------------------------------------- /recipes-graphics/xwayland/xwayland_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-graphics/xwayland/xwayland_%.bbappend -------------------------------------------------------------------------------- /recipes-isp/isp-imx/isp-imx_4.2.2.20.0d.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-isp/isp-imx/isp-imx_4.2.2.20.0d.bb -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-wrappercamerabinsrc-don-t-send-drain-query-downstrea.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/0001-wrappercamerabinsrc-don-t-send-drain-query-downstrea.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-add-imxvideoconvert_g2d-into-playsink.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base/0001-add-imxvideoconvert_g2d-into-playsink.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-fix-gtkglsink-show-wrong-color-on-ubuntu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-fix-gtkglsink-show-wrong-color-on-ubuntu.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-request-for-2-more-buffer-for-better-performance.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-request-for-2-more-buffer-for-better-performance.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2videoenc-Set-encoder-output-mode-to-DMABUF_IMPOR.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2videoenc-Set-encoder-output-mode-to-DMABUF_IMPOR.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-v4l2allocator-allow-to-import-single-dmabuf-with-mul.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0002-v4l2allocator-allow-to-import-single-dmabuf-with-mul.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_%.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0/0001-don-t-remove-v4l2-plugin-it-s-the-only-decoder-on-8q.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0/0001-don-t-remove-v4l2-plugin-it-s-the-only-decoder-on-8q.patch -------------------------------------------------------------------------------- /recipes-multimedia/gstreamer/gstreamer1.0_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-multimedia/gstreamer/gstreamer1.0_%.bbappend -------------------------------------------------------------------------------- /recipes-security/optee/optee-client-qoriq_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/recipes-security/optee/optee-client-qoriq_%.bbappend -------------------------------------------------------------------------------- /scripts/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/scripts/README.md -------------------------------------------------------------------------------- /scripts/flex-installer: -------------------------------------------------------------------------------- 1 | ../recipes-extended/flex-installer/flex-installer/flex-installer.sh -------------------------------------------------------------------------------- /tools/imx-setup-desktop.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/tools/imx-setup-desktop.sh -------------------------------------------------------------------------------- /tools/setup-env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/tools/setup-env -------------------------------------------------------------------------------- /wic/qoriq-ls1012a.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls1012a.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls1021aiot.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls1021aiot.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls1028a.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls1028a.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls102xa.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls102xa.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls104xa.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls104xa.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls1088a.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls1088a.wks.in -------------------------------------------------------------------------------- /wic/qoriq-ls2088a.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-ls2088a.wks.in -------------------------------------------------------------------------------- /wic/qoriq-lx216xa.wks.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nxp-imx/meta-nxp-desktop/HEAD/wic/qoriq-lx216xa.wks.in --------------------------------------------------------------------------------