On 13 Sep 2024, at 07:14, Mike Looijmans via lists.yoctoproject.org
wrote:
>
> AFAIK udev is completely integrated into systemd, and cannot be removed.
udev is a separate package in the systemd recipe, so you could try changing the
RDEPENDS to RRECOMMENDS and not installing udev.
Ross
-=-=-=-
Another intermediate solution is to use systemV init.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#63832): https://lists.yoctoproject.org/g/yocto/message/63832
Mute This Topic: https://lists.yoctoproject.org/mt/108409280/21656
Group Owner: yocto+o
AFAIK udev is completely integrated into systemd, and cannot be removed.
If you're serious about size reduction, the "tiny" way is to remove systemd
and use busybox mdev as device manager and busybox "init" as init process.
You'll lose a lot of functionality, of course.
Met vriendelijke groe
Hello,
I'm currently trying to reduce the size of the generated image as much as
possible.
One thing I don't need is udev, but it is currently built by systemd and seems
not very easy to remove throw PACKAGECONFIG.
Is it possible to remove udev dependency so that we don't integrate udev in the