summaryrefslogtreecommitdiffstats
path: root/import-layers/meta-raspberrypi/recipes-core/images/rpi-basic-image.bb
blob: 77a3d7b2b4d52652947585d7c94c5e47270382a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Base this image on core-image-minimal
include recipes-core/images/core-image-minimal.bb

# Include modules in rootfs
IMAGE_INSTALL += " \
	kernel-modules \
	"

SPLASH = "psplash-raspberrypi"

IMAGE_FEATURES += "ssh-server-dropbear splash"

do_image_prepend() {
    bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead")
}
OpenPOWER on IntegriCloud