diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 14:18:33 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-09-16 20:55:02 +0300 |
commit | 163498e5adab358cdc01e3db6873d322c9cfec77 (patch) | |
tree | f5f0f50d9dbf08f7565d9d71692759114557f2b6 | |
parent | ba1b6ed74f7a862e7305d025d7b9639ea156ee08 (diff) | |
download | meta-raspberrypi-163498e5adab358cdc01e3db6873d322c9cfec77.tar.gz |
raspberrypi.conf: Drop INHERIT sdcard_image-rpi as we will use IMAGE_CLASSES
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rwxr-xr-x | conf/machine/raspberrypi.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 6287c46..cd2d3fd 100755 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -8,7 +8,6 @@ include conf/distro/include/rpi-default-versions.inc | |||
8 | include conf/distro/include/rpi-default-providers.inc | 8 | include conf/distro/include/rpi-default-providers.inc |
9 | require conf/machine/include/tune-arm1176jzf-s.inc | 9 | require conf/machine/include/tune-arm1176jzf-s.inc |
10 | 10 | ||
11 | INHERIT += "sdcard_image-rpi" | ||
12 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" | 11 | IMAGE_FSTYPES ?= "tar.bz2 ext3 rpi-sdimg" |
13 | 12 | ||
14 | SERIAL_CONSOLE = "115200 ttyAMA0" | 13 | SERIAL_CONSOLE = "115200 ttyAMA0" |