diff options
| author | Max Krummenacher <max.krummenacher@toradex.com> | 2025-06-28 18:02:29 +0200 |
|---|---|---|
| committer | Max Krummenacher <max.krummenacher@toradex.com> | 2025-06-28 18:58:39 +0200 |
| commit | b747b01501d19a160612711b0bdc1cee0c24f670 (patch) | |
| tree | 899bf610704e10acd8cc4882af8226bcaa346761 /recipes-bsp/isp-imx | |
| parent | 4273bade195b3d0df1eb879b4ce24076e825d788 (diff) | |
| download | meta-freescale-b747b01501d19a160612711b0bdc1cee0c24f670.tar.gz | |
global: whinlatter updates for WORKDIR/UNPACKDIR and git fetch location
The series [1] changed the way sources are fetched/unpacked and
S needs to follow that. Additionally for git repos it moved away from
having 'git/' as the checkout directory.
This has been partly tested by building weston based image for
imx6/imx6ull/imx7/imx8/imx8mm/imx8mp/imx95 based images.
E.g. none of the recipes specific for qoriq is built time tested.
As walnascar is no longer compatible with master/whinlatter drop
it from LAYERSERIES_COMPAT.
[1] https://lore.kernel.org/openembedded-core/20250616095000.2918921-1-alex.kanavin@gmail.com/
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp/isp-imx')
| -rw-r--r-- | recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb | 2 | ||||
| -rw-r--r-- | recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb b/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb index 550250b2d..aebb28bb7 100644 --- a/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb +++ b/recipes-bsp/isp-imx/basler-camera_4.2.2.25.1.bb | |||
| @@ -12,7 +12,7 @@ SRC_URI = "${FSL_MIRROR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true" | |||
| 12 | 12 | ||
| 13 | SRC_URI[sha256sum] = "49d1b3691d18e2ba5f43a6e2c59ac16767b6e077a118cafec7f51293d6bf30f3" | 13 | SRC_URI[sha256sum] = "49d1b3691d18e2ba5f43a6e2c59ac16767b6e077a118cafec7f51293d6bf30f3" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" | 15 | S = "${UNPACKDIR}/${BPN}-${PV}-${IMX_SRCREV_ABBREV}" |
| 16 | 16 | ||
| 17 | do_compile[noexec] = "1" | 17 | do_compile[noexec] = "1" |
| 18 | 18 | ||
diff --git a/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb b/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb index 25ffdd8a1..28ab57b74 100644 --- a/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb +++ b/recipes-bsp/isp-imx/isp-imx_4.2.2.25.1.bb | |||
| @@ -9,7 +9,7 @@ SRC_URI = " \ | |||
| 9 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ | 9 | ${FSL_MIRROR}/${BP}-${IMX_SRCREV_ABBREV}.bin;fsl-eula=true \ |
| 10 | " | 10 | " |
| 11 | IMX_SRCREV_ABBREV = "327f21d" | 11 | IMX_SRCREV_ABBREV = "327f21d" |
| 12 | S = "${WORKDIR}/${BP}-${IMX_SRCREV_ABBREV}" | 12 | S = "${UNPACKDIR}/${BP}-${IMX_SRCREV_ABBREV}" |
| 13 | 13 | ||
| 14 | SRC_URI[sha256sum] = "f57c6fe1c2dd1c8e5991a625d0b3a1dbfdfe6d39a1a116a904d543faa0f4f6f0" | 14 | SRC_URI[sha256sum] = "f57c6fe1c2dd1c8e5991a625d0b3a1dbfdfe6d39a1a116a904d543faa0f4f6f0" |
| 15 | 15 | ||
