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:
parent
6f0b8a7356
commit
9903deaef8
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue