summaryrefslogtreecommitdiffstats
path: root/meta-raspberrypi/recipes-core/images/rpi-hwup-image.bb
blob: d2371ad258561b759d84dde3769518064b217ee3 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Base this image on core-image-minimal
include recipes-core/images/core-image-minimal.bb

# Include modules in rootfs
IMAGE_INSTALL += " \
	kernel-modules \
	"

do_image_prepend() {
    bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-minimal' instead")
}
OpenPOWER on IntegriCloud