├── .github ├── CODEOWNERS ├── actions │ └── compile │ │ └── action.yml └── workflows │ ├── build-yocto.yml │ ├── monthly.yml │ ├── nightly-build.yml │ ├── pr.yml │ ├── publish-results.yml │ ├── push.yml │ ├── repolinter.yml │ ├── stales.yml │ ├── test-pr.yml │ └── test.yml ├── COPYING.MIT ├── README ├── README.md ├── SECURITY.md ├── ci ├── base.yml ├── generatetests.py ├── initramfs-test.yml ├── iq-8275-evk.yml ├── iq-9075-evk.yml ├── kas-container-shell-helper.sh ├── kas-shell-helper.sh ├── lava.yml ├── lava │ ├── poky-altcfg │ │ ├── README.md │ │ ├── dragonboard-410c │ │ │ └── boot.yaml │ │ ├── dragonboard-820c │ │ │ └── boot.yaml │ │ ├── iq-9075-evk │ │ │ └── boot.yaml │ │ ├── qcs8300-ride-sx │ │ │ └── boot.yaml │ │ ├── qcs9100-ride-sx │ │ │ └── boot.yaml │ │ ├── rb1-core-kit │ │ │ └── boot.yaml │ │ └── rb3gen2-core-kit │ │ │ └── boot.yaml │ └── qcom-distro │ │ ├── README.md │ │ ├── dragonboard-410c │ │ └── boot.yaml │ │ ├── dragonboard-820c │ │ └── boot.yaml │ │ ├── iq-9075-evk │ │ └── boot.yaml │ │ ├── qcs8300-ride-sx │ │ └── boot.yaml │ │ ├── qcs9100-ride-sx │ │ └── boot.yaml │ │ ├── rb1-core-kit │ │ └── boot.yaml │ │ └── rb3gen2-core-kit │ │ └── boot.yaml ├── linux-qcom-next.yml ├── linux-yocto-dev.yml ├── linux-yocto-lts.yml ├── linux-yocto.yml ├── mirror.yml ├── qcm2290.yml ├── qcm6490-idp.yml ├── qcm6490.yml ├── qcom-armv7a.yml ├── qcom-armv8a.yml ├── qcom-distro-kvm.yml ├── qcom-distro-prop-image.yml ├── qcom-distro-sota.yml ├── qcom-distro.yml ├── qcs615-ride.yml ├── qcs6490-rb3gen2-core-kit.yml ├── qcs8300-ride-sx.yml ├── qcs9100-ride-sx.yml ├── qrb2210-rb1-core-kit.yml ├── rb1-core-kit.yml ├── rb3gen2-core-kit.yml ├── schemacheck.py ├── sm8750-mtp.yml ├── staging-kernel-provider.yml ├── world.yml ├── yocto-check-layer.sh ├── yocto-patchreview.sh └── yocto-pybootchartgui.sh ├── classes-recipe ├── image-adbd.bbclass └── image_types_qcom.bbclass ├── classes ├── linux-qcom-bootimg.bbclass ├── linux-qcom-dtbbin.bbclass └── uki-esp-image.bbclass ├── conf ├── layer.conf └── machine │ ├── include │ ├── qcom-apq8016.inc │ ├── qcom-apq8064.inc │ ├── qcom-apq8096.inc │ ├── qcom-base.inc │ ├── qcom-common.inc │ ├── qcom-qcm2290.inc │ ├── qcom-qcs404.inc │ ├── qcom-qcs615.inc │ ├── qcom-qcs6490.inc │ ├── qcom-qcs8300.inc │ ├── qcom-qcs9100.inc │ ├── qcom-sa8155p.inc │ ├── qcom-sdm845.inc │ ├── qcom-sdx55.inc │ ├── qcom-sm8250.inc │ └── qcom-sm8750.inc │ ├── iq-8275-evk.conf │ ├── iq-9075-evk.conf │ ├── qcm6490-idp.conf │ ├── qcom-armv7a.conf │ ├── qcom-armv8a.conf │ ├── qcs615-ride.conf │ ├── qcs6490-rb3gen2-core-kit.conf │ ├── qcs8300-ride-sx.conf │ ├── qcs9100-ride-sx.conf │ ├── qrb2210-rb1-core-kit.conf │ ├── rb1-core-kit.conf │ ├── rb3gen2-core-kit.conf │ └── sm8750-mtp.conf ├── dynamic-layers ├── openembedded-layer │ ├── recipes-connectivity │ │ └── libqmi │ │ │ └── libqmi_%.bbappend │ ├── recipes-devtools │ │ └── android-tools │ │ │ ├── android-tools-adbd-cmdline.bb │ │ │ ├── android-tools-adbd-cmdline │ │ │ └── 50-adbd-cmdline.conf │ │ │ ├── android-tools-conf-configfs │ │ │ └── qcom │ │ │ │ └── android-gadget-setup.machine │ │ │ └── android-tools-conf-configfs_%.bbappend │ ├── recipes-navigation │ │ └── gpsd │ │ │ ├── gpsd │ │ │ └── 0001-Introduce-Qualcomm-PDS-service-support.patch │ │ │ └── gpsd_%.bbappend │ ├── recipes-security │ │ └── qcomtee │ │ │ └── qcomtee_git.bb │ └── recipes-support │ │ ├── libssc │ │ └── libssc_git.bb │ │ ├── opencv │ │ └── opencv_%.bbappend │ │ └── sensors │ │ └── sensinghub_1.0.3.bb └── selinux │ └── recipes-kernel │ └── linux │ └── linux-qcom-next_git.bbappend ├── licenses ├── LICENSE.qcom └── LICENSE.qcom-2 ├── recipes-bsp ├── firmware-boot │ ├── firmware-qcom-boot-common.inc │ ├── firmware-qcom-boot-dragonboard410c-sdcard_17.09.bb │ ├── firmware-qcom-boot-dragonboard410c_1036.1.bb │ ├── firmware-qcom-boot-dragonboard820c_01700.1.bb │ ├── firmware-qcom-boot-qcs615.inc │ ├── firmware-qcom-boot-qcs615_00103.0.bb │ ├── firmware-qcom-boot-qcs6490.inc │ ├── firmware-qcom-boot-qcs6490_00103.0.bb │ ├── firmware-qcom-boot-qcs8300.inc │ ├── firmware-qcom-boot-qcs8300_00103.0.bb │ ├── firmware-qcom-boot-qcs9100.inc │ ├── firmware-qcom-boot-qcs9100_00103.0.bb │ └── firmware-qcom-boot-qrb2210-rb1_23.12.bb ├── firmware │ ├── .gitignore │ ├── firmware-ath6kl_git.bb │ ├── firmware-qcom-adreno.inc │ ├── firmware-qcom-dragonboard-apq8060.bb │ ├── firmware-qcom-dragonboard-apq8074.bb │ ├── firmware-qcom-nhlos.inc │ ├── firmware-qcom-qar2130p.bb │ ├── firmware-qcom-sm8150-hdk.bb │ ├── firmware-qcom-sm8350-hdk.bb │ ├── firmware-qcom-sm8450-hdk.bb │ ├── firmware-qcom-sm8550-hdk.bb │ ├── firmware-qcom-sm8650-hdk.bb │ └── firmware-qcom.inc ├── hexagon-dsp-binaries │ └── hexagon-dsp-binaries_20251111.bb ├── hexagon-dspso │ ├── hexagon-dspso-qcom-qar2130p.bb │ ├── hexagon-dspso-qcom-sm8150-hdk.bb │ ├── hexagon-dspso-qcom-sm8350-hdk.bb │ ├── hexagon-dspso-qcom-sm8450-hdk.bb │ ├── hexagon-dspso-qcom-sm8550-hdk.bb │ ├── hexagon-dspso-qcom-sm8650-hdk.bb │ └── hexagon-dspso.inc ├── images │ ├── initramfs-firmware-db8074-image.bb │ ├── initramfs-firmware-dragonboard410c-image.bb │ ├── initramfs-firmware-dragonboard820c-image.bb │ ├── initramfs-firmware-dragonboard845c-image.bb │ ├── initramfs-firmware-image.inc │ ├── initramfs-firmware-mega-image.bb │ ├── initramfs-firmware-qar2130p-image.bb │ ├── initramfs-firmware-qcs8300-ride-image.bb │ ├── initramfs-firmware-rb1-image.bb │ ├── initramfs-firmware-rb2-image.bb │ ├── initramfs-firmware-rb3gen2-image.bb │ ├── initramfs-firmware-rb5-image.bb │ ├── initramfs-firmware-sa8775p-ride-image.bb │ ├── initramfs-firmware-sm8150-hdk-image.bb │ ├── initramfs-firmware-sm8350-hdk-image.bb │ ├── initramfs-firmware-sm8450-hdk-image.bb │ ├── initramfs-firmware-sm8550-hdk-image.bb │ └── initramfs-firmware-sm8650-hdk-image.bb ├── lk │ ├── lk-db410c-sd-boot_git.bb │ ├── lk-db410c_git.bb │ ├── lk-db820c_git.bb │ └── lk.inc ├── packagegroups │ ├── packagegroup-dragonboard-apq8074.bb │ ├── packagegroup-dragonboard410c.bb │ ├── packagegroup-dragonboard820c.bb │ ├── packagegroup-dragonboard845c.bb │ ├── packagegroup-hamoa-iot-evk.bb │ ├── packagegroup-iq-8275-evk.bb │ ├── packagegroup-iq-9075-evk.bb │ ├── packagegroup-machine-essential.bb │ ├── packagegroup-qar2130p.bb │ ├── packagegroup-qcom.bb │ ├── packagegroup-qcs615-ride.bb │ ├── packagegroup-qcs8300-ride.bb │ ├── packagegroup-rb1.bb │ ├── packagegroup-rb2.bb │ ├── packagegroup-rb3gen2.bb │ ├── packagegroup-rb5.bb │ ├── packagegroup-sa8775p-ride.bb │ ├── packagegroup-sm8150-hdk.bb │ ├── packagegroup-sm8350-hdk.bb │ ├── packagegroup-sm8450-hdk.bb │ ├── packagegroup-sm8550-hdk.bb │ └── packagegroup-sm8650-hdk.bb ├── partition │ └── qcom-partition-conf_git.bb └── u-boot │ └── u-boot_%.bbappend ├── recipes-connectivity └── sigma-dut │ └── sigma-dut_git.bb ├── recipes-devtools ├── debugcc │ └── debugcc_git.bb ├── partition-utils │ └── qcom-ptool_git.bb ├── pil-squasher │ └── pil-squasher_git.bb ├── qc-image-unpacker │ ├── qc-image-unpacker │ │ └── 0004-Fail-if-an-image-can-not-be-opened.patch │ └── qc-image-unpacker_git.bb ├── qca-swiss-army-knife │ ├── qca-swiss-army-knife │ │ ├── 0001-scripts-use-usr-bin-env-python3.patch │ │ ├── ath10k-generate-board-2_json.sh │ │ ├── ath10k-generate-pci-board-2_json.sh │ │ ├── ath11k-generate-ahb-board-2_json.sh │ │ └── ath11k-generate-pci-board-2_json.sh │ └── qca-swiss-army-knife_git.bb ├── qdl │ └── qdl_git.bb ├── qmic │ └── qmic_git.bb ├── qtestsign │ └── qtestsign_git.bb └── skales │ ├── files │ └── 0002-mkbootimg-use-python3.patch │ └── skales_git.bb ├── recipes-graphics ├── adreno │ └── qcom-adreno_1.838.3.bb ├── kgsl-dlkm │ ├── kgsl-dlkm │ │ └── kgsl.rules │ └── kgsl-dlkm_git.bb ├── mesa │ └── mesa.bbappend ├── msm-gbm-backend │ ├── files │ │ ├── 0001-QCOM-libgbm-create-MSM-backend-if-KGSL-GPU.patch │ │ ├── 0002-QCOM-libgbm-use-sysconfdir-to-install-configuration-.patch │ │ └── 0003-QCOM-libgbm-set-install-paths-for-backend-library-co.patch │ └── msm-gbm-backend.bb └── wayland │ └── weston-init.bbappend ├── recipes-kernel ├── images │ ├── esp-qcom-image.bb │ └── initramfs-rootfs-image.bb ├── iris-video-module │ ├── iris-video-dlkm │ │ ├── 0001-video-driver-follow-v4l2_fh_add-_del-API-changes.patch │ │ └── 0001-video-driver-stop-playing-tricks-with-Kbuild.patch │ └── iris-video-dlkm_git.bb ├── linux-firmware │ └── linux-firmware_%.bbappend └── linux │ ├── linux-qcom-next │ └── configs │ │ └── qcom.cfg │ ├── linux-qcom-next_git.bb │ ├── linux-yocto-6.12 │ ├── 0001-firmware-qcom-scm-Introduce-CP_SMMU_APERTURE_ID.patch │ ├── bsp │ │ ├── qcom-armv7a │ │ │ ├── qcom-apq8064.cfg │ │ │ ├── qcom-apq8064.scc │ │ │ ├── qcom-armv7a-standard.scc │ │ │ ├── qcom-armv7a.scc │ │ │ ├── qcom-msm8974.cfg │ │ │ ├── qcom-msm8974.scc │ │ │ ├── qcom-rpm.cfg │ │ │ └── qcom.cfg │ │ └── qcom-armv8a │ │ │ ├── qcom-armv8a-standard.scc │ │ │ ├── qcom-armv8a.scc │ │ │ ├── qcom-extra.cfg │ │ │ ├── qcom-msm8916.cfg │ │ │ ├── qcom-msm8916.scc │ │ │ ├── qcom-msm8996.cfg │ │ │ ├── qcom-msm8996.scc │ │ │ ├── qcom-qcm2290.cfg │ │ │ ├── qcom-qcm2290.scc │ │ │ ├── qcom-qcm6490.cfg │ │ │ ├── qcom-qcm6490.scc │ │ │ ├── qcom-rpm.cfg │ │ │ ├── qcom-rpmh.cfg │ │ │ ├── qcom-sa8775p.cfg │ │ │ ├── qcom-sa8775p.scc │ │ │ ├── qcom-sdm845.cfg │ │ │ ├── qcom-sdm845.scc │ │ │ ├── qcom-sm6115.cfg │ │ │ ├── qcom-sm6115.scc │ │ │ ├── qcom-sm8250.cfg │ │ │ ├── qcom-sm8250.scc │ │ │ ├── qcom-sm8450.cfg │ │ │ ├── qcom-sm8450.scc │ │ │ └── qcom.cfg │ ├── generic-drivers │ │ ├── 0001-Bluetooth-qca-Expand-firmware-name-to-load-specific-.patch │ │ ├── 0001-Bluetooth-qca-fix-NV-variant-for-one-of-WCN3950-SoCs.patch │ │ ├── 0001-FROMLIST-dma-heap-Add-proper-kref-handling-on-dma-bu.patch │ │ ├── 0001-dt-bindings-net-bluetooth-qualcomm-document-WCN3950.patch │ │ ├── 0002-FROMLIST-dma-heap-Provide-accessors-so-that-in-kerne.patch │ │ └── 0003-Bluetooth-qca-add-WCN3950-support.patch │ ├── qcm6490-board-dts │ │ ├── 0001-FROMLIST-arm64-dts-qcom-qcm6490-idp-Update-protected.patch │ │ ├── 0001-PENDING-arm64-dts-qcom-qcm6490-Add-UFS-nodes-for-IDP.patch │ │ ├── 0002-PENDING-arm64-dts-qcom-Add-UFS-nodes-for-qcs6490-rb3.patch │ │ └── 0003-BACKPORT-FROMLIST-arm64-dts-qcom-qcs6490-rb3gen2-Upd.patch │ ├── qcom.scc │ ├── qrb2210-board-dts │ │ ├── 0005-arm64-dts-qcom-qcm2290-add-UART3-device.patch │ │ └── 0006-arm64-dts-qcom-qrb2210-rb1-add-Bluetooth-support.patch │ └── workarounds │ │ ├── 0001-PENDING-arm64-dts-qcm6490-Remove-voltage-voting-for-.patch │ │ ├── 0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch │ │ ├── 0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch │ │ ├── 0002-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch │ │ └── 0002-PENDING-arm64-dts-qcs6490-rb3-Remove-voltage-voting-.patch │ ├── linux-yocto-6.16 │ ├── bsp │ │ ├── qcom-armv7a │ │ │ ├── qcom-apq8064.cfg │ │ │ ├── qcom-apq8064.scc │ │ │ ├── qcom-armv7a-standard.scc │ │ │ ├── qcom-armv7a.scc │ │ │ ├── qcom-msm8974.cfg │ │ │ ├── qcom-msm8974.scc │ │ │ ├── qcom-rpm.cfg │ │ │ └── qcom.cfg │ │ └── qcom-armv8a │ │ │ ├── qcom-armv8a-standard.scc │ │ │ ├── qcom-armv8a.scc │ │ │ ├── qcom-extra.cfg │ │ │ ├── qcom-msm8916.cfg │ │ │ ├── qcom-msm8916.scc │ │ │ ├── qcom-msm8996.cfg │ │ │ ├── qcom-msm8996.scc │ │ │ ├── qcom-qcm2290.cfg │ │ │ ├── qcom-qcm2290.scc │ │ │ ├── qcom-qcm6490.cfg │ │ │ ├── qcom-qcm6490.scc │ │ │ ├── qcom-rpm.cfg │ │ │ ├── qcom-rpmh.cfg │ │ │ ├── qcom-sa8775p.cfg │ │ │ ├── qcom-sa8775p.scc │ │ │ ├── qcom-sdm845.cfg │ │ │ ├── qcom-sdm845.scc │ │ │ ├── qcom-sm6115.cfg │ │ │ ├── qcom-sm6115.scc │ │ │ ├── qcom-sm8250.cfg │ │ │ ├── qcom-sm8250.scc │ │ │ ├── qcom-sm8450.cfg │ │ │ ├── qcom-sm8450.scc │ │ │ └── qcom.cfg │ ├── qcom.scc │ └── workarounds │ │ └── f553aff9a3ab245e722349cc617bcdfe778c69af.patch │ ├── linux-yocto-6.17 │ ├── bsp │ │ ├── qcom-armv7a │ │ │ ├── qcom-apq8064.cfg │ │ │ ├── qcom-apq8064.scc │ │ │ ├── qcom-armv7a-standard.scc │ │ │ ├── qcom-armv7a.scc │ │ │ ├── qcom-msm8974.cfg │ │ │ ├── qcom-msm8974.scc │ │ │ ├── qcom-rpm.cfg │ │ │ └── qcom.cfg │ │ └── qcom-armv8a │ │ │ ├── qcom-armv8a-standard.scc │ │ │ ├── qcom-armv8a.scc │ │ │ ├── qcom-extra.cfg │ │ │ ├── qcom-msm8916.cfg │ │ │ ├── qcom-msm8916.scc │ │ │ ├── qcom-msm8996.cfg │ │ │ ├── qcom-msm8996.scc │ │ │ ├── qcom-qcm2290.cfg │ │ │ ├── qcom-qcm2290.scc │ │ │ ├── qcom-qcm6490.cfg │ │ │ ├── qcom-qcm6490.scc │ │ │ ├── qcom-rpm.cfg │ │ │ ├── qcom-rpmh.cfg │ │ │ ├── qcom-sa8775p.cfg │ │ │ ├── qcom-sa8775p.scc │ │ │ ├── qcom-sdm845.cfg │ │ │ ├── qcom-sdm845.scc │ │ │ ├── qcom-sm6115.cfg │ │ │ ├── qcom-sm6115.scc │ │ │ ├── qcom-sm8250.cfg │ │ │ ├── qcom-sm8250.scc │ │ │ ├── qcom-sm8450.cfg │ │ │ ├── qcom-sm8450.scc │ │ │ └── qcom.cfg │ ├── qcom.scc │ └── workarounds │ │ └── f553aff9a3ab245e722349cc617bcdfe778c69af.patch │ ├── linux-yocto-dev.bbappend │ ├── linux-yocto-dev │ ├── configs │ │ └── qcom.cfg │ ├── drivers │ │ ├── 0003-PCI-Add-new-start_link-stop_link-function-ops.patch │ │ ├── 0004-PCI-dwc-Add-host_start_link-host_start_link-hooks-fo.patch │ │ ├── 0005-PCI-dwc-Implement-.start_link-.stop_link-hooks.patch │ │ ├── 0006-PCI-qcom-Add-support-for-host_stop_link-host_start_l.patch │ │ ├── 0007-PCI-PCI-Add-pcie_link_is_active-to-determine-if-the-.patch │ │ └── 0008-PCI-pwrctrl-Add-power-control-driver-for-tc9563.patch │ ├── qcm6490-board-dts │ │ ├── 0001-PENDING-enable-xHCI.patch │ │ ├── 0001-dt-bindings-PCI-Add-binding-for-Toshiba-TC9563-PCIe-.patch │ │ └── 0002-arm64-dts-qcom-qcs6490-rb3gen2-Add-TC9563-PCIe-switc.patch │ └── workarounds │ │ ├── 0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch │ │ └── 0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch │ ├── linux-yocto_%.bbappend │ ├── linux-yocto_6.12.bbappend │ ├── linux-yocto_6.16.bbappend │ └── linux-yocto_6.17.bbappend ├── recipes-multimedia ├── camx │ └── camx-dlkm_git.bb └── fastcv │ └── qcom-fastcv-binaries_1.8.3.bb ├── recipes-support ├── abl2esp │ └── abl2esp_1.0.bb ├── audio │ ├── alsa-ucm-conf │ │ ├── 0001-Qualcomm-Add-QCS9075-IQ-EVK-HiFi-config.patch │ │ ├── 0001-ucm2-Qualcomm-Add-MONACO-EVK-HiFi-config.patch │ │ ├── 0001-ucm2-Qualcomm-Rename-qcs6490-rb3gen2-and-qcs9075-iq-.patch │ │ ├── 0001-ucm2-Qualcomm-Update-the-QCM6490-and-QCS6490-hifi-co.patch │ │ ├── 0001-ucm2-Qualcomm-sa8775p-Move-lemans-evk-hifi-to-sa8775.patch │ │ └── 0002-ucm2-Qualcomm-Update-the-HIFI-enable-mixer-commands-.patch │ └── alsa-ucm-conf_%.bbappend ├── fastrpc │ ├── fastrpc │ │ ├── adsprpcd.service │ │ ├── cdsprpcd.service │ │ ├── guess-dsp.sh │ │ ├── run-ptest │ │ └── sdsprpcd.service │ └── fastrpc_1.0.1.bb ├── hexagonrpc │ ├── hexagonrpc │ │ ├── 0001-apps_mem-specify-int-argument-to-fastrpc_apps_mem_in.patch │ │ └── 0001-listener-fix-Wsign-compare-error.patch │ └── hexagonrpc_git.bb ├── initrdscripts │ ├── files │ │ └── copy-modules.sh │ └── initramfs-module-copy-modules_1.0.bb ├── libdmabufheap │ └── libdmabufheap_1.0.0.bb ├── libvmmem │ └── libvmmem_1.0.0.bb ├── pd-mapper │ └── pd-mapper_git.bb ├── qbootctl │ ├── files │ │ └── qbootctl-bless-boot.service.in │ └── qbootctl_git.bb ├── qmi-framework │ └── qmi-framework_0.1.1.bb ├── qrtr │ └── qrtr_git.bb ├── rmtfs │ └── rmtfs_git.bb ├── rust-android-sparse │ ├── rust-android-sparse-crates.inc │ └── rust-android-sparse_0.6.0.bb └── tqftpserv │ └── tqftpserv_git.bb ├── recipes-test ├── bootrr │ └── bootrr_git.bb ├── diag │ └── diag_git.bb ├── images │ ├── initramfs-kerneltest-full-image.bb │ ├── initramfs-kerneltest-image.bb │ ├── initramfs-test-full-image.bb │ ├── initramfs-test-image.bb │ └── initramfs-tiny-image.bb ├── libdiag │ └── libdiag_1.0.3.bb └── mybw │ ├── mybw │ └── 0001-makefile-Allow-CFLAGS-LDFLAGS-from-environment.patch │ └── mybw_git.bb └── scripts └── lib └── wic └── canned-wks └── dragonboard410c-sd.wks /.github/CODEOWNERS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/CODEOWNERS -------------------------------------------------------------------------------- /.github/actions/compile/action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/actions/compile/action.yml -------------------------------------------------------------------------------- /.github/workflows/build-yocto.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/build-yocto.yml -------------------------------------------------------------------------------- /.github/workflows/monthly.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/monthly.yml -------------------------------------------------------------------------------- /.github/workflows/nightly-build.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/nightly-build.yml -------------------------------------------------------------------------------- /.github/workflows/pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/pr.yml -------------------------------------------------------------------------------- /.github/workflows/publish-results.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/publish-results.yml -------------------------------------------------------------------------------- /.github/workflows/push.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/push.yml -------------------------------------------------------------------------------- /.github/workflows/repolinter.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/repolinter.yml -------------------------------------------------------------------------------- /.github/workflows/stales.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/stales.yml -------------------------------------------------------------------------------- /.github/workflows/test-pr.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/test-pr.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /COPYING.MIT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/COPYING.MIT -------------------------------------------------------------------------------- /README: -------------------------------------------------------------------------------- 1 | README.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/SECURITY.md -------------------------------------------------------------------------------- /ci/base.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/base.yml -------------------------------------------------------------------------------- /ci/generatetests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/generatetests.py -------------------------------------------------------------------------------- /ci/initramfs-test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/initramfs-test.yml -------------------------------------------------------------------------------- /ci/iq-8275-evk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/iq-8275-evk.yml -------------------------------------------------------------------------------- /ci/iq-9075-evk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/iq-9075-evk.yml -------------------------------------------------------------------------------- /ci/kas-container-shell-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/kas-container-shell-helper.sh -------------------------------------------------------------------------------- /ci/kas-shell-helper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/kas-shell-helper.sh -------------------------------------------------------------------------------- /ci/lava.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava.yml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/README.md -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/dragonboard-410c/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/dragonboard-410c/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/dragonboard-820c/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/dragonboard-820c/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/iq-9075-evk/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/iq-9075-evk/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/qcs8300-ride-sx/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/qcs8300-ride-sx/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/qcs9100-ride-sx/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/qcs9100-ride-sx/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/rb1-core-kit/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/rb1-core-kit/boot.yaml -------------------------------------------------------------------------------- /ci/lava/poky-altcfg/rb3gen2-core-kit/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/poky-altcfg/rb3gen2-core-kit/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/README.md -------------------------------------------------------------------------------- /ci/lava/qcom-distro/dragonboard-410c/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/dragonboard-410c/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/dragonboard-820c/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/dragonboard-820c/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/iq-9075-evk/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/iq-9075-evk/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/qcs8300-ride-sx/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/qcs8300-ride-sx/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/qcs9100-ride-sx/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/qcs9100-ride-sx/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/rb1-core-kit/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/rb1-core-kit/boot.yaml -------------------------------------------------------------------------------- /ci/lava/qcom-distro/rb3gen2-core-kit/boot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/lava/qcom-distro/rb3gen2-core-kit/boot.yaml -------------------------------------------------------------------------------- /ci/linux-qcom-next.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/linux-qcom-next.yml -------------------------------------------------------------------------------- /ci/linux-yocto-dev.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/linux-yocto-dev.yml -------------------------------------------------------------------------------- /ci/linux-yocto-lts.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/linux-yocto-lts.yml -------------------------------------------------------------------------------- /ci/linux-yocto.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/linux-yocto.yml -------------------------------------------------------------------------------- /ci/mirror.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/mirror.yml -------------------------------------------------------------------------------- /ci/qcm2290.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcm2290.yml -------------------------------------------------------------------------------- /ci/qcm6490-idp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcm6490-idp.yml -------------------------------------------------------------------------------- /ci/qcm6490.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcm6490.yml -------------------------------------------------------------------------------- /ci/qcom-armv7a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-armv7a.yml -------------------------------------------------------------------------------- /ci/qcom-armv8a.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-armv8a.yml -------------------------------------------------------------------------------- /ci/qcom-distro-kvm.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-distro-kvm.yml -------------------------------------------------------------------------------- /ci/qcom-distro-prop-image.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-distro-prop-image.yml -------------------------------------------------------------------------------- /ci/qcom-distro-sota.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-distro-sota.yml -------------------------------------------------------------------------------- /ci/qcom-distro.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcom-distro.yml -------------------------------------------------------------------------------- /ci/qcs615-ride.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcs615-ride.yml -------------------------------------------------------------------------------- /ci/qcs6490-rb3gen2-core-kit.yml: -------------------------------------------------------------------------------- 1 | rb3gen2-core-kit.yml -------------------------------------------------------------------------------- /ci/qcs8300-ride-sx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcs8300-ride-sx.yml -------------------------------------------------------------------------------- /ci/qcs9100-ride-sx.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/qcs9100-ride-sx.yml -------------------------------------------------------------------------------- /ci/qrb2210-rb1-core-kit.yml: -------------------------------------------------------------------------------- 1 | rb1-core-kit.yml -------------------------------------------------------------------------------- /ci/rb1-core-kit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/rb1-core-kit.yml -------------------------------------------------------------------------------- /ci/rb3gen2-core-kit.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/rb3gen2-core-kit.yml -------------------------------------------------------------------------------- /ci/schemacheck.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/schemacheck.py -------------------------------------------------------------------------------- /ci/sm8750-mtp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/sm8750-mtp.yml -------------------------------------------------------------------------------- /ci/staging-kernel-provider.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/staging-kernel-provider.yml -------------------------------------------------------------------------------- /ci/world.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/world.yml -------------------------------------------------------------------------------- /ci/yocto-check-layer.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/yocto-check-layer.sh -------------------------------------------------------------------------------- /ci/yocto-patchreview.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/yocto-patchreview.sh -------------------------------------------------------------------------------- /ci/yocto-pybootchartgui.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/ci/yocto-pybootchartgui.sh -------------------------------------------------------------------------------- /classes-recipe/image-adbd.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/classes-recipe/image-adbd.bbclass -------------------------------------------------------------------------------- /classes-recipe/image_types_qcom.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/classes-recipe/image_types_qcom.bbclass -------------------------------------------------------------------------------- /classes/linux-qcom-bootimg.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/classes/linux-qcom-bootimg.bbclass -------------------------------------------------------------------------------- /classes/linux-qcom-dtbbin.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/classes/linux-qcom-dtbbin.bbclass -------------------------------------------------------------------------------- /classes/uki-esp-image.bbclass: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/classes/uki-esp-image.bbclass -------------------------------------------------------------------------------- /conf/layer.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/layer.conf -------------------------------------------------------------------------------- /conf/machine/include/qcom-apq8016.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-apq8016.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-apq8064.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-apq8064.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-apq8096.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-apq8096.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-base.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-base.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-common.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcm2290.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcm2290.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcs404.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcs404.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcs615.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcs615.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcs6490.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcs6490.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcs8300.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcs8300.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-qcs9100.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-qcs9100.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-sa8155p.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-sa8155p.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-sdm845.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-sdm845.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-sdx55.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-sdx55.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-sm8250.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-sm8250.inc -------------------------------------------------------------------------------- /conf/machine/include/qcom-sm8750.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/include/qcom-sm8750.inc -------------------------------------------------------------------------------- /conf/machine/iq-8275-evk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/iq-8275-evk.conf -------------------------------------------------------------------------------- /conf/machine/iq-9075-evk.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/iq-9075-evk.conf -------------------------------------------------------------------------------- /conf/machine/qcm6490-idp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcm6490-idp.conf -------------------------------------------------------------------------------- /conf/machine/qcom-armv7a.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcom-armv7a.conf -------------------------------------------------------------------------------- /conf/machine/qcom-armv8a.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcom-armv8a.conf -------------------------------------------------------------------------------- /conf/machine/qcs615-ride.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcs615-ride.conf -------------------------------------------------------------------------------- /conf/machine/qcs6490-rb3gen2-core-kit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcs6490-rb3gen2-core-kit.conf -------------------------------------------------------------------------------- /conf/machine/qcs8300-ride-sx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcs8300-ride-sx.conf -------------------------------------------------------------------------------- /conf/machine/qcs9100-ride-sx.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qcs9100-ride-sx.conf -------------------------------------------------------------------------------- /conf/machine/qrb2210-rb1-core-kit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/qrb2210-rb1-core-kit.conf -------------------------------------------------------------------------------- /conf/machine/rb1-core-kit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/rb1-core-kit.conf -------------------------------------------------------------------------------- /conf/machine/rb3gen2-core-kit.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/rb3gen2-core-kit.conf -------------------------------------------------------------------------------- /conf/machine/sm8750-mtp.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/conf/machine/sm8750-mtp.conf -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-connectivity/libqmi/libqmi_%.bbappend: -------------------------------------------------------------------------------- 1 | PACKAGECONFIG:append:qcom = " qrtr" 2 | -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-adbd-cmdline.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-adbd-cmdline.bb -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-adbd-cmdline/50-adbd-cmdline.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-adbd-cmdline/50-adbd-cmdline.conf -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-conf-configfs/qcom/android-gadget-setup.machine: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-conf-configfs/qcom/android-gadget-setup.machine -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-conf-configfs_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-devtools/android-tools/android-tools-conf-configfs_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-navigation/gpsd/gpsd/0001-Introduce-Qualcomm-PDS-service-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-navigation/gpsd/gpsd/0001-Introduce-Qualcomm-PDS-service-support.patch -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-navigation/gpsd/gpsd_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-navigation/gpsd/gpsd_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-security/qcomtee/qcomtee_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-security/qcomtee/qcomtee_git.bb -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-support/libssc/libssc_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-support/libssc/libssc_git.bb -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-support/opencv/opencv_%.bbappend -------------------------------------------------------------------------------- /dynamic-layers/openembedded-layer/recipes-support/sensors/sensinghub_1.0.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/openembedded-layer/recipes-support/sensors/sensinghub_1.0.3.bb -------------------------------------------------------------------------------- /dynamic-layers/selinux/recipes-kernel/linux/linux-qcom-next_git.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/dynamic-layers/selinux/recipes-kernel/linux/linux-qcom-next_git.bbappend -------------------------------------------------------------------------------- /licenses/LICENSE.qcom: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/licenses/LICENSE.qcom -------------------------------------------------------------------------------- /licenses/LICENSE.qcom-2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/licenses/LICENSE.qcom-2 -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-common.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-common.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard410c-sdcard_17.09.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard410c-sdcard_17.09.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard410c_1036.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard410c_1036.1.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard820c_01700.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-dragonboard820c_01700.1.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615_00103.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs615_00103.0.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490_00103.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs6490_00103.0.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300_00103.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs8300_00103.0.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100_00103.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qcs9100_00103.0.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware-boot/firmware-qcom-boot-qrb2210-rb1_23.12.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware-boot/firmware-qcom-boot-qrb2210-rb1_23.12.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/.gitignore -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-ath6kl_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-ath6kl_git.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-adreno.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-adreno.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-dragonboard-apq8060.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-dragonboard-apq8060.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-dragonboard-apq8074.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-dragonboard-apq8074.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-nhlos.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-nhlos.inc -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-qar2130p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-qar2130p.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-sm8150-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-sm8150-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-sm8350-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-sm8350-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-sm8450-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-sm8450-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-sm8550-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-sm8550-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom-sm8650-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom-sm8650-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/firmware/firmware-qcom.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/firmware/firmware-qcom.inc -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dsp-binaries/hexagon-dsp-binaries_20251111.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dsp-binaries/hexagon-dsp-binaries_20251111.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-qar2130p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-qar2130p.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8150-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8150-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8350-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8350-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8450-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8450-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8550-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8550-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8650-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso-qcom-sm8650-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/hexagon-dspso/hexagon-dspso.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/hexagon-dspso/hexagon-dspso.inc -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-db8074-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-db8074-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-dragonboard410c-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-dragonboard410c-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-dragonboard820c-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-dragonboard820c-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-dragonboard845c-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-dragonboard845c-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-image.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-image.inc -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-mega-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-mega-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-qar2130p-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-qar2130p-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-qcs8300-ride-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-qcs8300-ride-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-rb1-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-rb1-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-rb2-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-rb2-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-rb3gen2-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-rb3gen2-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-rb5-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-rb5-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sa8775p-ride-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sa8775p-ride-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sm8150-hdk-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sm8150-hdk-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sm8350-hdk-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sm8350-hdk-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sm8450-hdk-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sm8450-hdk-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sm8550-hdk-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sm8550-hdk-image.bb -------------------------------------------------------------------------------- /recipes-bsp/images/initramfs-firmware-sm8650-hdk-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/images/initramfs-firmware-sm8650-hdk-image.bb -------------------------------------------------------------------------------- /recipes-bsp/lk/lk-db410c-sd-boot_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/lk/lk-db410c-sd-boot_git.bb -------------------------------------------------------------------------------- /recipes-bsp/lk/lk-db410c_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/lk/lk-db410c_git.bb -------------------------------------------------------------------------------- /recipes-bsp/lk/lk-db820c_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/lk/lk-db820c_git.bb -------------------------------------------------------------------------------- /recipes-bsp/lk/lk.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/lk/lk.inc -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-dragonboard-apq8074.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-dragonboard-apq8074.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-dragonboard410c.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-dragonboard410c.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-dragonboard820c.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-dragonboard820c.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-dragonboard845c.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-dragonboard845c.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-hamoa-iot-evk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-hamoa-iot-evk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-iq-8275-evk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-iq-8275-evk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-iq-9075-evk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-iq-9075-evk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-machine-essential.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-machine-essential.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-qar2130p.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-qar2130p.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-qcom.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-qcom.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-qcs615-ride.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-qcs615-ride.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-qcs8300-ride.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-qcs8300-ride.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-rb1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-rb1.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-rb2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-rb2.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-rb3gen2.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-rb3gen2.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-rb5.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-rb5.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sa8775p-ride.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sa8775p-ride.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sm8150-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sm8150-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sm8350-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sm8350-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sm8450-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sm8450-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sm8550-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sm8550-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/packagegroups/packagegroup-sm8650-hdk.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/packagegroups/packagegroup-sm8650-hdk.bb -------------------------------------------------------------------------------- /recipes-bsp/partition/qcom-partition-conf_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/partition/qcom-partition-conf_git.bb -------------------------------------------------------------------------------- /recipes-bsp/u-boot/u-boot_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-bsp/u-boot/u-boot_%.bbappend -------------------------------------------------------------------------------- /recipes-connectivity/sigma-dut/sigma-dut_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-connectivity/sigma-dut/sigma-dut_git.bb -------------------------------------------------------------------------------- /recipes-devtools/debugcc/debugcc_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/debugcc/debugcc_git.bb -------------------------------------------------------------------------------- /recipes-devtools/partition-utils/qcom-ptool_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/partition-utils/qcom-ptool_git.bb -------------------------------------------------------------------------------- /recipes-devtools/pil-squasher/pil-squasher_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/pil-squasher/pil-squasher_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qc-image-unpacker/qc-image-unpacker/0004-Fail-if-an-image-can-not-be-opened.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qc-image-unpacker/qc-image-unpacker/0004-Fail-if-an-image-can-not-be-opened.patch -------------------------------------------------------------------------------- /recipes-devtools/qc-image-unpacker/qc-image-unpacker_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qc-image-unpacker/qc-image-unpacker_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/0001-scripts-use-usr-bin-env-python3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/0001-scripts-use-usr-bin-env-python3.patch -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath10k-generate-board-2_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath10k-generate-board-2_json.sh -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath10k-generate-pci-board-2_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath10k-generate-pci-board-2_json.sh -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-ahb-board-2_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-ahb-board-2_json.sh -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-pci-board-2_json.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife/ath11k-generate-pci-board-2_json.sh -------------------------------------------------------------------------------- /recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qca-swiss-army-knife/qca-swiss-army-knife_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qdl/qdl_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qdl/qdl_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qmic/qmic_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qmic/qmic_git.bb -------------------------------------------------------------------------------- /recipes-devtools/qtestsign/qtestsign_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/qtestsign/qtestsign_git.bb -------------------------------------------------------------------------------- /recipes-devtools/skales/files/0002-mkbootimg-use-python3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/skales/files/0002-mkbootimg-use-python3.patch -------------------------------------------------------------------------------- /recipes-devtools/skales/skales_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-devtools/skales/skales_git.bb -------------------------------------------------------------------------------- /recipes-graphics/adreno/qcom-adreno_1.838.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/adreno/qcom-adreno_1.838.3.bb -------------------------------------------------------------------------------- /recipes-graphics/kgsl-dlkm/kgsl-dlkm/kgsl.rules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/kgsl-dlkm/kgsl-dlkm/kgsl.rules -------------------------------------------------------------------------------- /recipes-graphics/kgsl-dlkm/kgsl-dlkm_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/kgsl-dlkm/kgsl-dlkm_git.bb -------------------------------------------------------------------------------- /recipes-graphics/mesa/mesa.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/mesa/mesa.bbappend -------------------------------------------------------------------------------- /recipes-graphics/msm-gbm-backend/files/0001-QCOM-libgbm-create-MSM-backend-if-KGSL-GPU.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/msm-gbm-backend/files/0001-QCOM-libgbm-create-MSM-backend-if-KGSL-GPU.patch -------------------------------------------------------------------------------- /recipes-graphics/msm-gbm-backend/files/0002-QCOM-libgbm-use-sysconfdir-to-install-configuration-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/msm-gbm-backend/files/0002-QCOM-libgbm-use-sysconfdir-to-install-configuration-.patch -------------------------------------------------------------------------------- /recipes-graphics/msm-gbm-backend/files/0003-QCOM-libgbm-set-install-paths-for-backend-library-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/msm-gbm-backend/files/0003-QCOM-libgbm-set-install-paths-for-backend-library-co.patch -------------------------------------------------------------------------------- /recipes-graphics/msm-gbm-backend/msm-gbm-backend.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-graphics/msm-gbm-backend/msm-gbm-backend.bb -------------------------------------------------------------------------------- /recipes-graphics/wayland/weston-init.bbappend: -------------------------------------------------------------------------------- 1 | DEFAULTBACKEND:qcom ?= "drm" 2 | -------------------------------------------------------------------------------- /recipes-kernel/images/esp-qcom-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/images/esp-qcom-image.bb -------------------------------------------------------------------------------- /recipes-kernel/images/initramfs-rootfs-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/images/initramfs-rootfs-image.bb -------------------------------------------------------------------------------- /recipes-kernel/iris-video-module/iris-video-dlkm/0001-video-driver-follow-v4l2_fh_add-_del-API-changes.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/iris-video-module/iris-video-dlkm/0001-video-driver-follow-v4l2_fh_add-_del-API-changes.patch -------------------------------------------------------------------------------- /recipes-kernel/iris-video-module/iris-video-dlkm/0001-video-driver-stop-playing-tricks-with-Kbuild.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/iris-video-module/iris-video-dlkm/0001-video-driver-stop-playing-tricks-with-Kbuild.patch -------------------------------------------------------------------------------- /recipes-kernel/iris-video-module/iris-video-dlkm_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/iris-video-module/iris-video-dlkm_git.bb -------------------------------------------------------------------------------- /recipes-kernel/linux-firmware/linux-firmware_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux-firmware/linux-firmware_%.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-qcom-next/configs/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-qcom-next_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-qcom-next_git.bb -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/0001-firmware-qcom-scm-Introduce-CP_SMMU_APERTURE_ID.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/0001-firmware-qcom-scm-Introduce-CP_SMMU_APERTURE_ID.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-apq8064.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-apq8064.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-apq8064.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-apq8064.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-armv7a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-armv7a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-armv7a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-armv7a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-msm8974.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-msm8974.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-msm8974.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-msm8974.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom-rpm.cfg: -------------------------------------------------------------------------------- 1 | ../qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv7a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-armv8a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-armv8a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-armv8a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-armv8a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-extra.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-extra.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8916.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8916.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8916.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8916.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8996.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8996.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8996.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-msm8996.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm2290.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm2290.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm2290.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm2290.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm6490.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm6490.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm6490.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-qcm6490.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-rpm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-rpmh.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-rpmh.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sa8775p.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sa8775p.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sa8775p.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sa8775p.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sdm845.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sdm845.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sdm845.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sdm845.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm6115.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm6115.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm6115.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm6115.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8250.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8250.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8250.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8250.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8450.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8450.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8450.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom-sm8450.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/bsp/qcom-armv8a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-Bluetooth-qca-Expand-firmware-name-to-load-specific-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-Bluetooth-qca-Expand-firmware-name-to-load-specific-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-Bluetooth-qca-fix-NV-variant-for-one-of-WCN3950-SoCs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-Bluetooth-qca-fix-NV-variant-for-one-of-WCN3950-SoCs.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-FROMLIST-dma-heap-Add-proper-kref-handling-on-dma-bu.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-FROMLIST-dma-heap-Add-proper-kref-handling-on-dma-bu.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-dt-bindings-net-bluetooth-qualcomm-document-WCN3950.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0001-dt-bindings-net-bluetooth-qualcomm-document-WCN3950.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0002-FROMLIST-dma-heap-Provide-accessors-so-that-in-kerne.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0002-FROMLIST-dma-heap-Provide-accessors-so-that-in-kerne.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0003-Bluetooth-qca-add-WCN3950-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/generic-drivers/0003-Bluetooth-qca-add-WCN3950-support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0001-FROMLIST-arm64-dts-qcom-qcm6490-idp-Update-protected.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0001-FROMLIST-arm64-dts-qcom-qcm6490-idp-Update-protected.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0001-PENDING-arm64-dts-qcom-qcm6490-Add-UFS-nodes-for-IDP.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0001-PENDING-arm64-dts-qcom-qcm6490-Add-UFS-nodes-for-IDP.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0002-PENDING-arm64-dts-qcom-Add-UFS-nodes-for-qcs6490-rb3.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0002-PENDING-arm64-dts-qcom-Add-UFS-nodes-for-qcs6490-rb3.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0003-BACKPORT-FROMLIST-arm64-dts-qcom-qcs6490-rb3gen2-Upd.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qcm6490-board-dts/0003-BACKPORT-FROMLIST-arm64-dts-qcom-qcs6490-rb3gen2-Upd.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qcom.scc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qrb2210-board-dts/0005-arm64-dts-qcom-qcm2290-add-UART3-device.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qrb2210-board-dts/0005-arm64-dts-qcom-qcm2290-add-UART3-device.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/qrb2210-board-dts/0006-arm64-dts-qcom-qrb2210-rb1-add-Bluetooth-support.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/qrb2210-board-dts/0006-arm64-dts-qcom-qrb2210-rb1-add-Bluetooth-support.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-PENDING-arm64-dts-qcm6490-Remove-voltage-voting-for-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-PENDING-arm64-dts-qcm6490-Remove-voltage-voting-for-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/workarounds/0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/workarounds/0002-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/workarounds/0002-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.12/workarounds/0002-PENDING-arm64-dts-qcs6490-rb3-Remove-voltage-voting-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.12/workarounds/0002-PENDING-arm64-dts-qcs6490-rb3-Remove-voltage-voting-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-apq8064.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-apq8064.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-apq8064.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-apq8064.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-armv7a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-armv7a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-armv7a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-armv7a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-msm8974.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-msm8974.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-msm8974.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-msm8974.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom-rpm.cfg: -------------------------------------------------------------------------------- 1 | ../qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv7a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-armv8a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-armv8a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-armv8a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-armv8a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-extra.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-extra.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8916.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8916.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8916.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8916.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8996.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8996.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8996.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-msm8996.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm2290.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm2290.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm2290.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm2290.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm6490.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm6490.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm6490.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-qcm6490.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-rpm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-rpmh.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-rpmh.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sa8775p.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sa8775p.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sa8775p.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sa8775p.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sdm845.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sdm845.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sdm845.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sdm845.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm6115.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm6115.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm6115.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm6115.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8250.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8250.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8250.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8250.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8450.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8450.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8450.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom-sm8450.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/bsp/qcom-armv8a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/qcom.scc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.16/workarounds/f553aff9a3ab245e722349cc617bcdfe778c69af.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.16/workarounds/f553aff9a3ab245e722349cc617bcdfe778c69af.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-apq8064.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-apq8064.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-apq8064.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-apq8064.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-armv7a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-armv7a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-armv7a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-armv7a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-msm8974.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-msm8974.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-msm8974.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-msm8974.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom-rpm.cfg: -------------------------------------------------------------------------------- 1 | ../qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv7a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-armv8a-standard.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-armv8a-standard.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-armv8a.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-armv8a.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-extra.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-extra.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8916.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8916.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8916.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8916.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8996.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8996.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8996.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-msm8996.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm2290.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm2290.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm2290.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm2290.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm6490.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm6490.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm6490.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-qcm6490.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-rpm.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-rpm.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-rpmh.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-rpmh.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sa8775p.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sa8775p.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sa8775p.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sa8775p.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sdm845.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sdm845.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sdm845.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sdm845.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm6115.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm6115.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm6115.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm6115.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8250.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8250.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8250.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8250.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8450.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8450.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8450.scc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom-sm8450.scc -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/bsp/qcom-armv8a/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/qcom.scc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-6.17/workarounds/f553aff9a3ab245e722349cc617bcdfe778c69af.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-6.17/workarounds/f553aff9a3ab245e722349cc617bcdfe778c69af.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/configs/qcom.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/configs/qcom.cfg -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0003-PCI-Add-new-start_link-stop_link-function-ops.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0003-PCI-Add-new-start_link-stop_link-function-ops.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0004-PCI-dwc-Add-host_start_link-host_start_link-hooks-fo.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0004-PCI-dwc-Add-host_start_link-host_start_link-hooks-fo.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0005-PCI-dwc-Implement-.start_link-.stop_link-hooks.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0005-PCI-dwc-Implement-.start_link-.stop_link-hooks.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0006-PCI-qcom-Add-support-for-host_stop_link-host_start_l.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0006-PCI-qcom-Add-support-for-host_stop_link-host_start_l.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0007-PCI-PCI-Add-pcie_link_is_active-to-determine-if-the-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0007-PCI-PCI-Add-pcie_link_is_active-to-determine-if-the-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/drivers/0008-PCI-pwrctrl-Add-power-control-driver-for-tc9563.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/drivers/0008-PCI-pwrctrl-Add-power-control-driver-for-tc9563.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0001-PENDING-enable-xHCI.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0001-PENDING-enable-xHCI.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0001-dt-bindings-PCI-Add-binding-for-Toshiba-TC9563-PCIe-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0001-dt-bindings-PCI-Add-binding-for-Toshiba-TC9563-PCIe-.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0002-arm64-dts-qcom-qcs6490-rb3gen2-Add-TC9563-PCIe-switc.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/qcm6490-board-dts/0002-arm64-dts-qcom-qcs6490-rb3gen2-Add-TC9563-PCIe-switc.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/workarounds/0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/workarounds/0001-PENDING-arm64-dts-qcom-Remove-voltage-vote-support-f.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto-dev/workarounds/0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto-dev/workarounds/0001-QCLINUX-arm64-dts-qcom-qcm6490-disable-sdhc1-for-ufs.patch -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto_%.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_6.12.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto_6.12.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_6.16.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto_6.16.bbappend -------------------------------------------------------------------------------- /recipes-kernel/linux/linux-yocto_6.17.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-kernel/linux/linux-yocto_6.17.bbappend -------------------------------------------------------------------------------- /recipes-multimedia/camx/camx-dlkm_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-multimedia/camx/camx-dlkm_git.bb -------------------------------------------------------------------------------- /recipes-multimedia/fastcv/qcom-fastcv-binaries_1.8.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-multimedia/fastcv/qcom-fastcv-binaries_1.8.3.bb -------------------------------------------------------------------------------- /recipes-support/abl2esp/abl2esp_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/abl2esp/abl2esp_1.0.bb -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0001-Qualcomm-Add-QCS9075-IQ-EVK-HiFi-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0001-Qualcomm-Add-QCS9075-IQ-EVK-HiFi-config.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Add-MONACO-EVK-HiFi-config.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Add-MONACO-EVK-HiFi-config.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Rename-qcs6490-rb3gen2-and-qcs9075-iq-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Rename-qcs6490-rb3gen2-and-qcs9075-iq-.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Update-the-QCM6490-and-QCS6490-hifi-co.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-Update-the-QCM6490-and-QCS6490-hifi-co.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-sa8775p-Move-lemans-evk-hifi-to-sa8775.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0001-ucm2-Qualcomm-sa8775p-Move-lemans-evk-hifi-to-sa8775.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf/0002-ucm2-Qualcomm-Update-the-HIFI-enable-mixer-commands-.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf/0002-ucm2-Qualcomm-Update-the-HIFI-enable-mixer-commands-.patch -------------------------------------------------------------------------------- /recipes-support/audio/alsa-ucm-conf_%.bbappend: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/audio/alsa-ucm-conf_%.bbappend -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc/adsprpcd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc/adsprpcd.service -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc/cdsprpcd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc/cdsprpcd.service -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc/guess-dsp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc/guess-dsp.sh -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc/run-ptest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc/run-ptest -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc/sdsprpcd.service: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc/sdsprpcd.service -------------------------------------------------------------------------------- /recipes-support/fastrpc/fastrpc_1.0.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/fastrpc/fastrpc_1.0.1.bb -------------------------------------------------------------------------------- /recipes-support/hexagonrpc/hexagonrpc/0001-apps_mem-specify-int-argument-to-fastrpc_apps_mem_in.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/hexagonrpc/hexagonrpc/0001-apps_mem-specify-int-argument-to-fastrpc_apps_mem_in.patch -------------------------------------------------------------------------------- /recipes-support/hexagonrpc/hexagonrpc/0001-listener-fix-Wsign-compare-error.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/hexagonrpc/hexagonrpc/0001-listener-fix-Wsign-compare-error.patch -------------------------------------------------------------------------------- /recipes-support/hexagonrpc/hexagonrpc_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/hexagonrpc/hexagonrpc_git.bb -------------------------------------------------------------------------------- /recipes-support/initrdscripts/files/copy-modules.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/initrdscripts/files/copy-modules.sh -------------------------------------------------------------------------------- /recipes-support/initrdscripts/initramfs-module-copy-modules_1.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/initrdscripts/initramfs-module-copy-modules_1.0.bb -------------------------------------------------------------------------------- /recipes-support/libdmabufheap/libdmabufheap_1.0.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/libdmabufheap/libdmabufheap_1.0.0.bb -------------------------------------------------------------------------------- /recipes-support/libvmmem/libvmmem_1.0.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/libvmmem/libvmmem_1.0.0.bb -------------------------------------------------------------------------------- /recipes-support/pd-mapper/pd-mapper_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/pd-mapper/pd-mapper_git.bb -------------------------------------------------------------------------------- /recipes-support/qbootctl/files/qbootctl-bless-boot.service.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/qbootctl/files/qbootctl-bless-boot.service.in -------------------------------------------------------------------------------- /recipes-support/qbootctl/qbootctl_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/qbootctl/qbootctl_git.bb -------------------------------------------------------------------------------- /recipes-support/qmi-framework/qmi-framework_0.1.1.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/qmi-framework/qmi-framework_0.1.1.bb -------------------------------------------------------------------------------- /recipes-support/qrtr/qrtr_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/qrtr/qrtr_git.bb -------------------------------------------------------------------------------- /recipes-support/rmtfs/rmtfs_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/rmtfs/rmtfs_git.bb -------------------------------------------------------------------------------- /recipes-support/rust-android-sparse/rust-android-sparse-crates.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/rust-android-sparse/rust-android-sparse-crates.inc -------------------------------------------------------------------------------- /recipes-support/rust-android-sparse/rust-android-sparse_0.6.0.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/rust-android-sparse/rust-android-sparse_0.6.0.bb -------------------------------------------------------------------------------- /recipes-support/tqftpserv/tqftpserv_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-support/tqftpserv/tqftpserv_git.bb -------------------------------------------------------------------------------- /recipes-test/bootrr/bootrr_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/bootrr/bootrr_git.bb -------------------------------------------------------------------------------- /recipes-test/diag/diag_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/diag/diag_git.bb -------------------------------------------------------------------------------- /recipes-test/images/initramfs-kerneltest-full-image.bb: -------------------------------------------------------------------------------- 1 | require initramfs-test-full-image.bb 2 | 3 | PACKAGE_INSTALL += "${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" 4 | -------------------------------------------------------------------------------- /recipes-test/images/initramfs-kerneltest-image.bb: -------------------------------------------------------------------------------- 1 | require initramfs-test-image.bb 2 | 3 | PACKAGE_INSTALL += "${MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS}" 4 | -------------------------------------------------------------------------------- /recipes-test/images/initramfs-test-full-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/images/initramfs-test-full-image.bb -------------------------------------------------------------------------------- /recipes-test/images/initramfs-test-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/images/initramfs-test-image.bb -------------------------------------------------------------------------------- /recipes-test/images/initramfs-tiny-image.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/images/initramfs-tiny-image.bb -------------------------------------------------------------------------------- /recipes-test/libdiag/libdiag_1.0.3.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/libdiag/libdiag_1.0.3.bb -------------------------------------------------------------------------------- /recipes-test/mybw/mybw/0001-makefile-Allow-CFLAGS-LDFLAGS-from-environment.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/mybw/mybw/0001-makefile-Allow-CFLAGS-LDFLAGS-from-environment.patch -------------------------------------------------------------------------------- /recipes-test/mybw/mybw_git.bb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/recipes-test/mybw/mybw_git.bb -------------------------------------------------------------------------------- /scripts/lib/wic/canned-wks/dragonboard410c-sd.wks: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/qualcomm-linux/meta-qcom/HEAD/scripts/lib/wic/canned-wks/dragonboard410c-sd.wks --------------------------------------------------------------------------------