[ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox

2016-02-15 Thread Gavin Schenk
I want to create crc32 files in a new-image-generation package that can be processed by barebox. --- rules/barebox.make | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rules/barebox.make b/rules/barebox.make index a9aac7d..5f938db 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@

Re: [ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox

2016-02-15 Thread Michael Olbrich
On Thu, Feb 11, 2016 at 03:18:52PM +0100, Gavin Schenk wrote: > I want to create crc32 files in a new-image-generation package that can be > processed by barebox. > --- > rules/barebox.make | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/barebox.make b/rules/barebox.make > index a

[ptxdist] [PATCH] barebox: Install bareboxcrc32 to sysroot-host to be able to generate crc32 codes that can be checked by barebox

2016-02-11 Thread Gavin Schenk
I want to create crc32 files in a new-image-generation package that can be processed by barebox. --- rules/barebox.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/barebox.make b/rules/barebox.make index a9aac7d..cf04b0e 100644 --- a/rules/barebox.make +++ b/rules/barebox.make @@ -1