|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen staging] scripts/config: hook to automation build script
commit 032ac14b05268cfdc136b8b60779bc0d7344ace2
Author: Denis Mukhin <dmukhin@xxxxxxxx>
AuthorDate: Thu Jan 15 20:34:58 2026 -0800
Commit: Stefano Stabellini <stefano.stabellini@xxxxxxx>
CommitDate: Wed Feb 4 15:44:06 2026 -0800
scripts/config: hook to automation build script
Use the new .config manipulation tool to toggle CONFIG_DEBUG in the
Xen automation build script.
Signed-off-by: Denis Mukhin <dmukhin@xxxxxxxx>
Reviewed-by: Stefano Stabellini <sstabellini@xxxxxxxxxx>
---
automation/scripts/build | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/automation/scripts/build b/automation/scripts/build
index 7a81d229de..359ee18444 100755
--- a/automation/scripts/build
+++ b/automation/scripts/build
@@ -27,7 +27,8 @@ else
# Start off with arch's defconfig
make -C xen defconfig
- echo "CONFIG_DEBUG=${debug}" >> xen/.config
+ debug="${debug:-n}"
+ xen/scripts/config --file xen/.config -${debug} DEBUG
if [[ -n "${EXTRA_XEN_CONFIG}" ]]; then
echo "${EXTRA_XEN_CONFIG}" >> xen/.config
--
generated by git-patchbot for /home/xen/git/xen.git#staging
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |