Fix build_oran script issue 92/1392/1
authorBin Yang <bin.yang@windriver.com>
Thu, 7 Nov 2019 03:14:27 +0000 (03:14 +0000)
committerBin Yang <bin.yang@windriver.com>
Thu, 7 Nov 2019 03:14:27 +0000 (03:14 +0000)
build assume the repo name as rtp

Issue-ID: INF-4
Signed-off-by: Bin Yang <bin.yang@windriver.com>
Change-Id: I52a37e008375e048ad6f2c0a26753ebd4e3732e6

scripts/build_oran.sh

index 1284752..e0c2198 100755 (executable)
@@ -88,7 +88,7 @@ if cd ${SCRIPTS_DIR} && git rev-parse --is-inside-work-tree > /dev/null 2>&1; th
     CLONED_ORAN_REPO=`dirname ${SCRIPTS_DIR}`
     echo_info "Use the cloned oran repo: ${CLONED_ORAN_REPO}"
     cd ${SRC_ORAN_DIR}
-    ln -sf ${CLONED_ORAN_REPO}
+    ln -sf ${CLONED_ORAN_REPO} rtp
 else
     echo_info "Cloning oran layer:"
     cd ${SRC_ORAN_DIR}