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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-02-25 18:46:19 +01:00
parent 346ad12fec
commit 6fd93d7157
1 changed files with 3 additions and 0 deletions

View File

@ -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):