summaryrefslogtreecommitdiffstats
path: root/recipes-core/images/rpi-basic-image.bb
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:43:18 +0100
committerAndrei Gherzan <andrei@gherzan.com>2021-08-03 14:44:07 +0100
commit844827a3d265fbde0467c5687747662ceb49a938 (patch)
tree545d37c830534b43da2533efd402d9068cc15148 /recipes-core/images/rpi-basic-image.bb
parent8dc3a310883ea87cd9900442f46f20bb08e57583 (diff)
downloadmeta-raspberrypi-ag/override.tar.gz
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-core/images/rpi-basic-image.bb')
-rw-r--r--recipes-core/images/rpi-basic-image.bb2
1 files changed, 1 insertions, 1 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
11IMAGE_FEATURES += "ssh-server-dropbear splash" 11IMAGE_FEATURES += "ssh-server-dropbear splash"
12 12
13do_image_prepend() { 13do_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}