diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2015-02-11 21:34:58 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@resin.io> | 2015-03-01 00:59:51 +0100 |
commit | 1350ba8acf4b5bb03b26a00da91a6698d4b7e2da (patch) | |
tree | a27ac97603597ecfb665c6d5946fb95812836a5c /conf/machine/raspberrypi.conf | |
parent | 6392a639852eebd2386726cc594c214ec0df0f3a (diff) | |
download | meta-raspberrypi-1350ba8acf4b5bb03b26a00da91a6698d4b7e2da.tar.gz |
raspberrypi.conf: Use arm1176jzfshf as default tune
Reformat the tune-arm1176jzf-s.inc file.
There is not 'PACKAGE_EXTRA_ARCHS_tune-armv6hf-vfp'. Replace it by
'PACKAGE_EXTRA_ARCHS_tune-armv6hf'.
Change-Id: I0dd63b1dd3e1ebc7fe0600e93fb9d27a6a833cd9
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
Diffstat (limited to 'conf/machine/raspberrypi.conf')
-rw-r--r-- | conf/machine/raspberrypi.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi.conf b/conf/machine/raspberrypi.conf index 4e887b3..e8516e7 100644 --- a/conf/machine/raspberrypi.conf +++ b/conf/machine/raspberrypi.conf | |||
@@ -2,5 +2,7 @@ | |||
2 | #@NAME: RaspberryPi Development Board | 2 | #@NAME: RaspberryPi Development Board |
3 | #@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board | 3 | #@DESCRIPTION: Machine configuration for the RaspberryPi http://www.raspberrypi.org/ Board |
4 | 4 | ||
5 | DEFAULTTUNE ?= "arm1176jzfshf" | ||
6 | |||
5 | require conf/machine/include/tune-arm1176jzf-s.inc | 7 | require conf/machine/include/tune-arm1176jzf-s.inc |
6 | include conf/machine/include/rpi-base.inc | 8 | include conf/machine/include/rpi-base.inc |