images: Add FS type config to image recipes
It was previously defined in machine configurations
This commit is contained in:
parent
0fd67556f9
commit
cea39e1ba9
|
|
@ -3,6 +3,7 @@ DISTRO_FEATURES_BACKFILL_CONSIDERED = " wifi bluetooth"
|
|||
inherit image
|
||||
|
||||
IMAGE_FEATURES = "debug-tweaks"
|
||||
IMAGE_FSTYPES += "tar.gz cpio cpio.gz cpio.gz.u-boot"
|
||||
|
||||
KERNELDEPMODDEPEND = ""
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,7 @@ inherit core-image
|
|||
SUMMARY = "NetModule Linux Distro Image"
|
||||
|
||||
KERNEL_IMAGETYPE = "uImage"
|
||||
IMAGE_FSTYPES += "tar.gz"
|
||||
|
||||
IMAGE_FEATURES_append = " \
|
||||
package-management \
|
||||
|
|
|
|||
Loading…
Reference in New Issue