* How can i install busybox "mount" command instead of util-linux "mount" command
@ 2015-09-25 9:02 Vivek Per
2015-09-29 11:39 ` Mike Looijmans
0 siblings, 1 reply; 2+ messages in thread
From: Vivek Per @ 2015-09-25 9:02 UTC (permalink / raw)
To: yocto
[-- Attachment #1: Type: text/plain, Size: 611 bytes --]
Hi all,
Can any one can please tell me how can i install busybox "mount"
command instead of util-linux "mount" . By default util-linux "mount" and
"umount" commnad is installing . But rest of the commands are installing
from busybox like ls,cat and so on.
In the final image log file (list of packages installed in the image)
showing util.linux-mount and util.linux-umount packages is installing by
default even i am not including those . How can i overcome the issue. i
want to install busybox "mount" command only not form util-linux "mount"
command .
Thanks and regards
vivek
[-- Attachment #2: Type: text/html, Size: 745 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: How can i install busybox "mount" command instead of util-linux "mount" command
2015-09-25 9:02 How can i install busybox "mount" command instead of util-linux "mount" command Vivek Per
@ 2015-09-29 11:39 ` Mike Looijmans
0 siblings, 0 replies; 2+ messages in thread
From: Mike Looijmans @ 2015-09-29 11:39 UTC (permalink / raw)
To: Vivek Per, yocto
On 25-09-15 11:02, Vivek Per wrote:
> Hi all,
> Can any one can please tell me how can i install busybox "mount" command
> instead of util-linux "mount" . By default util-linux "mount" and "umount"
> commnad is installing . But rest of the commands are installing from busybox
> like ls,cat and so on.
> In the final image log file (list of packages installed in the image)
> showing util.linux-mount and util.linux-umount packages is installing by
> default even i am not including those . How can i overcome the issue. i want
> to install busybox "mount" command only not form util-linux "mount" command .
Sounds familiar, some recipes think they need util-linux-mount while they
actually only need a mount command. Worse than that, util-linux-mount does not
work correctly on the settop boards, so I had to go to extremes to get rid of it.
One way to find the guilty recipes is to simply remove the util-linux recipes
and see what errors you get.
Here's some inspiration how to get rid of it:
https://github.com/OpenPLi/openpli-oe-core/commit/f18140a079513a01b2f6c5a379c69e898a6e5419
https://github.com/OpenPLi/openpli-oe-core/commit/8d31a7e6d7cde52c59b576247579eb5e2e8e6e7c
Kind regards,
Mike Looijmans
System Expert
TOPIC Embedded Products
Eindhovenseweg 32-C, NL-5683 KH Best
Postbus 440, NL-5680 AK Best
Telefoon: +31 (0) 499 33 69 79
Telefax: +31 (0) 499 33 69 70
E-mail: mike.looijmans@topicproducts.com
Website: www.topicproducts.com
Please consider the environment before printing this e-mail
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-09-29 11:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25 9:02 How can i install busybox "mount" command instead of util-linux "mount" command Vivek Per
2015-09-29 11:39 ` Mike Looijmans
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.