blob: c782fb2fff7106e397cad615f0db8dd34b622797 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
require recipes-graphics/images/core-image-weston.bb
include core-image-weston.inc
DESCRIPTION = "Image with weston support that includes everything within \
core-image-weston plus meta-toolchain, development headers and libraries to \
form a standalone SDK."
IMAGE_FEATURES += "dev-pkgs tools-sdk tools-debug debug-tweaks ssh-server-openssh"
IMAGE_INSTALL += "kernel-dev \
ltp"
|