Skip to content
Snippets Groups Projects

Draft: bsp:installation: Add yocto-install recipe

Open Oleksii Kutuzov requested to merge add-install-scripts into kirkstone
Files
2
@@ -29,7 +29,7 @@ IMAGE_BOOT_FILES = " \
fngsystem-image.cpio.gz \
"
IMAGE_FSTYPES ?= "wic.img aiotflash.tar"
IMAGE_FSTYPES ?= "wic.img aiotflash.tar tar.gz"
IMAGE_ROOTFS_ALIGNMENT = "4"
IMAGE_CLASSES += "image_type_img image_type_aiotflash"
@@ -100,6 +100,16 @@ MACHINE_EXTRA_RRECOMMENDS:append = " \
seco-stm32 \
"
MACHINE_EXTRA_RRECOMMENDS:append:seco-arm = " \
${@bb.utils.contains_any('DISTRO', ' \
seconorth-fngsystem \
seconorth-wayland \
', '', 'yocto-install-services', d)} \
"
MACHINE_INSTALL_SCRIPTS = "fng-install.sh"
MACHINE_INSTALL_SCRIPTS:fng = "fngsystem-self-update.sh fngsystem-self-init.sh"
# MediaTek MT7921S needs firmware for MT7961
# (at least the firmware-files are named like this)
MACHINE_EXTRA_RRECOMMENDS += "linux-firmware-mt7961"
Loading