From 2d4dbbd68dc1a73b00d22bc9c2e8776e1feebac5 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Mon, 21 Oct 2019 14:14:24 +0800 Subject: [PATCH] build_oran.sh: add feature/oran-host-rt-tune Add the feature for host real time tuning to get better performance. Issue-ID: INF-4 Signed-off-by: Jackie Huang Change-Id: I4ade30f39770d1c452cde1d56af55c596cca6340 --- scripts/build_oran.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/build_oran.sh b/scripts/build_oran.sh index ea2231f..7d899bb 100755 --- a/scripts/build_oran.sh +++ b/scripts/build_oran.sh @@ -102,6 +102,7 @@ cat << EOF >> conf/local.conf ######################## DISTRO = "oran-inf" BB_NO_NETWORK = '0' +WRTEMPLATE += "feature/oran-host-rt-tune" EOF # Build the oran-inf-host image -- 2.16.6