summaryrefslogtreecommitdiffstats
path: root/recipes-fsl/mcore-demos/imx-mcore-demos.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-06-30 08:31:19 -0300
committerGitHub <noreply@github.com>2025-06-30 08:31:19 -0300
commit06e69dcd392637b5c3ec1f4bfb91313d45198c14 (patch)
tree899bf610704e10acd8cc4882af8226bcaa346761 /recipes-fsl/mcore-demos/imx-mcore-demos.inc
parent4273bade195b3d0df1eb879b4ce24076e825d788 (diff)
parentb747b01501d19a160612711b0bdc1cee0c24f670 (diff)
downloadmeta-freescale-master.tar.gz
Merge pull request #2310 from MaxKrummenacher/masterHEADmaster
global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
Diffstat (limited to 'recipes-fsl/mcore-demos/imx-mcore-demos.inc')
-rw-r--r--recipes-fsl/mcore-demos/imx-mcore-demos.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-fsl/mcore-demos/imx-mcore-demos.inc b/recipes-fsl/mcore-demos/imx-mcore-demos.inc
index b8e747105..9b9553fcc 100644
--- a/recipes-fsl/mcore-demos/imx-mcore-demos.inc
+++ b/recipes-fsl/mcore-demos/imx-mcore-demos.inc
@@ -35,7 +35,7 @@ MCORE_TYPE:mx95-nxp-bsp = "m7"
35 35
36SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" 36SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true"
37 37
38S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" 38S = "${UNPACKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}"
39 39
40SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt" 40SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt"
41 41