blob: 86e9b6daf78e34b3dcf112adb168e45305a2cc7a [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() {
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}