On Thursday 27 December 2007 11:14:04 Wolfgang Denk wrote:
> In message <[EMAIL PROTECTED]> you wrote:
> > On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
> > > Michael Buesch <[EMAIL PROTECTED]> writes:
> > >
> > > > +set +e
> > > > mkimage -A ppc -O linux -T kernel -C gzip
Wolfgang Denk <[EMAIL PROTECTED]> writes:
> In message <[EMAIL PROTECTED]> you wrote:
>> On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
>> > Michael Buesch <[EMAIL PROTECTED]> writes:
>> >
>> > > +set +e
>> > > mkimage -A ppc -O linux -T kernel -C gzip -a -e 00
In message <[EMAIL PROTECTED]> you wrote:
> On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
> > Michael Buesch <[EMAIL PROTECTED]> writes:
> >
> > > +set +e
> > > mkimage -A ppc -O linux -T kernel -C gzip -a -e \
> > > $uboot_version -d "$vmz" "$ofile"
> >
Michael Buesch <[EMAIL PROTECTED]> writes:
> On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
>> Michael Buesch <[EMAIL PROTECTED]> writes:
>>
>> > +set +e
>> > mkimage -A ppc -O linux -T kernel -C gzip -a -e \
>> >$uboot_version -d "$vmz" "$ofile"
>> >
On Wednesday 26 December 2007 17:03:43 Andreas Schwab wrote:
> Michael Buesch <[EMAIL PROTECTED]> writes:
>
> > +set +e
> > mkimage -A ppc -O linux -T kernel -C gzip -a -e \
> > $uboot_version -d "$vmz" "$ofile"
> > +[ $? -eq 0 ] || exit 0
> > +set -e
>
> mk
Michael Buesch <[EMAIL PROTECTED]> writes:
> +set +e
> mkimage -A ppc -O linux -T kernel -C gzip -a -e \
> $uboot_version -d "$vmz" "$ofile"
> +[ $? -eq 0 ] || exit 0
> +set -e
mkimage ... || exit 0
Andreas.
--
Andreas Schwab, SuSE Labs, [EMAIL PROTECTE
This fixes the boot image wrapper script to not fail the kernel
build if mkimage is not available.
As some distributions don't ship the mkimage program and some people are not
interested in uboot images anyway, we don't want to fail the whole kernel
build process because of this unneeded dependency