]> xenbits.xensource.com Git - osstest.git/commitdiff
ts-kernel-build: make sure CONFIG_PACKET is enabled flight-24791 flight-24798 flight-24806 flight-24807 flight-24808 flight-24809 flight-24811 flight-24812 flight-24813 flight-24816 flight-24817 flight-24818 flight-24819 flight-24821 flight-24830 flight-24839 flight-24841 flight-24846 flight-24848 flight-24849 flight-24851 flight-24852 flight-24854
authorIan Campbell <ian.campbell@citrix.com>
Fri, 7 Feb 2014 09:57:22 +0000 (09:57 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 7 Feb 2014 16:00:53 +0000 (16:00 +0000)
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@citrix.com>
Acked-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
ts-kernel-build

index 96f6b74f1f9fb8501de0d864c47033d7196a7d20..742d2b4554477888e4fc17347369f2ac38aae697 100755 (executable)
@@ -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');