From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mo2.mail-out.ovh.net ([178.32.228.2]) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VOOpH-0000IJ-2l for barebox@lists.infradead.org; Tue, 24 Sep 2013 09:22:36 +0000 Received: from mail431.ha.ovh.net (gw6.ovh.net [213.251.189.206]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 95427DC6A58 for ; Tue, 24 Sep 2013 11:22:08 +0200 (CEST) Date: Tue, 24 Sep 2013 11:23:23 +0200 From: Jean-Christophe PLAGNIOL-VILLARD Message-ID: <20130924092323.GI31585@ns203013.ovh.net> References: <1379775256-29471-1-git-send-email-plagnioj@jcrosoft.com> <20130924073437.GB30088@pengutronix.de> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20130924073437.GB30088@pengutronix.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 1/2 v2] filetype: add Binary PacKage BPK type To: Sascha Hauer Cc: barebox@lists.infradead.org, Fargier Sylvain On 09:34 Tue 24 Sep , Sascha Hauer wrote: > On Sat, Sep 21, 2013 at 04:54:15PM +0200, Jean-Christophe PLAGNIOL-VILLARD wrote: > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > > Signed-off-by: Fargier Sylvain > > --- > > common/filetype.c | 3 +++ > > include/filetype.h | 1 + > > 2 files changed, 4 insertions(+) > > > > diff --git a/common/filetype.c b/common/filetype.c > > index 59ea25a..ef4452d 100644 > > --- a/common/filetype.c > > +++ b/common/filetype.c > > @@ -51,6 +51,7 @@ static const struct filetype_str filetype_str[] = { > > [filetype_png] = { "PNG image", "png" }, > > [filetype_ext] = { "ext filesystem", "ext" }, > > [filetype_gpt] = { "GUID Partition Table", "gpt" }, > > + [filetype_bpk] = { "Binary PacKage", "bpk" }, > > Can we have "Somfy Binary PacKage" here? As this file format is rather > exoctic I want to make sure we still know what this is in a few years. > Was the CamelCase 'PacKage' intended? We drop the Somfy to make it more generic and everyone can use it as everything is published The CamelCase is historical we just kepp it Best Regards, J. _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox