blob: d2371ad258561b759d84dde3769518064b217ee3 [file] [log] [blame]
Patrick Williams8b8bc412016-08-17 15:02:23 -05001# 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 "
Brad Bishop316dfdd2018-06-25 12:45:53 -04008
9do_image_prepend() {
10 bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-minimal' instead")
11}