diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-05-16 18:10:27 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 18:10:27 -0300 |
| commit | 9615f4e7892c66b2724c3f25b65696785b02df37 (patch) | |
| tree | 971107276031422199eda1179b23b787bba6c082 /recipes-bsp/imx-atf/imx-atf_2.4.bb | |
| parent | 7d6441d30d3f47b74238b479241c94b5e89a08e8 (diff) | |
| parent | dc3cb910f49fc50de9539902b4ecef159603b426 (diff) | |
| download | meta-freescale-9615f4e7892c66b2724c3f25b65696785b02df37.tar.gz | |
Merge pull request #1089 from thochstein/imx-atf
imx-atf: Suppress array-bounds error
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.4.bb')
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb index dd7182890..86dca9ddd 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb | |||
| @@ -9,7 +9,7 @@ PV .= "+git${SRCPV}" | |||
| 9 | 9 | ||
| 10 | SRCBRANCH = "lf_v2.4" | 10 | SRCBRANCH = "lf_v2.4" |
| 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ |
| 12 | " | 12 | file://0001-alsa-state-Remove-PCM-devices-mapped-by-5.15-kernel.patch" |
| 13 | SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" | 13 | SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" |
| 14 | 14 | ||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
