Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
[DM8000] fixed broken nfi generation
Browse files Browse the repository at this point in the history
  • Loading branch information
neo-pli-bsps committed Oct 7, 2020
1 parent 31aed6c commit 1c2160a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions classes/image_types_nfi.bbclass
Expand Up @@ -41,6 +41,6 @@ IMAGE_CMD_ubinfi = " \

EXTRA_IMAGECMD_ubinfi ?= "-e ${DREAMBOX_ERASE_BLOCK_SIZE} -n -l"

do_image_ubi[depends] += "dreambox-buildimage-native:do_populate_sysroot"
do_image_ubinfi[depends] += "dreambox-buildimage-native:do_populate_sysroot"

IMAGE_TYPES += "ubifs"
IMAGE_TYPES += "ubinfi"
2 changes: 1 addition & 1 deletion conf/machine/include/dreambox-ubi.inc
@@ -1,6 +1,6 @@
inherit image_types_nfi

IMAGE_FSTYPES ?= "ubifs"
IMAGE_FSTYPES ?= "ubinfi"
UBI_VOLNAME = "rootfs"
UBINIZE_VOLSIZE ?= "0"
UBINIZE_DATAVOL ?= "0"

0 comments on commit 1c2160a

Please sign in to comment.