diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 01:20:36 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-07-02 18:30:28 +0300 |
commit | a95712d8e7728c5cb5ba750f5d904af110ab0d0c (patch) | |
tree | a6d4ad33c8c2aec389010d8a752d381d56a39839 /conf/machine | |
parent | f0d4934ed84a6334944c92184878862de12172c8 (diff) | |
download | meta-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 'conf/machine')
-rwxr-xr-x | conf/machine/raspberrypi.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" |