netmodule-linux-image: Cleanup

This commit is contained in:
Alexandre Bard 2019-07-23 14:59:34 +02:00
parent ccec226f3c
commit 038f477532
1 changed files with 0 additions and 10 deletions

View File

@ -3,7 +3,6 @@ require includes/image-preprocessing.inc
SUMMARY = "NetModule Linux Distro Image" SUMMARY = "NetModule Linux Distro Image"
KERNEL_IMAGETYPE = "uImage"
IMAGE_FSTYPES += "tar.gz" IMAGE_FSTYPES += "tar.gz"
IMAGE_FEATURES_append = " \ IMAGE_FEATURES_append = " \
@ -77,8 +76,6 @@ IMAGE_INSTALL_append = " \
${FIRMWARE} \ ${FIRMWARE} \
" "
IMAGE_INSTALL_cortex9hf-neon_append = " kernel-devicetree "
IMAGE_INSTALL_cortex9hf_append = " kernel-devicetree "
IMAGE_INSTALL_append_am335x-nrhw16 = " \ IMAGE_INSTALL_append_am335x-nrhw16 = " \
canutils \ canutils \
wakeup-timer \ wakeup-timer \
@ -101,18 +98,11 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \
dfu-util \ 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" IMAGE_INSTALL_append_sota = " mount-overlay"
LICENSE = "BSD" LICENSE = "BSD"
KERNEL_IMAGETYPE_sota = "fitImage"
IMAGE_OVERHEAD_FACTOR = "1.0" IMAGE_OVERHEAD_FACTOR = "1.0"
OSTREE_BOOTLOADER = "u-boot" OSTREE_BOOTLOADER = "u-boot"
OSTREE_BRANCHNAME ?= "${MACHINE}" OSTREE_BRANCHNAME ?= "${MACHINE}"