aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/images/rockchip-basic-image.bb
blob: 25fb30e5abef8ecee2c864d6399941702cc33a3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# Copyright (C) 2014 Romain Perier <romain.perier@gmail.com>
# Released under the MIT license (see COPYING.MIT for the terms)

include recipes-core/images/core-image-minimal.bb

DESCRIPTION = "Basic image for Rockchip devices. This is a small image just \
capable of allowing a device to boot with packages management, \
ssh server and development tools."
IMAGE_FEATURES_append = " package-management ssh-server-dropbear"
IMAGE_INSTALL_append = " net-kexec "

LICENSE = "MIT"