mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-26 19:47:17 +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:
@@ -19,9 +19,10 @@ S = "${WORKDIR}/git"
|
|||||||
|
|
||||||
inherit autotools pkgconfig update-rc.d
|
inherit autotools pkgconfig update-rc.d
|
||||||
|
|
||||||
COMPATIBLE_HOST_arm_libc-musl = "null"
|
|
||||||
|
|
||||||
LCD_DRIVERS ?= "all,!irman,!svga"
|
LCD_DRIVERS ?= "all,!irman,!svga"
|
||||||
|
LCD_DRIVERS_append_aarch64 = ",!serialVFD"
|
||||||
|
LCD_DRIVERS_append_arm = ",!serialVFD"
|
||||||
|
|
||||||
LCD_DEFAULT_DRIVER ?= "curses"
|
LCD_DEFAULT_DRIVER ?= "curses"
|
||||||
|
|
||||||
PACKAGECONFIG ??= "usb"
|
PACKAGECONFIG ??= "usb"
|
||||||
|
|||||||
Reference in New Issue
Block a user