From ddb6fb320d4f940f943db56ed70fb75467023005 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 21 Apr 2016 11:32:35 +0200 Subject: Add Standard profile images Signed-off-by: Adrian Dudau Signed-off-by: Martin Borg --- images/enea-image-standard-sdk.bb | 7 +++++++ images/enea-image-standard.bb | 6 ++++++ 2 files changed, 13 insertions(+) create mode 100644 images/enea-image-standard-sdk.bb create mode 100644 images/enea-image-standard.bb diff --git a/images/enea-image-standard-sdk.bb b/images/enea-image-standard-sdk.bb new file mode 100644 index 0000000..efc416e --- /dev/null +++ b/images/enea-image-standard-sdk.bb @@ -0,0 +1,7 @@ +DESCRIPTION = "Full featured image for the Standard profile" + +require images/enea-image-common.inc +require images/enea-image-extra.inc + +IMAGE_ROOTFS_EXTRA_SPACE = "1048576" +IMAGE_OVERHEAD_FACTOR = "1.5" diff --git a/images/enea-image-standard.bb b/images/enea-image-standard.bb new file mode 100644 index 0000000..a0aabbd --- /dev/null +++ b/images/enea-image-standard.bb @@ -0,0 +1,6 @@ +DESCRIPTION = "Base image for the Standard profile" + +require images/enea-image-common.inc + +IMAGE_ROOTFS_EXTRA_SPACE = "131072" +IMAGE_OVERHEAD_FACTOR = "2" -- cgit v1.2.3-54-g00ecf