mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 19:03:46 +00:00
lcdproc: Disable serialVFD driver on arm/aarch64
This driver uses inb/outb instructions which seems to have trouble on
arm/aarch64 compiler
server/drivers/serialVFD_io.c
:45:
| ../../../git/server/drivers/port.h:344:32: error: invalid output constraint '=a' in asm
|
| __asm__ volatile ("inb %1,%0":"=a" (value)
| ^
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
4c2c33de56
commit
20e298af0e
@ -19,9 +19,10 @@ S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig update-rc.d
|
||||
|
||||
COMPATIBLE_HOST_arm_libc-musl = "null"
|
||||
|
||||
LCD_DRIVERS ?= "all,!irman,!svga"
|
||||
LCD_DRIVERS_append_aarch64 = ",!serialVFD"
|
||||
LCD_DRIVERS_append_arm = ",!serialVFD"
|
||||
|
||||
LCD_DEFAULT_DRIVER ?= "curses"
|
||||
|
||||
PACKAGECONFIG ??= "usb"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user