diff options
Diffstat (limited to 'recipes-core/images')
-rw-r--r-- | recipes-core/images/rpi-basic-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/rpi-hwup-image.bb | 2 | ||||
-rw-r--r-- | recipes-core/images/rpi-test-image.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/images/rpi-basic-image.bb b/recipes-core/images/rpi-basic-image.bb index 77a3d7b..1bbbb50 100644 --- a/recipes-core/images/rpi-basic-image.bb +++ b/recipes-core/images/rpi-basic-image.bb | |||
@@ -10,6 +10,6 @@ SPLASH = "psplash-raspberrypi" | |||
10 | 10 | ||
11 | IMAGE_FEATURES += "ssh-server-dropbear splash" | 11 | IMAGE_FEATURES += "ssh-server-dropbear splash" |
12 | 12 | ||
13 | do_image_prepend() { | 13 | do_image:prepend() { |
14 | bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead") | 14 | bb.warn("The image 'rpi-basic-image' is deprecated, please use 'core-image-base' instead") |
15 | } | 15 | } |
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 | ||
9 | do_image_prepend() { | 9 | do_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 | } |
diff --git a/recipes-core/images/rpi-test-image.bb b/recipes-core/images/rpi-test-image.bb index c2f5f73..360b20d 100644 --- a/recipes-core/images/rpi-test-image.bb +++ b/recipes-core/images/rpi-test-image.bb | |||
@@ -3,4 +3,4 @@ include recipes-core/images/core-image-base.bb | |||
3 | 3 | ||
4 | COMPATIBLE_MACHINE = "^rpi$" | 4 | COMPATIBLE_MACHINE = "^rpi$" |
5 | 5 | ||
6 | IMAGE_INSTALL_append = " packagegroup-rpi-test" | 6 | IMAGE_INSTALL:append = " packagegroup-rpi-test" |