blob: fd4e6a09524538df033c6cf12cb8538dcd48dcff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
require recipes-graphics/images/core-image-weston.bb
require core-image-renesas-base.inc
require 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_append = " kernel-devsrc ltp"
|