From patchwork Tue May 21 05:54:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Kim_B=C3=B8ndergaard?= X-Patchwork-Id: 245185 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hugin.dotsrc.org (hugin.dotsrc.org [IPv6:2001:878:346::102]) by ozlabs.org (Postfix) with ESMTP id 81D5F2C007B for ; Tue, 21 May 2013 15:54:56 +1000 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id E643F3F8F8 for ; Tue, 21 May 2013 07:54:51 +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 84DB63F8F8 for ; Tue, 21 May 2013 07:54:49 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=990; q=dns/txt; s=ironport2; t=1369115689; x=1400651689; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=3xyRtwW2iQiJ0TNCcH4MHbWt2SRyagDmMTsn9qUv4Rk=; b=XCDucNuRuRoSlHQMXCGKR2IaRe/y8Cm1LIgYpaEg5np2BD6vE9avt0zR sA/1K7ZUF+fQAJwgBMQlZgkIm3ZZAEPAadHZxsEwd46Zc+KLoRw9ECkzL aWVUIy9B8mrCo2DZBOtJuD7BYwkYw+1fip3+oezff/es50g9o+RTX6vwV I=; X-IronPort-AV: E=Sophos;i="4.87,712,1363129200"; d="scan'208";a="2722160" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport2.prevas.se with ESMTP/TLS/AES128-SHA; 21 May 2013 07:54:48 +0200 Received: from localhost (172.16.10.102) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.342.3; Tue, 21 May 2013 07:54:48 +0200 Received: by localhost (Postfix, from userid 30019) id 49AFF6843FF; Tue, 21 May 2013 05:54:48 +0000 (UTC) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= To: Subject: [PATCH 0/1] busybox, medev -s flag Date: Tue, 21 May 2013 05:54:44 +0000 Message-ID: X-Mailer: git-send-email 1.8.0.3 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 An option to busybox to make mdev -s optional using use flag. Notice that the suggested usage of do_install_fix_mdev[dirs] = "${D}" is not used. It seems not to work in actual context. cwd stays in the src folder. Just a thought, but it might be related to the postfunc being defined with a variable The following changes since commit 829a4ee3061d050ef937acfeca4b0893be912dab: busybox: Share signatures between busybox and busybox-initramfs (2013-05-15 09:58:56 +0200) are available in the git repository at: git://gitorious.org/~kibo/oe-lite/kibos-base busybox http://gitorious.org/~kibo/oe-lite/kibos-base/commits/busybox Kim Bøndergaard (1): busybox, mdev: Added option for disabling mdev -s in sysv-init recipes/busybox/busybox-configure.inc | 2 ++ recipes/busybox/busybox-install.inc | 25 +++++++++++++++++++++++++ recipes/busybox/files/busybox-mdev | 8 ++------ 3 files changed, 29 insertions(+), 6 deletions(-)