diff options
-rw-r--r-- | classes/sdcard_image-rpi.bbclass | 2 | ||||
-rwxr-xr-x | conf/machine/raspberrypi.conf | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/classes/sdcard_image-rpi.bbclass b/classes/sdcard_image-rpi.bbclass index ef27ac6..af18aab 100644 --- a/classes/sdcard_image-rpi.bbclass +++ b/classes/sdcard_image-rpi.bbclass | |||
@@ -8,8 +8,6 @@ | |||
8 | # BOOT_SPACE - SDIMG_SIZE - rootfs | 8 | # BOOT_SPACE - SDIMG_SIZE - rootfs |
9 | # | 9 | # |
10 | 10 | ||
11 | inherit image_types | ||
12 | |||
13 | # Set kernel and boot loader | 11 | # Set kernel and boot loader |
14 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" | 12 | IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" |
15 | 13 | ||
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 4508a42..a64104b 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -9,6 +9,7 @@ require conf/machine/include/tune-arm1176jzf-s.inc | |||
9 | 9 | ||
10 | GUI_MACHINE_CLASS = "bigscreen" | 10 | GUI_MACHINE_CLASS = "bigscreen" |
11 | 11 | ||
12 | INHERIT += "sdcard_image-rpi" | ||
12 | IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" | 13 | IMAGE_FSTYPES += "tar.bz2 ext3 rpi-sdimg" |
13 | 14 | ||
14 | SERIAL_CONSOLE = "115200 ttyAMA0" | 15 | SERIAL_CONSOLE = "115200 ttyAMA0" |