summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorAndrei Gherzan <andrei@gherzan.ro>2012-07-02 01:20:36 +0300
committerAndrei Gherzan <andrei@gherzan.ro>2012-07-02 18:30:28 +0300
commita95712d8e7728c5cb5ba750f5d904af110ab0d0c (patch)
treea6d4ad33c8c2aec389010d8a752d381d56a39839 /classes
parentf0d4934ed84a6334944c92184878862de12172c8 (diff)
downloadmeta-raspberrypi-a95712d8e7728c5cb5ba750f5d904af110ab0d0c.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'classes')
-rw-r--r--classes/sdcard_image-rpi.bbclass2
1 files changed, 0 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
11inherit image_types
12
13# Set kernel and boot loader 11# Set kernel and boot loader
14IMAGE_BOOTLOADER ?= "bcm2835-bootfiles" 12IMAGE_BOOTLOADER ?= "bcm2835-bootfiles"
15 13