mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-07-21 05:27:02 +00:00
ce07298783
Backport patch from upstream to address the following error: scripts/dtc/dtc-parser.tab.o:(.bss+0x20): multiple definition of `yylloc'; scripts/dtc/dtc-lexer.lex.o:(.bss+0x0): first defined here Signed-off-by: Jon Mason <jon.mason@arm.com>
17 lines
439 B
HTML
17 lines
439 B
HTML
#
|
|
# TC0 MACHINE specific configurations
|
|
#
|
|
|
|
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-arm64-ack-4.19:${THISDIR}/files:"
|
|
|
|
SRC_URI_append = " \
|
|
file://defconfig \
|
|
file://0001-drm-Add-component-aware-simple-encoder.patch \
|
|
file://0002-swap-red-and-blue-colors-in-HDLCD-driver.patch \
|
|
file://0001-scripts-dtc-Remove-redundant-YYLOC-global-declaratio.patch \
|
|
"
|
|
|
|
KCONFIG_MODE = "--alldefconfig"
|
|
|
|
COMPATIBLE_MACHINE = "tc0"
|