blob: 8a769078409e2f9e774687a4a58051c82a0df799 (
plain)
1
2
3
4
5
6
7
8
9
|
DESCRIPTION = "Linaro image with basic X11 and firefox"
inherit core-image
IMAGE_FEATURES += "splash package-management x11-base x11-sato ssh-server-openssh"
LICENSE = "MIT"
IMAGE_INSTALL += "firefox gator openssh-sftp-server"
|