Skip to content

Instantly share code, notes, and snippets.

@ThEMarD
Last active December 15, 2025 14:31
Show Gist options
  • Select an option

  • Save ThEMarD/bbef1ffef4cfdbf404cb98b674dbf526 to your computer and use it in GitHub Desktop.

Select an option

Save ThEMarD/bbef1ffef4cfdbf404cb98b674dbf526 to your computer and use it in GitHub Desktop.
Subtree kernel Motorola sm8550-modules
git remote add moto-kernel-camera git@github.com:MotorolaMobilityLLC/vendor-qcom-opensource-camera-kernel.git
git fetch moto-kernel-camera MMI-V1TR35H.60-33
git merge -X subtree=qcom/opensource/camera-kernel FETCH_HEAD --log=999999
git remote add moto-kernel-audio git@github.com:MotorolaMobilityLLC/vendor-qcom-opensource-audio-kernel.git
git fetch moto-kernel-camera MMI-V1TR35H.60-33
git merge -X subtree=qcom/opensource/audio-kernel FETCH_HEAD --log=999999
git remote add moto-kernel-techpack-display git@github.com:MotorolaMobilityLLC/kernel-msm-5.4-techpack-display.git
git fetch moto-kernel-techpack-display MMI-V1TR35H.60-33
git merge -X subtree=qcom/opensource/display-drivers FETCH_HEAD --log=999999
git remote add moto-kernel-wlan-platform git@github.com:MotorolaMobilityLLC/vendor-qcom-opensource-wlan-platform.git
git fetch moto-kernel-wlan-platform MMI-V1TR35H.60-33
git merge -X subtree=qcom/opensource/wlan/platform FETCH_HEAD --log=999999
#git remote add moto-kernel-wlan-qca-wifi-host-cmn git@github.com:MotorolaMobilityLLC/vendor-qcom-opensource-wlan-qca-wifi-host-cmn.git
#git fetch moto-kernel-wlan-qca-wifi-host-cmn MMI-V1TR35H.60-33
#git merge -X subtree=qcom/opensource/wlan/qca-wifi-host-cmn FETCH_HEAD
git remote add moto-kernel-wlan-qcacld-3-0 git@github.com:MotorolaMobilityLLC/vendor-qcom-opensource-wlan-qcacld-3.0.git
git fetch moto-kernel-wlan-qcacld-3-0 MMI-V1TR35H.60-33
git merge -X subtree=qcom/opensource/wlan/qcacld-3.0 FETCH_HEAD --log=999999
git remote add moto-kernel-modules git@github.com:MotorolaMobilityLLC/motorola-kernel-modules.git
git fetch moto-kernel-modules MMI-V1TR35H.60-33
git merge -X subtree=motorola FETCH_HEAD --log=999999
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment