summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2014-06-26 14:36:22 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2014-06-26 15:32:53 +0200
commitf4cf9fe05bb3f32fabea4e54dd92d368967a80da (patch)
tree487180fa9866985ea7b28e625651765d86f515c3 /meta/recipes-rt/images
downloadpoky-f4cf9fe05bb3f32fabea4e54dd92d368967a80da.tar.gz
initial commit for Enea Linux 4.0
Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta/recipes-rt/images')
-rw-r--r--meta/recipes-rt/images/core-image-rt-sdk.bb12
-rw-r--r--meta/recipes-rt/images/core-image-rt.bb9
2 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-rt/images/core-image-rt-sdk.bb b/meta/recipes-rt/images/core-image-rt-sdk.bb
new file mode 100644
index 0000000000..db7d581832
--- /dev/null
+++ b/meta/recipes-rt/images/core-image-rt-sdk.bb
@@ -0,0 +1,12 @@
1require recipes-core/images/core-image-minimal.bb
2
3DESCRIPTION = "Small image capable of booting a device with a test suite and \
4tools for real-time use. It includes the full meta-toolchain, development \
5headers and libraries to form a standalone SDK."
6DEPENDS = "linux-yocto-rt"
7
8IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks"
9
10IMAGE_INSTALL += "rt-tests hwlatdetect kernel-dev"
11
12LICENSE = "MIT"
diff --git a/meta/recipes-rt/images/core-image-rt.bb b/meta/recipes-rt/images/core-image-rt.bb
new file mode 100644
index 0000000000..cab6f8b749
--- /dev/null
+++ b/meta/recipes-rt/images/core-image-rt.bb
@@ -0,0 +1,9 @@
1require recipes-core/images/core-image-minimal.bb
2
3DESCRIPTION = "A small image just capable of allowing a device to boot plus a \
4real-time test suite and tools appropriate for real-time use."
5DEPENDS = "linux-yocto-rt"
6
7IMAGE_INSTALL += "rt-tests hwlatdetect"
8
9LICENSE = "MIT"