Created
October 6, 2024 14:43
-
-
Save ungeskriptet/14572b031ad054c4f5f1f82d638ef142 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
AUDIO=AUDIO.LA.9.0.r1-07400-lanai.0 | |
CAMERA=CAMERA.LA.4.0.r2-07000-lanai.0 | |
CV=CV.LA.2.0.r1-04800-lanai.0 | |
DISPLAY=DISPLAY.LA.4.0.r2-07600-lanai.0 | |
GRAPHICS=GRAPHICS.LA.14.0.r1-07700-lanai.0 | |
VENDOR=LA.VENDOR.14.3.0.r1-17300-lanai.QSSI15.0 | |
VIDEO=VIDEO.LA.4.0.r2-06100-lanai.0 | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/nxp/opensource/driver | |
COMMIT=c6f0de7127de042241c6f2ac7c60c5deb77d7d85 | |
git remote add nxp $REPO.git | |
git fetch nxp | |
git subtree add --prefix nxp/opensource/driver $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/audio-kernel-ar | |
COMMIT=0ee387dfadf349618494d6f82ec8cec796ebef70 | |
git remote add audio-kernel $REPO.git | |
git fetch audio-kernel | |
git subtree add --prefix qcom/opensource/audio-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $AUDIO" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/bt-kernel | |
COMMIT=abeb53d57fb210fc51839143b6ce9292c595c424 | |
git remote add bt-kernel $REPO.git | |
git fetch bt-kernel | |
git subtree add --prefix qcom/opensource/bt-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel | |
COMMIT=e28c84a69982150918a8a8c48c730ac1c2c5ce34 | |
git remote add camera-kernel $REPO.git | |
git fetch camera-kernel | |
git subtree add --prefix qcom/opensource/camera-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $CAMERA" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/dataipa | |
COMMIT=c743113db7f6155cc71476182dfbbbc78f32dc29 | |
git remote add dataipa $REPO.git | |
git fetch dataipa | |
git subtree add --prefix qcom/opensource/dataipa $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet | |
COMMIT=c5d70f15d54c8489bd452d52729bcfcd301ab985 | |
git remote add datarmnet $REPO.git | |
git fetch datarmnet | |
git subtree add --prefix qcom/opensource/datarmnet $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet-ext | |
COMMIT=e7a27480ae7c8dbc5508a8dcfa69c5628d3afe2d | |
git remote add datarmnet-ext $REPO.git | |
git fetch datarmnet-ext | |
git subtree add --prefix qcom/opensource/datarmnet-ext $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers | |
COMMIT=5ff96e683134b356ebe6c37069b4197034502ef9 | |
git remote add display-drivers $REPO.git | |
git fetch display-drivers | |
git subtree add --prefix qcom/opensource/display-drivers $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $DISPLAY" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/dsp-kernel | |
COMMIT=ca5dc8ec8dfe988ba23cf4d4497f932154a6021a | |
git remote add dsp-kernel $REPO.git | |
git fetch dsp-kernel | |
git subtree add --prefix qcom/opensource/dsp-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/eva-kernel | |
COMMIT=c1ff9cd986e7dd66ecf6b385b92ac3de85c76f4e | |
git remote add eva-kernel $REPO.git | |
git fetch eva-kernel | |
git subtree add --prefix qcom/opensource/eva-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $CV" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/fingerprint | |
COMMIT=bf1db14b5f25c95f72d4ad57026186a823c22eff | |
git remote add fingerprint $REPO.git | |
git fetch fingerprint | |
git subtree add --prefix qcom/opensource/fingerprint $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/graphics-kernel | |
COMMIT=b4fdc4c04295ac59109ae19d64747522740c3f14 | |
git remote add graphics-kernel $REPO.git | |
git fetch graphics-kernel | |
git subtree add --prefix qcom/opensource/graphics-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $GRAPHICS" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/mm-drivers | |
COMMIT=f37d625cda5ef9f033b3d34d9c1a64c52ebc51c2 | |
git remote add mm-drivers $REPO.git | |
git fetch mm-drivers | |
git subtree add --prefix qcom/opensource/mm-drivers $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $DISPLAY" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/mmrm-driver | |
COMMIT=35211a9255b69d52ddc2b82dc8b1dd2840b98868 | |
git remote add mmrm-driver $REPO.git | |
git fetch mmrm-driver | |
git subtree add --prefix qcom/opensource/mmrm-driver $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VIDEO" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/mm-sys-kernel | |
COMMIT=88eb9646a400c3c70d3614c3912af530dd332060 | |
git remote add mm-sys-kernel $REPO.git | |
git fetch mm-sys-kernel | |
git subtree add --prefix qcom/opensource/mm-sys-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/securemsm-kernel | |
COMMIT=a6005ceed271246683596608e4c56b4d921fb363 | |
git remote add securemsm-kernel $REPO.git | |
git fetch securemsm-kernel | |
git subtree add --prefix qcom/opensource/securemsm-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/spu-kernel | |
COMMIT=0edbf1a122b5f3d26a5bd27f53a1a0b8dbedf360 | |
git remote add spu-kernel $REPO.git | |
git fetch spu-kernel | |
git subtree add --prefix qcom/opensource/spu-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/synx-kernel | |
COMMIT=2657c18a7869feec83f4383bf72623b8d6a2ef18 | |
git remote add synx-kernel $REPO.git | |
git fetch synx-kernel | |
git subtree add --prefix qcom/opensource/synx-kernel $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/touch-drivers | |
COMMIT=0abb70a15bd5d3469505bb0249d49266a4a5595e | |
git remote add touch-drivers $REPO.git | |
git fetch touch-drivers | |
git subtree add --prefix qcom/opensource/touch-drivers $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver | |
COMMIT=d0f80c27eee09bc53817f8cfd085691c88989c7e | |
git remote add video-driver $REPO.git | |
git fetch video-driver | |
git subtree add --prefix qcom/opensource/video-driver $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VIDEO" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/fw-api | |
COMMIT=723e0826fb765910584c52099191c2d16b1ca7b6 | |
git remote add fw-api $REPO.git | |
git fetch fw-api | |
git subtree add --prefix qcom/opensource/wlan/fw-api $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/platform | |
COMMIT=54afb87accfa6775cef4e9adcd4e6f08c64a5fb1 | |
git remote add platform $REPO.git | |
git fetch platform | |
git subtree add --prefix qcom/opensource/wlan/platform $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0 | |
COMMIT=f5a566817a453ad657922a9aa68024db4d1ac3c7 | |
git remote add qcacld-3.0 $REPO.git | |
git fetch qcacld-3.0 | |
git subtree add --prefix qcom/opensource/wlan/qcacld-3.0 $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit | |
REPO=https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn | |
COMMIT=fec800ab539956671af604bdd6e1ee3b84eef491 | |
git remote add qca-wifi-host-cmn $REPO.git | |
git fetch qca-wifi-host-cmn | |
git subtree add --prefix qcom/opensource/wlan/qca-wifi-host-cmn $COMMIT | |
git commit --amend --trailer "" --trailer "repo: $REPO" --trailer "tag: $VENDOR" --no-edit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment