summaryrefslogtreecommitdiffstats
path: root/recipes-core/images/rpi-hwup-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/images/rpi-hwup-image.bb')
-rw-r--r--recipes-core/images/rpi-hwup-image.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-core/images/rpi-hwup-image.bb b/recipes-core/images/rpi-hwup-image.bb
index 86e9b6d..eacec0e 100644
--- a/recipes-core/images/rpi-hwup-image.bb
+++ b/recipes-core/images/rpi-hwup-image.bb
@@ -6,6 +6,6 @@ IMAGE_INSTALL += " \
6 kernel-modules \ 6 kernel-modules \
7 " 7 "
8 8
9do_image_prepend() { 9do_image:prepend() {
10 bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-base' instead") 10 bb.warn("The image 'rpi-hwup-image' is deprecated, please use 'core-image-base' instead")
11} 11}