summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-07-31 15:58:25 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2019-08-03 02:12:26 +0200
commit8b52b08a17676d80c71c16d9aa6081dd8940913f (patch)
tree0855fa9c207cb76847617f523a21ef4707b8ea22
parentdcc9446be4dde0e29093e5d44db30a76660c6987 (diff)
downloadmanifest-replicant-9.0/modem-i9300.tar.gz
manifest-replicant-9.0/modem-i9300.tar.bz2
manifest-replicant-9.0/modem-i9300.zip
WIP: Add repositories to support modems with the Samsung IPC protocolreplicant-9.0/modem-i9300
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--default.xml1
-rw-r--r--replicant/replicant-9.xml2
-rw-r--r--replicant/samsung-ipc.xml14
3 files changed, 15 insertions, 2 deletions
diff --git a/default.xml b/default.xml
index 47cffca..a45a075 100644
--- a/default.xml
+++ b/default.xml
@@ -638,5 +638,6 @@
<!-- Replicant repositories -->
<include name="replicant/replicant-9.xml" />
+ <include name="replicant/samsung-ipc.xml" />
</manifest>
diff --git a/replicant/replicant-9.xml b/replicant/replicant-9.xml
index a5a631b..54072c7 100644
--- a/replicant/replicant-9.xml
+++ b/replicant/replicant-9.xml
@@ -16,7 +16,5 @@
<project path="device/samsung/i9305" name="replicant-9/device_samsung_i9305" remote="replicant-9" />
<project path="external/mesa3d" name="replicant-9/external_mesa3d" remote="replicant-9" groups="pdk-cw-fs,pdk-fs" />
- <project path="kernel/replicant/linux" name="replicant-9/kernel_replicant_linux" remote="replicant-9" />
- <project path="system/core" name="replicant-9/system_core" groups="pdk" remote="replicant-9" />
<project path="vendor/lineage" name="replicant-9/vendor_lineage" remote="replicant-9" />
</manifest>
diff --git a/replicant/samsung-ipc.xml b/replicant/samsung-ipc.xml
new file mode 100644
index 0000000..541dc20
--- /dev/null
+++ b/replicant/samsung-ipc.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<manifest>
+ <remote name="modem-i9300"
+ revision="GNUtoo/modem-i9300"
+ fetch=".." />
+
+ <project path="hardware/replicant/libsamsung-ril" name="GNUtoo/hardware_replicant_libsamsung-ril.git" remote="modem-i9300" />
+ <project path="hardware/replicant/libsamsung-ipc" name="GNUtoo/hardware_replicant_libsamsung-ipc.git" remote="modem-i9300" />
+ <project path="device/samsung/i9300" name="GNUtoo/device_i9305" remote="modem-i9300" />
+ <project path="system/core" name="GNUtoo/core" groups="pdk" remote="modem-i9300" />
+ <project path="kernel/replicant/linux" name="GNUtoo/kernel_replicant_linux.git"
+ remote="modem-i9300" revision="upstreaming/wip/modem/android" />
+
+</manifest>