mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-22 12:09:00 +00:00
This patch introduces the Total Compute platform. It adds support for the TC0 platform to the Android Common Kernel and allows building all binaries needed to run Android on TC0. It adds patches specific to TC0 for TF-A, SCP and U-Boot. Change-Id: Ia83b79571c7381967c7449db031e3177b1990546 Signed-off-by: Teo Couprie Diaz <teo.coupriediaz@arm.com> Signed-off-by: Usama Arif <usama.arif@arm.com> Reviewed-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
16 lines
362 B
HTML
16 lines
362 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 \
|
|
"
|
|
|
|
KCONFIG_MODE = "--alldefconfig"
|
|
|
|
COMPATIBLE_MACHINE = "tc0"
|