From: Jackie Huang Date: Tue, 3 Dec 2019 09:13:24 +0000 (+0800) Subject: build_oran.sh: remove ceph to work around for CI build X-Git-Tag: bronze-rc0~94 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=b06a9779c08267f3e76eb0081657f8b8ca47501f;p=pti%2Frtp.git build_oran.sh: remove ceph to work around for CI build Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: I0f5c499fbbff59ba0dc63dbe19c99e4dca316bf0 --- diff --git a/scripts/build_oran.sh b/scripts/build_oran.sh index 2f5a299..bf8b9c0 100755 --- a/scripts/build_oran.sh +++ b/scripts/build_oran.sh @@ -134,6 +134,9 @@ cat << EOF >> conf/local.conf DISTRO = "oran-inf" BB_NO_NETWORK = '0' WRTEMPLATE += "feature/oran-host-rt-tune" + +# Work around for CI build +IMAGE_INSTALL_remove = "ceph" EOF if [ "${EXTRA_CONF}" != "" ] && [ -f "${EXTRA_CONF}" ]; then