diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-02-16 10:46:44 -0800 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2017-02-16 20:53:15 +0100 |
commit | 9d418db5ed2962821987ac90c07c3a61e40c0814 (patch) | |
tree | 0dc16e381a913fa4e9ad40f995f2b34705744ee7 | |
parent | f81e9ac1bb0a5497faf642868a2a5c3998c87667 (diff) | |
download | meta-raspberrypi-9d418db5ed2962821987ac90c07c3a61e40c0814.tar.gz |
raspberrypi3-64.conf: Add vc4graphics to MACHINE_FEATURES
Userland wont work in 64bit mode
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | conf/machine/raspberrypi3-64.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/machine/raspberrypi3-64.conf b/conf/machine/raspberrypi3-64.conf index e7d9af2..0bf1397 100644 --- a/conf/machine/raspberrypi3-64.conf +++ b/conf/machine/raspberrypi3-64.conf | |||
@@ -36,5 +36,6 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
36 | VC4_CMA_SIZE ?= "cma-256" | 36 | VC4_CMA_SIZE ?= "cma-256" |
37 | 37 | ||
38 | UBOOT_MACHINE = "rpi_3_config" | 38 | UBOOT_MACHINE = "rpi_3_config" |
39 | MACHINE_FEATURES_append = " vc4graphics" | ||
39 | 40 | ||
40 | PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" | 41 | PREFERRED_VERSION_linux-raspberrypi ?= "4.9.%" |