dey-image-aws: new image including Amazon Web Services

https://jira.digi.com/browse/DEL-4304

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-06-15 12:53:39 +02:00
parent 84f63905ac
commit 91698844c0
1 changed files with 34 additions and 0 deletions

View File

@ -0,0 +1,34 @@
# Copyright (C) 2017, Digi International Inc.
DESCRIPTION = "DEY image including Amazon Web Services packages"
LICENSE = "MIT"
AWS_PACKAGES ?= " \
awsiotsdk-demo \
greengrass \
"
IMAGE_INSTALL = " \
packagegroup-dey-core \
${AWS_PACKAGES} \
${CORE_IMAGE_EXTRA_INSTALL} \
${ROOTFS_PKGMANAGE_BOOTSTRAP} \
"
IMAGE_FEATURES += " \
dey-network \
package-management \
ssh-server-dropbear \
${@bb.utils.contains('MACHINE_FEATURES', 'bluetooth', 'dey-bluetooth', '', d)} \
${@bb.utils.contains('MACHINE_FEATURES', 'wifi', 'dey-wireless', '', d)} \
"
IMAGE_LINGUAS = ""
inherit core-image
inherit dey-image
IMAGE_ROOTFS_SIZE = "8192"
# Do not install udev-cache
BAD_RECOMMENDATIONS += "udev-cache"