From cb56d755f2367ce3b3853a0e52a5e4e1fef6ea08 Mon Sep 17 00:00:00 2001 From: Ming Liu Date: Wed, 23 Feb 2022 15:22:41 +0100 Subject: meta: use tdx overrides for Toradex specific changes Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu (cherry picked from commit 4b28382dc1dd6b89011ed0a3fb2a3dfe8ff7c888) --- recipes-kernel/linux/linux-imx-headers_5%.bbappend | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'recipes-kernel/linux') diff --git a/recipes-kernel/linux/linux-imx-headers_5%.bbappend b/recipes-kernel/linux/linux-imx-headers_5%.bbappend index ab58e84..259f6a2 100644 --- a/recipes-kernel/linux/linux-imx-headers_5%.bbappend +++ b/recipes-kernel/linux/linux-imx-headers_5%.bbappend @@ -1,8 +1,8 @@ -LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" -SRCBRANCH = "toradex_5.4-2.1.x-imx" -LOCALVERSION = "-2.3.2" -SRC_URI = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}" +LIC_FILES_CHKSUM:tdx = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" +SRCBRANCH:tdx = "toradex_5.4-2.1.x-imx" +LOCALVERSION:tdx = "-2.3.2" +SRC_URI:tdx = "git://git.toradex.com/linux-toradex.git;protocol=https;branch=${SRCBRANCH}" # Keep that one stable, i.e. use the exact git hash from the NXP BSP. -SRCREV = "dea2fede7e024ee7029b13e8d82a00ec14427777" -PV = "5.4" -IMX_UAPI_HEADERS:remove = "imx_vpu.h" +SRCREV:tdx = "dea2fede7e024ee7029b13e8d82a00ec14427777" +PV:tdx = "5.4" +IMX_UAPI_HEADERS:remove:tdx = "imx_vpu.h" -- cgit v1.2.3