diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 14:20:35 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:02 +0300 |
commit | b5d53c70f072fb0b8fb0b0b5f252244066c79a8e (patch) | |
tree | 58b2160e32866486b97c398b416e6f36851046cd | |
parent | 163498e5adab358cdc01e3db6873d322c9cfec77 (diff) | |
download | meta-raspberrypi-b5d53c70f072fb0b8fb0b0b5f252244066c79a8e.tar.gz |
sdcard_image-rpi.bbclass: Inherit image_types as this class will be in IMAGE_CLASSES
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index eaa42f9..8120620 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -1,3 +1,5 @@ | |||
1 | inherit image_types | ||
2 | |||
1 | # | 3 | # |
2 | # Create an image that can by written onto a SD card using dd. | 4 | # Create an image that can by written onto a SD card using dd. |
3 | # | 5 | # |