From 91698844c065a59a77b1c506267e8aa22066480c Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Thu, 15 Jun 2017 12:53:39 +0200 Subject: [PATCH] dey-image-aws: new image including Amazon Web Services https://jira.digi.com/browse/DEL-4304 Signed-off-by: Javier Viguera --- .../recipes-core/images/dey-image-aws.bb | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 meta-digi-dey/recipes-core/images/dey-image-aws.bb diff --git a/meta-digi-dey/recipes-core/images/dey-image-aws.bb b/meta-digi-dey/recipes-core/images/dey-image-aws.bb new file mode 100644 index 000000000..088863a28 --- /dev/null +++ b/meta-digi-dey/recipes-core/images/dey-image-aws.bb @@ -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"