Patrick Williams | 8b8bc41 | 2016-08-17 15:02:23 -0500 | [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 | " | ||||
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 8 | |
9 | do_image_prepend() { | ||||
10 | bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-minimal' instead") | ||||
11 | } |