[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH OSSTEST] ts-kernel-build: make sure CONFIG_PACKET is enabled
It is required by the dhcp client and is not present in the arm multi_v7_defconfig. Also stash the config file in the build results for easy reference, it is already in kerndist.tar.gz but that's a 30+M download compared with a few tens of K. Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- ts-kernel-build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts-kernel-build b/ts-kernel-build index 96f6b74..742d2b4 100755 --- a/ts-kernel-build +++ b/ts-kernel-build @@ -185,6 +185,7 @@ setopt CONFIG_SYSVIPC y setopt CONFIG_BLK_DEV_LOOP y +setopt CONFIG_PACKET y END sub stash_config_edscript ($) { my ($settings) = @_; @@ -347,3 +348,4 @@ if ($r{tree_linuxfirmware}) { built_stash($ho, $builddir, 'dist', 'kerndist'); built_stash_file($ho, $builddir, 'vmlinux', 'linux/vmlinux'); built_compress_stashed('vmlinux'); +built_stash_file($ho, $builddir, 'config', 'linux/.config'); -- 1.8.5.2 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |