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:
parent
84f63905ac
commit
91698844c0
|
|
@ -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"
|
||||
Loading…
Reference in New Issue