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:
parent
cae66238d2
commit
8a8054fccc
|
|
@ -1,8 +1,5 @@
|
|||
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