Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | # Base this image on core-image-minimal |
| 2 | include recipes-core/images/core-image-minimal.bb |
| 3 | |
| 4 | # Include modules in rootfs |
| 5 | IMAGE_INSTALL += " \ |
| 6 | kernel-modules \ |
| 7 | " |
Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [diff] [blame] | 8 | |
| 9 | SPLASH = "psplash-raspberrypi" |
| 10 | |
| 11 | IMAGE_FEATURES += "ssh-server-dropbear splash" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 12 | |
| 13 | do_image_prepend() { |
| 14 | bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead") |
| 15 | } |