Message ID | cover.1355486138.git.kibo@prevas.dk |
---|---|
State | Not Applicable |
Headers | show
Return-Path: <dev-bounces@oe-lite.org> 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 1733A2C0098 for <incoming@patchwork.ozlabs.org>; Fri, 14 Dec 2012 23:01:43 +1100 (EST) Received: from hugin.dotsrc.org (localhost [127.0.0.1]) by hugin.dotsrc.org (Postfix) with ESMTP id C52CE3FC89 for <incoming@patchwork.ozlabs.org>; Fri, 14 Dec 2012 13:01:40 +0100 (CET) X-Original-To: dev@oe-lite.org Delivered-To: dev@oe-lite.org Received: from mail01.prevas.se (mail01.prevas.se [62.95.78.3]) by hugin.dotsrc.org (Postfix) with ESMTPS id 70D833FB42 for <dev@oe-lite.org>; Fri, 14 Dec 2012 13:01:39 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=prevas.dk; i=@prevas.dk; l=858; q=dns/txt; s=ironport1; t=1355486499; x=1387022499; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=jtn+A6rqdlxWOSqLJUV1q09CuLtMWRksy7urcJB776Y=; b=EwRWv6LkagpoeoHK4ukMvlesFJ/2vmDpRcAgtgJL3lWKWS8nLRavRXd7 C7w5NUMm9ojO74V2rPS5tjNI0U4jv4yTMMLpJL+nM5f+C/dqaEvvo7d48 Zel30+CIo7s5yBwFx9xnh3PQirTnkZrP1kJHm5VGcFDJG6YUFTVSNxwRq o=; X-IronPort-AV: E=Sophos;i="4.84,280,1355094000"; d="scan'208";a="2614229" Received: from vmprevas3.prevas.se (HELO smtp.prevas.se) ([172.16.8.103]) by ironport1.prevas.se with ESMTP/TLS/AES128-SHA; 14 Dec 2012 13:01:38 +0100 Received: from fire (172.16.10.61) by smtp.prevas.se (172.16.8.105) with Microsoft SMTP Server id 14.2.318.4; Fri, 14 Dec 2012 13:01:38 +0100 Received: by fire (Postfix, from userid 30019) id 43C40C0C40; Fri, 14 Dec 2012 13:01:38 +0100 (CET) From: =?UTF-8?q?Kim=20B=C3=B8ndergaard?= <kibo@prevas.dk> To: <dev@oe-lite.org> Subject: [PATCH 0/1] makedevs: Improved handling of multiple device generation i.e. count > 0 in device table Date: Fri, 14 Dec 2012 13:01:34 +0100 Message-ID: <cover.1355486138.git.kibo@prevas.dk> X-Mailer: git-send-email 1.8.0 MIME-Version: 1.0 X-BeenThere: dev@oe-lite.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: OE-lite development <dev.oe-lite.org> List-Unsubscribe: <http://lists.oe-lite.org/mailman/options/dev>, <mailto:dev-request@oe-lite.org?subject=unsubscribe> List-Archive: <http://lists.oe-lite.org/pipermail/dev> List-Post: <mailto:dev@oe-lite.org> List-Help: <mailto:dev-request@oe-lite.org?subject=help> List-Subscribe: <http://lists.oe-lite.org/mailman/listinfo/dev>, <mailto:dev-request@oe-lite.org?subject=subscribe> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Sender: dev-bounces@oe-lite.org Errors-To: dev-bounces@oe-lite.org |
makedevs has the option of creating multiple devices from just one line in the provided configuration table. Until now the devices would be appended with an increasing decimal number. With this patch the appended number can be in hexadecimal. The following changes since commit 39a86e2323951ca6d7f269f8d1de2d65be3e7287: busybox, mdev: Added option for disabling mdev -s in sysv-init (2012-12-14 09:04:43 +0100) are available in the git repository at: git://gitorious.org//~kibo/oe-lite/kibos-base master http://gitorious.org//~kibo/oe-lite/kibos-base/commits/kibomaster Kim Bøndergaard (1): makedevs: Improved handling of multiple device generation i.e. count > 0 in device table recipes/makedevs/makedevs-1.0.0/makedevs.c | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-)