blob: 54df5608f6ee986c35488888864d81928525f47f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
require images/enea-image-common.inc
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_INSTALL += " \
packagegroup-enea-virtualization \
kernel-modules \
"
IMAGE_FSTYPES = "ext4 ext4.gz tar.gz"
inherit image_types_uboot
IMAGE_FSTYPES_append_cn8304 = " ext4.gz.u-boot"
|