From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: [PATCH OSSTEST] ts-kernel-build: make sure CONFIG_PACKET is enabled Date: Fri, 7 Feb 2014 10:10:48 +0000 Message-ID: <1391767848-9633-1-git-send-email-ian.campbell@citrix.com> References: <1391767621.2162.21.camel@kazak.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1391767621.2162.21.camel@kazak.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: ian.jackson@eu.citrix.com Cc: Ian Campbell , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org 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 --- 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