forked from AOSPA/android_kernel_nothing_sm7325
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadd_upstream_remotes.sh
executable file
·18 lines (15 loc) · 1.12 KB
/
add_upstream_remotes.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash
# Kernel
git remote add msm-5.4 https://git.codelinaro.org/clo/la/kernel/msm-5.4
# Techpacks
git remote add audio https://git.codelinaro.org/clo/la/platform/vendor/opensource/audio-kernel
git remote add camera https://git.codelinaro.org/clo/la/platform/vendor/opensource/camera-kernel
git remote add dataipa https://git.codelinaro.org/clo/la/platform/vendor/opensource/dataipa
git remote add datarmnet https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet
git remote add datarmnet-ext https://git.codelinaro.org/clo/la/platform/vendor/qcom/opensource/datarmnet-ext
git remote add display https://git.codelinaro.org/clo/la/platform/vendor/opensource/display-drivers
git remote add video https://git.codelinaro.org/clo/la/platform/vendor/opensource/video-driver
# Wi-Fi
git remote add fw-api https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/fw-api
git remote add qca-wifi-host-cmn https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qca-wifi-host-cmn
git remote add qcacld-3.0 https://git.codelinaro.org/clo/la/platform/vendor/qcom-opensource/wlan/qcacld-3.0