|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH] support XSM/FLASK via Kconfig
In antcipation of XSM and FLASK migrating to Kconfig add support for
building them via Kconfig or the existing mechanism.
Signed-off-by: Doug Goldstein <cardoe@xxxxxxxxxx>
---
I have not tested this because I'm honestly not sure and I'm not sure if
this is correct. I'm just trying to write something to prevent a failure
once XSM/FLASK gets changed to Kconfig and education for myself on how
to do these patches in the future.
---
ts-xen-build | 3 +++
1 file changed, 3 insertions(+)
diff --git a/ts-xen-build b/ts-xen-build
index 80b1faa..6616ed3 100755
--- a/ts-xen-build
+++ b/ts-xen-build
@@ -55,6 +55,8 @@ sub checkout () {
echo >>.config KERNELS=''
END
(nonempty($r{enable_xsm}) ? <<END : '').
+ echo >>xen/.config CONFIG_XSM='${build_xsm}'
+ echo >>xen/.config CONFIG_FLASK='${build_xsm}'
echo >>.config XSM_ENABLE='${build_xsm}'
END
(nonempty($r{tree_qemu}) ? <<END : '').
@@ -126,6 +128,7 @@ END
END
#/;
buildcmd_stamped_logged(9000, 'build', '',<<END,'');
+ $make_prefix make -C xen olddefconfig
$make_prefix make $makeflags @ARGV
END
--
2.4.10
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |