blob: 77a3d7b2b4d52652947585d7c94c5e47270382a4 [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001# Base this image on core-image-minimal
2include recipes-core/images/core-image-minimal.bb
3
4# Include modules in rootfs
5IMAGE_INSTALL += " \
6 kernel-modules \
7 "
Patrick Williams8b8bc412016-08-17 15:02:23 -05008
9SPLASH = "psplash-raspberrypi"
10
11IMAGE_FEATURES += "ssh-server-dropbear splash"
Brad Bishop316dfdd2018-06-25 12:45:53 -040012
13do_image_prepend() {
14 bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead")
15}