core-image-elphel393.bb 1.04 KB
Newer Older
1 2
DESCRIPTION = "Elphel NC 393 image (based on core-image-minimal)."

Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
3 4 5
IMAGE_INSTALL = "packagegroup-core-boot ${ROOTFS_PKGMANAGE_BOOTSTRAP} ${CORE_IMAGE_EXTRA_INSTALL}"

# remove not needed ipkg informations
6
IMAGE_INSTALL_append = "u-boot-ezynq"
7
IMAGE_INSTALL_append += " python-core \
8 9 10 11 12
                         htop \
                         i2c-tools \
                         mtd-utils \
                         ethtool \
                         net-tools \
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
13
                         ntp \
14
                         sntp \
15
                         ntpdate \
16 17
                         openssh \
                         nano \
Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
18
                         tree \
19 20 21 22 23 24
                         lighttpd \
                         lighttpd-module-fastcgi \
                         lighttpd-module-cgi \
                         modphp \
                         apache2 \
                         php-cgi \
25 26
                         php-cli \
                         init-elphel393"
27

28

29 30 31 32 33 34
IMAGE_LINGUAS = " "

LICENSE = "MIT"

inherit core-image

Oleg Dzhimiev's avatar
Oleg Dzhimiev committed
35
IMAGE_ROOTFS_SIZE = "131072"
36