[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [OSSTEST PATCH v2 12/15] cross builds: mfi-common: Break out set_build_hostflags



No functional change.

Verified with standalone-generate-dump-flight-runvars.

Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
---
 mfi-common | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/mfi-common b/mfi-common
index f91156fe..dad03e39 100644
--- a/mfi-common
+++ b/mfi-common
@@ -216,6 +216,11 @@ create_xen_build_job () {
     $extra_runvars
 }
 
+set_build_hostflags () {
+  # set_build_hostflags HOST_ARCH
+  build_hostflags="share-build-$suite-$1,arch-$1,suite-$suite,purpose-build"
+}
+
 create_build_jobs () {
 
   local arch
@@ -342,7 +347,7 @@ create_build_jobs () {
         arch_runvars=\"\$ARCH_RUNVARS_$arch\"
     "
 
-    
build_hostflags=share-build-$suite-$arch,arch-$arch,suite-$suite,purpose-build
+    set_build_hostflags $arch
 
     for enable_xsm in $(xsm_variants $arch) ; do
       if [ x$enable_xsm = xtrue ] ; then
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.