Temporary block other than arm build for Fhub project
authorhyokeun <hyokeun.jeon@samsung.com>
Wed, 25 Jul 2018 07:31:26 +0000 (16:31 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Wed, 25 Jul 2018 07:31:26 +0000 (16:31 +0900)
build.template

index c94412f..fcff558 100644 (file)
@@ -49,6 +49,10 @@ done
 echo $tizen_studio_distribution >> $SHARE_ROOT/tizen_studio_distribution
 
 rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*.core.private.* | cut -d ' ' -f 1"`
+#FIXME: remove hard-coded expression
+if [ "${PROFILE}" = "da-hfp" ]; then
+  rs_list=`su - build -c "tizen list rootstrap | grep ${PROFILE}-.*device.core.private.* | cut -d ' ' -f 1"`
+fi
 echo $rs_list >> $SHARE_ROOT/rsver
 
 for rs in $rs_list; do