From 9903deaef89c6005622bbd69e05eb96a751976ba Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 18 Jul 2017 17:01:09 +0200 Subject: [PATCH] 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 --- meta-digi-dey/recipes-core/images/core-image-base.bbappend | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-dey/recipes-core/images/core-image-base.bbappend b/meta-digi-dey/recipes-core/images/core-image-base.bbappend index 3e3caad29..4263517ac 100644 --- a/meta-digi-dey/recipes-core/images/core-image-base.bbappend +++ b/meta-digi-dey/recipes-core/images/core-image-base.bbappend @@ -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"