summaryrefslogtreecommitdiffstats
path: root/meta/recipes-rt/images
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-09 22:59:03 +0200
commit972dcfcdbfe75dcfeb777150c136576cf1a71e99 (patch)
tree97a61cd7e293d7ae9d56ef7ed0f81253365bb026 /meta/recipes-rt/images
downloadpoky-972dcfcdbfe75dcfeb777150c136576cf1a71e99.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@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"