Commit 3fdd138d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

1. added ezynq-u-boot to IMAGE_INSTALL so it's built with the core image

parent 0164b703
......@@ -3,7 +3,8 @@ DESCRIPTION = "Elphel NC 393 image (based on core-image-minimal)."
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"
# remove not needed ipkg informations
IMAGE_INSTALL_append = " python-core \
IMAGE_INSTALL_append = "ezynq-u-boot"
IMAGE_INSTALL_append += " python-core \
htop \
i2c-tools \
mtd-utils \
......@@ -32,3 +33,4 @@ LICENSE = "MIT"
inherit core-image
IMAGE_ROOTFS_SIZE = "131072"
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment