blob: eacec0ed49db4285a767b85c716d3e9b1869857c [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
Patrick Williams213cb262021-08-07 19:21:33 -05009do_image:prepend() {
Brad Bishopf27bdd52018-05-07 15:42:31 +020010 bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-base' instead")
Brad Bishop316dfdd2018-06-25 12:45:53 -040011}