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:
parent
346ad12fec
commit
6fd93d7157
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue