* [Buildroot] Adding linux commands to my package's make file
@ 2019-11-12 19:02 a
2019-11-13 21:03 ` Peter Seiderer
0 siblings, 1 reply; 3+ messages in thread
From: a @ 2019-11-12 19:02 UTC (permalink / raw)
To: buildroot
Can anyone tell me how to write simple linux command in a buildroot package
make file and make it work? It's working on the command line but not if I
add them to my make file and execute it.
I wanna add the following command:
$(curl -L https://sourceforge.net/projects/pwgen/files/latest/download >
./pwgen.tar.gz)
--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Adding linux commands to my package's make file
2019-11-12 19:02 [Buildroot] Adding linux commands to my package's make file a
@ 2019-11-13 21:03 ` Peter Seiderer
2019-11-14 5:18 ` a
0 siblings, 1 reply; 3+ messages in thread
From: Peter Seiderer @ 2019-11-13 21:03 UTC (permalink / raw)
To: buildroot
Hello Anushka,
On Tue, 12 Nov 2019 13:02:53 -0600 (CST), a <anushka.parashar@tesco.com> wrote:
> Can anyone tell me how to write simple linux command in a buildroot package
> make file and make it work? It's working on the command line but not if I
> add them to my make file and execute it.
> I wanna add the following command:
> $(curl -L https://sourceforge.net/projects/pwgen/files/latest/download >
> ./pwgen.tar.gz)
Why do you want to to this?
In case your want the tool pwgen included into your buildroot image, enable
the option BR2_PACKAGE_PWGEN=y in your config....or take a look at
the buildroot documentation [1]....
Regards,
Peter
[1] https://buildroot.org/downloads/manual/manual.html
>
>
>
> --
> Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] Adding linux commands to my package's make file
2019-11-13 21:03 ` Peter Seiderer
@ 2019-11-14 5:18 ` a
0 siblings, 0 replies; 3+ messages in thread
From: a @ 2019-11-14 5:18 UTC (permalink / raw)
To: buildroot
Okay, thanks!
--
Sent from: http://buildroot-busybox.2317881.n4.nabble.com/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-11-14 5:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-12 19:02 [Buildroot] Adding linux commands to my package's make file a
2019-11-13 21:03 ` Peter Seiderer
2019-11-14 5:18 ` a
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox