summaryrefslogtreecommitdiffstats
path: root/images/enea-image-minimal.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
committerAdrian Dudau <adrian.dudau@enea.com>2013-12-12 17:36:38 +0100
commit2a7348129a42f21095fcd62e47a035f78d254130 (patch)
tree544dc8019a8f8cb684ace8674193605e607f9964 /images/enea-image-minimal.bb
downloadmeta-enea-master.tar.gz
initial commit of Enea Linux 3.1HEADmaster
Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'images/enea-image-minimal.bb')
-rw-r--r--images/enea-image-minimal.bb29
1 files changed, 29 insertions, 0 deletions
diff --git a/images/enea-image-minimal.bb b/images/enea-image-minimal.bb
new file mode 100644
index 0000000..85920db
--- /dev/null
+++ b/images/enea-image-minimal.bb
@@ -0,0 +1,29 @@
1#
2# Poky specific package kits.
3#
4
5# no need for udev
6VIRTUAL-RUNTIME_dev_manager = ""
7
8
9#
10# Enea Specific Packages
11#
12IMAGE_INSTALL = " \
13 packagegroup-enea-core-boot \
14 pramfs-init \
15 "
16
17IMAGE_LINGUAS = ""
18
19LICENSE = "MIT"
20
21inherit core-image
22inherit image_types_uboot
23
24IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz"
25
26# The bigger of below two will be chosen
27IMAGE_ROOTFS_SIZE = "1"
28# Increased the overhead factor to be able to build via nfs.
29IMAGE_OVERHEAD_FACTOR = "2"