fix(netmodule-am64xx-common.inc): fix broken u-boot after meta-ti change

K3_IMAGE_GEN_SRCREV does not exist anymore in TI layer
TI_LINUX_FW_SRCREV point to a version which is not compatible with the
recipe in TI layer.

Generally: bad idea to overwrite srcrev from a different layer because
these revision will have to be checked everytime the layer is updated to
be sure they are not incompatible or outdated.

id:397918
This commit is contained in:
Alexandre Bard 2023-12-04 14:05:43 +01:00
parent 31fca1e9a4
commit d56fed9cc1
3 changed files with 0 additions and 7 deletions

View File

@ -1,5 +0,0 @@
# This file contains the part of the configuration that is common to all
# board based on the Gemini platform and that are the same for both
# the Cortex-A53 and Cortex-R5 core (Gemini use a multi-arch SOC)
TI_LINUX_FW_SRCREV = "0f4905088d24e474063f33777559149e11538be5"
K3_IMAGE_GEN_SRCREV ?= "2308bfb01e7bd3e03514cb33f06180dd9bb79121"

View File

@ -6,7 +6,6 @@
WKS_FILE ?= "" WKS_FILE ?= ""
require conf/machine/include/k3.inc require conf/machine/include/k3.inc
require conf/machine/include/netmodule-am64xx-common.inc
# Workarround to remove wic related settings added to IMAGE_FSTYPE in k3.inc # Workarround to remove wic related settings added to IMAGE_FSTYPE in k3.inc
# without too much risk of breaking a distro or local config (as remove) # without too much risk of breaking a distro or local config (as remove)

View File

@ -2,7 +2,6 @@
# board based on the Gemini platform and that are the Cortex-A53 core. # board based on the Gemini platform and that are the Cortex-A53 core.
require conf/machine/include/k3r5.inc require conf/machine/include/k3r5.inc
require conf/machine/include/netmodule-am64xx-common.inc
SYSFW_SOC = "am64x" SYSFW_SOC = "am64x"
SYSFW_CONFIG = "evm" SYSFW_CONFIG = "evm"