All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] PC post-build.sh issue
@ 2019-02-12  0:20 Chuck Tuffli
  2019-02-12  8:00 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Chuck Tuffli @ 2019-02-12  0:20 UTC (permalink / raw)
  To: buildroot

I've been using buildroot to generate a BIOS-based disk image for an
x86_64 system and seem to need to change the file:
   board/pc/post-build.sh
to copy from the i386-pc directory instead of the i387-pc directory.
I.e. the last line in the else clause is:
    cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
Is this an indication I've mis-configured something else or is 'i387' a typo?

--chuck

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] PC post-build.sh issue
  2019-02-12  0:20 [Buildroot] PC post-build.sh issue Chuck Tuffli
@ 2019-02-12  8:00 ` Peter Korsgaard
       [not found]   ` <CAB_FnGeg_fbQuRKUDPvx706SosXKrftZxw3ZVo3TMPPJ4g_Syw@mail.gmail.com>
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2019-02-12  8:00 UTC (permalink / raw)
  To: buildroot

>>>>> "Chuck" == Chuck Tuffli <ctuffli@gmail.com> writes:

 > I've been using buildroot to generate a BIOS-based disk image for an
 > x86_64 system and seem to need to change the file:
 >    board/pc/post-build.sh
 > to copy from the i386-pc directory instead of the i387-pc directory.
 > I.e. the last line in the else clause is:
 >     cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
 > Is this an indication I've mis-configured something else or is 'i387' a typo?

Heh, that indeed looks like a typo. It was introduced by commit
0b28397a9b (board/pc: ensure grub.cfg is copied to target filesystem)

Gr?goire?

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] PC post-build.sh issue
       [not found]   ` <CAB_FnGeg_fbQuRKUDPvx706SosXKrftZxw3ZVo3TMPPJ4g_Syw@mail.gmail.com>
@ 2019-02-13 17:45     ` Chuck Tuffli
  0 siblings, 0 replies; 3+ messages in thread
From: Chuck Tuffli @ 2019-02-13 17:45 UTC (permalink / raw)
  To: buildroot

On Tue, Feb 12, 2019 at 8:45 AM Gr?goire Delattre
<gregoire.delattre@gmail.com> wrote:
>
> On Tue, Feb 12, 2019 at 9:00 AM Peter Korsgaard <peter@korsgaard.com> wrote:
>>
>> >>>>> "Chuck" == Chuck Tuffli <ctuffli@gmail.com> writes:
>>
>>  > I've been using buildroot to generate a BIOS-based disk image for an
>>  > x86_64 system and seem to need to change the file:
>>  >    board/pc/post-build.sh
>>  > to copy from the i386-pc directory instead of the i387-pc directory.
>>  > I.e. the last line in the else clause is:
>>  >     cp -f "$HOST_DIR/lib/grub/i386-pc/boot.img" "$BINARIES_DIR"
>>  > Is this an indication I've mis-configured something else or is 'i387' a typo?
>>
>
> Indeed this is a typo ! Looks like an unexpected CTRL-a in vim...
> I'll fix this quickly, sorry for the inconvenience.
>
>>
>> Heh, that indeed looks like a typo. It was introduced by commit
>> 0b28397a9b (board/pc: ensure grub.cfg is copied to target filesystem)
>>
>> Gr?goire?

No problem, thanks for the fix!

--chuck

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-02-13 17:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-12  0:20 [Buildroot] PC post-build.sh issue Chuck Tuffli
2019-02-12  8:00 ` Peter Korsgaard
     [not found]   ` <CAB_FnGeg_fbQuRKUDPvx706SosXKrftZxw3ZVo3TMPPJ4g_Syw@mail.gmail.com>
2019-02-13 17:45     ` Chuck Tuffli

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.