diff --git a/meta-digi-dbl/recipes-core/images/dbl-image-base-sdk.bb b/meta-digi-dbl/recipes-core/images/dbl-image-base-sdk.bb new file mode 100644 index 000000000..575ec2c29 --- /dev/null +++ b/meta-digi-dbl/recipes-core/images/dbl-image-base-sdk.bb @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 Digi International. +# + +require dbl-image-base.bb + +DESCRIPTION = "Image that includes everything within dbl-image-base plus meta-toolchain, \ +development headers and libraries to form a standalone SDK." + +# Dropbear clashes with openssh which is included by tools-debug. +IMAGE_FEATURES := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}" +IMAGE_FEATURES += "dev-pkgs tools-sdk\ + tools-debug debug-tweaks" + +IMAGE_INSTALL += "kernel-dev" diff --git a/meta-digi-del/recipes-core/images/del-image-graphical-sdk.bb b/meta-digi-del/recipes-core/images/del-image-graphical-sdk.bb new file mode 100644 index 000000000..5e528eebb --- /dev/null +++ b/meta-digi-del/recipes-core/images/del-image-graphical-sdk.bb @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 Digi International. +# + +require del-image-graphical.bb + +DESCRIPTION = "Image that includes everything within del-image-grahical plus meta-toolchain, \ +development headers and libraries to form a standalone SDK." + +# Dropbear clashes with openssh which is included by tools-debug. +IMAGE_FEATURES := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}" +IMAGE_FEATURES += "dev-pkgs tools-sdk\ + tools-debug tools-profile tools-testapps debug-tweaks" + +IMAGE_INSTALL += "kernel-dev" diff --git a/meta-digi-del/recipes-core/images/del-image-minimal-sdk.bb b/meta-digi-del/recipes-core/images/del-image-minimal-sdk.bb new file mode 100644 index 000000000..e82b49360 --- /dev/null +++ b/meta-digi-del/recipes-core/images/del-image-minimal-sdk.bb @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 Digi International. +# + +require del-image-minimal.bb + +DESCRIPTION = "Image that includes everything within del-image-minimal plus meta-toolchain, \ +development headers and libraries to form a standalone SDK." + +# Dropbear clashes with openssh which is included by tools-debug. +IMAGE_FEATURES := "${@oe_filter_out('ssh-server-dropbear', bb.data.getVar('IMAGE_FEATURES', d, 1), d)}" +IMAGE_FEATURES += "dev-pkgs tools-sdk\ + tools-debug debug-tweaks" + +IMAGE_INSTALL += "kernel-dev"