From 6fd93d715769620fb64d3757e8c6d292333b8b4d Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Tue, 25 Feb 2014 18:46:19 +0100 Subject: [PATCH] meta-digi-arm: do not create static nodes in rootfs images We have all the kernels configured with DEVTMPFS support, so there is no need to have static nodes in the image files. They are not used at runtime because a TMPFS is mounted at '/dev'. Signed-off-by: Javier Viguera --- meta-digi-arm/classes/image_types_digi.bbclass | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-digi-arm/classes/image_types_digi.bbclass b/meta-digi-arm/classes/image_types_digi.bbclass index 237524254..97a7d555d 100644 --- a/meta-digi-arm/classes/image_types_digi.bbclass +++ b/meta-digi-arm/classes/image_types_digi.bbclass @@ -1,5 +1,8 @@ inherit image_types_fsl +# Do not create static nodes in image files +USE_DEVFS = "1" + # Dynamically calculate max LEB count for UBIFS images FLASH_MLC = "${@max_leb_count(d)}" def max_leb_count(d):