diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 17:36:38 +0100 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2013-12-12 17:36:38 +0100 |
| commit | 2a7348129a42f21095fcd62e47a035f78d254130 (patch) | |
| tree | 544dc8019a8f8cb684ace8674193605e607f9964 /images | |
| download | meta-enea-master.tar.gz | |
Migrated from the internal git server on the dora-enea branch
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'images')
| -rw-r--r-- | images/enea-image-demo.bb | 61 | ||||
| -rw-r--r-- | images/enea-image-minimal.bb | 29 | ||||
| -rw-r--r-- | images/enea-image-test-bash.bb | 21 | ||||
| -rw-r--r-- | images/enea-image-test-busybox.bb | 13 |
4 files changed, 124 insertions, 0 deletions
diff --git a/images/enea-image-demo.bb b/images/enea-image-demo.bb new file mode 100644 index 0000000..1f73d43 --- /dev/null +++ b/images/enea-image-demo.bb | |||
| @@ -0,0 +1,61 @@ | |||
| 1 | # Uncomment for opkg/dpkg/rpm on available on target | ||
| 2 | IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz" | ||
| 3 | IMAGE_FEATURES += "package-management" | ||
| 4 | |||
| 5 | IMAGE_FEATURES += "eclipse-debug tools-debug tools-profile dbg-pkgs ssh-server-openssh" | ||
| 6 | |||
| 7 | ENEA_GPL = " \ | ||
| 8 | linx \ | ||
| 9 | linx-mod" | ||
| 10 | |||
| 11 | ENEA_GPL_qemux86 = "" | ||
| 12 | ENEA_GPL_qemuppc = "" | ||
| 13 | ENEA_GPL_armv5 = "" | ||
| 14 | ENEA_GPL_armv7a = "" | ||
| 15 | |||
| 16 | VALGRIND ?= "" | ||
| 17 | VALGRIND_powerpc ?= "valgrind" | ||
| 18 | VALGRIND_e500v2 ?= "" | ||
| 19 | VALGRIND_x86 ?= "valgrind" | ||
| 20 | VALGRIND_x86_64 ?= "valgrind" | ||
| 21 | VALGRIND_armv7a ?= "valgrind" | ||
| 22 | |||
| 23 | IMAGE_INSTALL = " \ | ||
| 24 | packagegroup-enea-core-boot \ | ||
| 25 | packagegroup-enea-debug \ | ||
| 26 | packagegroup-enea-profile \ | ||
| 27 | ${ROOTFS_PKGMANAGE_BOOTSTRAP} \ | ||
| 28 | kexec-tools \ | ||
| 29 | openssl \ | ||
| 30 | bc \ | ||
| 31 | dhcp-client \ | ||
| 32 | sqlite3 \ | ||
| 33 | pramfs-init \ | ||
| 34 | zip \ | ||
| 35 | gettext \ | ||
| 36 | gettext-runtime \ | ||
| 37 | mtd-utils \ | ||
| 38 | net-tools \ | ||
| 39 | pciutils \ | ||
| 40 | ltp \ | ||
| 41 | libuio \ | ||
| 42 | usbutils \ | ||
| 43 | lttng-tools \ | ||
| 44 | lttng-modules \ | ||
| 45 | babeltrace \ | ||
| 46 | netbase \ | ||
| 47 | sudo \ | ||
| 48 | ${ENEA_GPL} \ | ||
| 49 | ${VALGRIND} \ | ||
| 50 | " | ||
| 51 | |||
| 52 | IMAGE_INSTALL += "kernel-modules " | ||
| 53 | |||
| 54 | IMAGE_LINGUAS = "" | ||
| 55 | |||
| 56 | inherit core-image | ||
| 57 | inherit image_types_uboot | ||
| 58 | |||
| 59 | IMAGE_ROOTFS_SIZE = "1" | ||
| 60 | # Increased the overhead factor to be able to build via nfs. | ||
| 61 | IMAGE_OVERHEAD_FACTOR = "2" | ||
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 | ||
| 6 | VIRTUAL-RUNTIME_dev_manager = "" | ||
| 7 | |||
| 8 | |||
| 9 | # | ||
| 10 | # Enea Specific Packages | ||
| 11 | # | ||
| 12 | IMAGE_INSTALL = " \ | ||
| 13 | packagegroup-enea-core-boot \ | ||
| 14 | pramfs-init \ | ||
| 15 | " | ||
| 16 | |||
| 17 | IMAGE_LINGUAS = "" | ||
| 18 | |||
| 19 | LICENSE = "MIT" | ||
| 20 | |||
| 21 | inherit core-image | ||
| 22 | inherit image_types_uboot | ||
| 23 | |||
| 24 | IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz" | ||
| 25 | |||
| 26 | # The bigger of below two will be chosen | ||
| 27 | IMAGE_ROOTFS_SIZE = "1" | ||
| 28 | # Increased the overhead factor to be able to build via nfs. | ||
| 29 | IMAGE_OVERHEAD_FACTOR = "2" | ||
diff --git a/images/enea-image-test-bash.bb b/images/enea-image-test-bash.bb new file mode 100644 index 0000000..9e05e19 --- /dev/null +++ b/images/enea-image-test-bash.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz" | ||
| 2 | IMAGE_FEATURES += "ptest-pkgs" | ||
| 3 | IMAGE_FEATURES += "ssh-server-openssh" | ||
| 4 | |||
| 5 | PERF ?= "perf" | ||
| 6 | PERF_armv5 ?= "" | ||
| 7 | PERF_armv6 ?= "" | ||
| 8 | PERF_armv7a ?= "" | ||
| 9 | |||
| 10 | IMAGE_INSTALL = " \ | ||
| 11 | packagegroup-enea-core-boot \ | ||
| 12 | packagegroup-enea-ptest \ | ||
| 13 | packagegroup-enea-ddt \ | ||
| 14 | packagegroup-enea-sys \ | ||
| 15 | openssh \ | ||
| 16 | console-tools \ | ||
| 17 | ${PERF}\ | ||
| 18 | " | ||
| 19 | |||
| 20 | inherit core-image | ||
| 21 | inherit image_types_uboot | ||
diff --git a/images/enea-image-test-busybox.bb b/images/enea-image-test-busybox.bb new file mode 100644 index 0000000..04b67e3 --- /dev/null +++ b/images/enea-image-test-busybox.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | IMAGE_FSTYPES += "ext2.gz.u-boot ext3 tar.gz" | ||
| 2 | IMAGE_FEATURES += "ptest-pkgs" | ||
| 3 | IMAGE_FEATURES += "ssh-server-dropbear" | ||
| 4 | |||
| 5 | IMAGE_INSTALL = " \ | ||
| 6 | packagegroup-enea-core-boot \ | ||
| 7 | packagegroup-enea-ptest \ | ||
| 8 | packagegroup-enea-sys \ | ||
| 9 | dropbear \ | ||
| 10 | " | ||
| 11 | |||
| 12 | inherit core-image | ||
| 13 | inherit image_types_uboot | ||
