image-types_digi.bbclass: remove USE_DEVFS override

USE_DEVFS = "1" is the default now in poky

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2014-10-06 18:20:26 +02:00
parent cae66238d2
commit 8a8054fccc
1 changed files with 0 additions and 3 deletions

View File

@ -1,8 +1,5 @@
inherit image_types_fsl inherit image_types_fsl
# Do not create static nodes in image files
USE_DEVFS = "1"
# Dynamically calculate max LEB count for UBIFS images # Dynamically calculate max LEB count for UBIFS images
FLASH_MLC = "${@max_leb_count(d)}" FLASH_MLC = "${@max_leb_count(d)}"
def max_leb_count(d): def max_leb_count(d):