summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/images/core-image-weston-sdk.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-04-23 20:02:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-27 15:11:47 +0100
commitf66d90a06fb8f8d0c0e108933c53b0d4126f7c10 (patch)
tree62135b58cb238ffb739eb0851ac0638e6eea0b13 /meta/recipes-graphics/images/core-image-weston-sdk.bb
parent73bdeae2fca632e2ab50166632059f11fc259ac8 (diff)
downloadpoky-f66d90a06fb8f8d0c0e108933c53b0d4126f7c10.tar.gz
core-image-weston: add sdk/ptest images
This is the first step towards rebasing the AB matrix from sato to weston; the eventual goal is to keep sato only in core-image-sato image. The broader rationale is that X11 is effectively deprecated technology at this point with only minimal maintenance; standalone X server will not be developed any further, and all attention currently is towards making it work well under Wayland. I believe YP should be defaulting to Wayland and not X11. (From OE-Core rev: 3a6996f87a9e32f2e6e668dce98f77d0b40fceb8) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/images/core-image-weston-sdk.bb')
-rw-r--r--meta/recipes-graphics/images/core-image-weston-sdk.bb11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta/recipes-graphics/images/core-image-weston-sdk.bb b/meta/recipes-graphics/images/core-image-weston-sdk.bb
new file mode 100644
index 0000000000..f5f7dade54
--- /dev/null
+++ b/meta/recipes-graphics/images/core-image-weston-sdk.bb
@@ -0,0 +1,11 @@
1require core-image-weston.bb
2
3DESCRIPTION = "Image with Weston support that includes everything within \
4core-image-weston plus meta-toolchain, development headers and libraries to \
5form a standalone SDK."
6
7IMAGE_FEATURES += "dev-pkgs tools-sdk \
8 tools-debug eclipse-debug tools-profile tools-testapps debug-tweaks ssh-server-openssh"
9
10IMAGE_INSTALL += "kernel-devsrc"
11