xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
From: Ian Campbell <ian.campbell@citrix.com>
To: ian.jackson@eu.citrix.com
Cc: Ian Campbell <ian.campbell@citrix.com>, xen-devel@lists.xen.org
Subject: [PATCH OSSTEST] ts-kernel-build: make sure CONFIG_PACKET is enabled
Date: Fri, 7 Feb 2014 10:10:48 +0000	[thread overview]
Message-ID: <1391767848-9633-1-git-send-email-ian.campbell@citrix.com> (raw)
In-Reply-To: <1391767621.2162.21.camel@kazak.uk.xensource.com>

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>
---
 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

  reply	other threads:[~2014-02-07 10:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-06 17:43 [linux-arm-xen test] 24746: tolerable FAIL - PUSHED xen.org
2014-02-07 10:07 ` Ian Campbell
2014-02-07 10:10   ` Ian Campbell [this message]
2014-02-07 16:01     ` [PATCH OSSTEST] ts-kernel-build: make sure CONFIG_PACKET is enabled Ian Campbell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1391767848-9633-1-git-send-email-ian.campbell@citrix.com \
    --to=ian.campbell@citrix.com \
    --cc=ian.jackson@eu.citrix.com \
    --cc=xen-devel@lists.xen.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).