diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2025-06-30 08:31:19 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-30 08:31:19 -0300 |
commit | 06e69dcd392637b5c3ec1f4bfb91313d45198c14 (patch) | |
tree | 899bf610704e10acd8cc4882af8226bcaa346761 /recipes-fsl/mcore-demos/imx-mcore-demos.inc | |
parent | 4273bade195b3d0df1eb879b4ce24076e825d788 (diff) | |
parent | b747b01501d19a160612711b0bdc1cee0c24f670 (diff) | |
download | meta-freescale-master.tar.gz |
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.inc | 2 |
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 | ||
36 | SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" | 36 | SRC_URI = "${FSL_MIRROR}/${SOC}-${MCORE_TYPE}-demo-${PV}.bin;name=${SOC};fsl-eula=true" |
37 | 37 | ||
38 | S = "${WORKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" | 38 | S = "${UNPACKDIR}/${SOC}-${MCORE_TYPE}-demo-${PV}" |
39 | 39 | ||
40 | SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt" | 40 | SCR = "SCR-${SOC}-${MCORE_TYPE}-demo.txt" |
41 | 41 | ||