diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index f2b1174..a2cbd6b 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -3,7 +3,6 @@ require includes/image-preprocessing.inc SUMMARY = "NetModule Linux Distro Image" -KERNEL_IMAGETYPE = "uImage" IMAGE_FSTYPES += "tar.gz" IMAGE_FEATURES_append = " \ @@ -77,8 +76,6 @@ IMAGE_INSTALL_append = " \ ${FIRMWARE} \ " -IMAGE_INSTALL_cortex9hf-neon_append = " kernel-devicetree " -IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree " IMAGE_INSTALL_append_am335x-nrhw16 = " \ canutils \ wakeup-timer \ @@ -101,18 +98,11 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \ dfu-util \ " -FPGA_INSTALL = " \ - nm-scripts-fpga \ - " - -IMAGE_INSTALL_append_armada-385-nbhw14 = " ${FPGA_INSTALL}" -IMAGE_INSTALL_append_armada-385-nbhw17 = " ${FPGA_INSTALL}" IMAGE_INSTALL_append_sota = " mount-overlay" LICENSE = "BSD" -KERNEL_IMAGETYPE_sota = "fitImage" IMAGE_OVERHEAD_FACTOR = "1.0" OSTREE_BOOTLOADER = "u-boot" OSTREE_BRANCHNAME ?= "${MACHINE}"