PACKAGE_INSTALL += " nfv-installer kernel-modules" # ostree-switchroot is used by the init script to switch root to the # ostree version specified in the kernel command line PACKAGE_INSTALL_append_sota = " ostree-switchroot" create_enea_symlink() { # enea image used in bare metal installation cd ${DEPLOY_DIR_IMAGE} ln -sf ${IMAGE_NAME}${IMAGE_NAME_SUFFIX}.cpio.gz enea-image-minimal-initramfs-${MACHINE}.cpio.gz cd - } IMAGE_POSTPROCESS_COMMAND_append += " create_enea_symlink;"