From 4a7a0de40a5ea3e53aa78bac02c8fcbd53fe7302 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Sat, 26 Nov 2022 22:21:33 +0800 Subject: [PATCH] build_inf.sh: change to build centos only Issue-ID: INF-284 Signed-off-by: Jackie Huang Change-Id: Ia3bcc9a507a104b84d0a08097facb1f6533a83ce --- scripts/build_inf.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build_inf.sh b/scripts/build_inf.sh index 82926aa..4b0874f 100755 --- a/scripts/build_inf.sh +++ b/scripts/build_inf.sh @@ -83,8 +83,8 @@ run_cmd () { DRYRUN="" YP_ARGS="-s" YOCTO_ONLY="No" -CENTOS_ONLY="No" -DEBIAN_ONLY="Yes" +CENTOS_ONLY="Yes" +DEBIAN_ONLY="No" while getopts "w:ycdnh" OPTION; do case ${OPTION} in -- 2.16.6