summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--images/enea-image-base.bb5
-rw-r--r--images/enea-image-extra.inc (renamed from images/enea-image-featured.bb)6
2 files changed, 0 insertions, 11 deletions
diff --git a/images/enea-image-base.bb b/images/enea-image-base.bb
deleted file mode 100644
index 41eba70..0000000
--- a/images/enea-image-base.bb
+++ /dev/null
@@ -1,5 +0,0 @@
1DESCRIPTION = "console only image that fully suport target HW"
2require enea-image-common.inc
3
4IMAGE_ROOTFS_EXTRA_SPACE = "131072"
5IMAGE_OVERHEAD_FACTOR = "2"
diff --git a/images/enea-image-featured.bb b/images/enea-image-extra.inc
index deeac76..d22a96e 100644
--- a/images/enea-image-featured.bb
+++ b/images/enea-image-extra.inc
@@ -1,6 +1,3 @@
1DESCRIPTION = "Full featured image with full target support"
2require enea-image-common.inc
3
4IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging " 1IMAGE_FEATURES[validitems] += "read-only-rootfs empty-root-password allow-empty-password post-install-logging "
5 2
6IMAGE_FEATURES += " \ 3IMAGE_FEATURES += " \
@@ -63,6 +60,3 @@ IMAGE_INSTALL += " \
63 udev-extraconf \ 60 udev-extraconf \
64 zip \ 61 zip \
65 " 62 "
66
67IMAGE_ROOTFS_EXTRA_SPACE = "1048576"
68IMAGE_OVERHEAD_FACTOR = "1.5"