From patchwork Wed Apr 23 07:22:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: christian.braunersorensen@prevas.dk X-Patchwork-Id: 341710 X-Patchwork-Delegate: esben@haabendal.dk Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [130.225.254.102]) by ozlabs.org (Postfix) with ESMTP id A78801400F9 for ; Wed, 23 Apr 2014 17:22:15 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id 176BD3FD90 for ; Wed, 23 Apr 2014 09:22:14 +0200 (CEST) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail02.prevas.se (mail02.prevas.se [62.95.78.10]) by hugin.dotsrc.org (Postfix) with ESMTPS id 89AA53FB47 for ; Wed, 23 Apr 2014 09:22:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=1392; q=dns/txt; s=ironport2; t=1398237730; x=1429773730; h=from:to:subject:date:message-id:in-reply-to:references: mime-version:content-transfer-encoding; bh=pBoAcznSJkYvx3NFhmLxjqj3JMuGvxBiru1ny/iX0DA=; b=UP4C8eMdK2BhdXKyMHIQauQZtWbFHAaQj/YXy8BkxSmNVWErsfvfFzFk bNZvuuFdgoqi6X9AMU6Vvm81+Heh+xUzkeSB4OKhc2ZakOyCzEJ2V5XiW MxsvliXrr4BeqxpX5pm2jj4yck3+RlY0nYUYmzksw5/+56KwN7XuUs96b U=; X-IronPort-AV: E=Sophos;i="4.97,910,1389740400"; d="scan'208";a="516062" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 23 Apr 2014 09:22:10 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.347.0; Wed, 23 Apr 2014 09:22:09 +0200 Received: by localhost (Postfix, from userid 30007) id D3AE5682D0B; Wed, 23 Apr 2014 07:22:09 +0000 (UTC) From: To: Subject: [PATCH 3/4] busybox: Make reset utility an option and enable it by default Date: Wed, 23 Apr 2014 07:22:06 +0000 Message-ID: <327b186785f8e469cb94443e11e01923f39a2fed.1398237662.git.christian.braunersorensen@prevas.dk> X-Mailer: git-send-email 1.8.4 In-Reply-To: References: MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org From: Christian Sørensen Signed-off-by: Christian Sørensen --- recipes/busybox/busybox-1.22.0/defconfig | 2 +- recipes/busybox/busybox-configure.inc | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/recipes/busybox/busybox-1.22.0/defconfig b/recipes/busybox/busybox-1.22.0/defconfig index 9fabd1d..e1ee0d7 100644 --- a/recipes/busybox/busybox-1.22.0/defconfig +++ b/recipes/busybox/busybox-1.22.0/defconfig @@ -316,7 +316,7 @@ CONFIG_FEATURE_MD5_SHA1_SUM_CHECK=y # CONFIG_LOADFONT is not set # CONFIG_LOADKMAP is not set # CONFIG_OPENVT is not set -CONFIG_RESET=y +# CONFIG_RESET is not set # CONFIG_RESIZE is not set # CONFIG_FEATURE_RESIZE_PRINT is not set CONFIG_SETCONSOLE=y diff --git a/recipes/busybox/busybox-configure.inc b/recipes/busybox/busybox-configure.inc index 3504da1..3e264e1 100644 --- a/recipes/busybox/busybox-configure.inc +++ b/recipes/busybox/busybox-configure.inc @@ -871,3 +871,5 @@ DEFAULT_USE_busybox_ifplugd_sysvinit_stop = "20" RECIPE_FLAGS += "busybox_ifplugd_splashutils_progress busybox_ifplugd_splashutils_msg" SPLASHUTILS_INITSCRIPTS:>USE_busybox_ifplugd += " busybox_ifplugd" DEFAULT_USE_busybox_ifplugd_splashutils_msg = "\"Starting Busybox ifplugd\"" + +BUSYBOX_SIMPLE_USE_FLAGS += "reset=1:util/"