mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-04 14:10:01 +00:00
arm-bsp: Fix tc0 compile
TC0 does not compile on the latest master branch. Clean-up the recipe and get it compiling again. Change-Id: I9eda0db826727ca33cac5a1f0be68024a8827900 Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -44,3 +44,16 @@ do_patch_append_fvp-base() {
|
||||
#
|
||||
COMPATIBLE_MACHINE_juno = "juno"
|
||||
KMACHINE_juno = "juno"
|
||||
|
||||
#
|
||||
# Total Compute KMACHINE
|
||||
#
|
||||
COMPATIBLE_MACHINE_tc0 = "tc0"
|
||||
KMACHINE_tc0 = "tc0"
|
||||
KBUILD_DEFCONFIG_tc0 = "defconfig"
|
||||
KCONFIG_MODE_tc0 = "--alldefconfig"
|
||||
SRC_URI_append_tc0 = " \
|
||||
file://0001-drm-Add-component-aware-simple-encoder.patch \
|
||||
file://0002-swap-red-and-blue-colors-in-HDLCD-driver.patch \
|
||||
file://defconfig \
|
||||
"
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
#
|
||||
# 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"
|
||||
@@ -1,6 +1,5 @@
|
||||
# Machine specific configurations
|
||||
|
||||
MACHINE_ACK_REQUIRE ?= ""
|
||||
MACHINE_ACK_REQUIRE_tc0 = "linux-arm64-ack-tc0.inc"
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/linux-arm64-ack-4.19:${THISDIR}/files:"
|
||||
|
||||
require ${MACHINE_ACK_REQUIRE}
|
||||
require linux-arm-platforms.inc
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# Copyright (c) 2020 Arm Limited
|
||||
#
|
||||
|
||||
|
||||
DESCRIPTION = "Linux Android Common Kernel"
|
||||
SECTION = "kernel"
|
||||
LICENSE = "GPLv2"
|
||||
|
||||
Reference in New Issue
Block a user