core-image-base: do not install udev-cache

As we are using kernel's DEVTMPFS, using udev-cache on top of it does
not add much advantage. Disabling it has the extra advantage of avoiding
writing the udev-cache tarball under '/etc' (which probably won't work
on a read-only system).

https://jira.digi.com/browse/DEL-3780

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-07-18 17:01:09 +02:00
parent 6f0b8a7356
commit 9903deaef8
1 changed files with 3 additions and 0 deletions

View File

@ -17,3 +17,6 @@ SDKIMAGE_FEATURES ?= "dev-pkgs dbg-pkgs staticdev-pkgs"
# Add our dey-image tweaks to the final image (like /etc/build info)
inherit dey-image
# Do not install udev-cache
BAD_RECOMMENDATIONS += "udev-cache"