image-minimal: Cleanup
Remove unneeded variables and move FSTYPE to distro BugzID: 73593
This commit is contained in:
parent
22c9a78486
commit
c7d211ef8e
|
|
@ -10,3 +10,5 @@ REPRODUCIBLE_TIMESTAMP_ROOTFS = ""
|
|||
|
||||
PREFERRED_PROVIDER_virtual/netmodule-image = "netmodule-fitimage"
|
||||
INITRAMFS_IMAGE_pn-netmodule-fitimage = "netmodule-linux-image-minimal"
|
||||
|
||||
IMAGE_FSTYPES = "cpio.gz cpio.gz.u-boot"
|
||||
|
|
|
|||
|
|
@ -1,9 +1,4 @@
|
|||
DISTRO_FEATURES_BACKFILL_CONSIDERED = " wifi bluetooth"
|
||||
|
||||
inherit image
|
||||
|
||||
IMAGE_FEATURES = "debug-tweaks"
|
||||
IMAGE_FSTYPES = "tar.gz cpio cpio.gz cpio.gz.u-boot"
|
||||
inherit core-image
|
||||
|
||||
KERNELDEPMODDEPEND = ""
|
||||
|
||||
|
|
@ -22,7 +17,6 @@ IMAGE_INSTALL = " \
|
|||
tar \
|
||||
less \
|
||||
ncurses-terminfo-base \
|
||||
kernel-devicetree \
|
||||
haveged \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue