From a95712d8e7728c5cb5ba750f5d904af110ab0d0c Mon Sep 17 00:00:00 2001 From: Andrei Gherzan Date: Mon, 2 Jul 2012 01:20:36 +0300 Subject: sdcard_image-rpi.bbclass: Change to be usable with any image Instead of being inherited by a specific image recipe, this class can now be inherited globally in the machine configuration, allowing it to be used with any image. This means we can remove "inherit image", and we can also remove the IMAGE_FSTYPES modification since the machine config does this already. Signed-off-by: Paul Eggleton Signed-off-by: Andrei Gherzan --- classes/sdcard_image-rpi.bbclass | 2 -- 1 file changed, 2 deletions(-) (limited to 'classes') 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 @@ # BOOT_SPACE - SDIMG_SIZE - rootfs # -inherit image_types - # Set kernel and boot loader IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" -- cgit v1.2.3-54-g00ecf