Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] bsdiff with buildroot
@ 2016-04-14  5:30 Santhosh Ramani
  2016-04-14 20:46 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Santhosh Ramani @ 2016-04-14  5:30 UTC (permalink / raw)
  To: buildroot

Hello,

I'm trying to install bsdiff package and using buildroot to create my
rootfs for AM335x device. I've selected the option of custom toolchain and
using the toolchain provided by TI as part of their SDK 7.0.

I'm having some trouble with bzip2, it's a pre-requisite for bsdiff. When
installing bzip2, cp seemed to fail. I had to replace the cp statement.


Original statement
=================

*cp -f bzip2
/home/sramani/buildroot/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/bunzip2*


Updated statement
=================
*cp --remove-destination -f
~/buildroot/buildroot/output/build/bzip2-1.0.6/bzip2
/home/sramani/buildroot/buildroot/output/host/usr/arm-buildroot-linux-gnueabihf/sysroot/usr/bin/bunzip2*

I had to do the same thing for *bunzip2*, and *bzcat*.

Can someone please help me out? Thank you for your help.
Regards

Santhosh

-- 
Greater the Difficulty....Sweeter is the Victory
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20160414/7e2a0617/attachment.html>

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

end of thread, other threads:[~2016-04-18 17:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-14  5:30 [Buildroot] bsdiff with buildroot Santhosh Ramani
2016-04-14 20:46 ` Arnout Vandecappelle
2016-04-18 17:05   ` Santhosh Ramani

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox