summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-27 21:15:29 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2020-08-27 21:15:45 +0200
commit090cd7611c1cf6510b80f574c27c40247fd14c49 (patch)
treea22fd12738c8d4cd56a7ad60f8366ab0341e03eb
parentc9f27ee56b91c093369105e9fd1b2948673da10d (diff)
downloadmanifest-history/28-08-2020.tar.gz
manifest-history/28-08-2020.tar.bz2
manifest-history/28-08-2020.zip
libsamsung-ipc: Fix wrong replicant-next repohistory/28-08-2020
As libsamsung-ipc master is now supposed to compile under Replicant 10, it has been included and enabled for the i9300 target to be built tested. The focus is now to merge more and more patches upstream in the master branch before adding an abstraction for the modem driver in the Replicant 9 or 10 kernel (which may or may not land in a branch). Because of that, the replicant-next repository of libsamsung-ipc contains outdated code, and the most recent code is in libsamsung-ipc master. It also didn't compile with the replicant-next repository as all the fixes for that weren't merged. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--replicant/remotes.xml3
-rw-r--r--replicant/repositories.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/replicant/remotes.xml b/replicant/remotes.xml
index ab9c1da..13d4a88 100644
--- a/replicant/remotes.xml
+++ b/replicant/remotes.xml
@@ -1,5 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest>
+ <remote name="replicant"
+ fetch="../.." />
+
<remote name="replicant-next"
revision="replicant-10"
fetch="../.." />
diff --git a/replicant/repositories.xml b/replicant/repositories.xml
index 127e053..151c9d0 100644
--- a/replicant/repositories.xml
+++ b/replicant/repositories.xml
@@ -23,7 +23,7 @@
<project path="frameworks/base" name="replicant-next/frameworks_base" groups="pdk-cw-fs,pdk-fs" remote="replicant-next" />
<project path="hardware/lineage/interfaces" name="replicant-next/hardware_lineage_interfaces" remote="replicant-next" />
<project path="hardware/lineage/livedisplay" name="replicant-next/hardware_lineage_livedisplay" remote="replicant-next" />
- <project path="hardware/replicant/libsamsung-ipc" name="replicant-next/hardware_replicant_libsamsung-ipc" remote="replicant-next" revision="master" />
+ <project path="hardware/replicant/libsamsung-ipc" name="replicant/hardware_replicant_libsamsung-ipc" remote="replicant" revision="master" />
<project path="hardware/samsung" name="replicant-next/hardware_samsung" remote="replicant-next" />
<project path="kernel/replicant/linux" name="replicant-next/kernel_replicant_linux" remote="replicant-next" />
<project path="lineage-sdk" name="replicant-next/lineage-sdk" remote="replicant-next" />