diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-05-17 06:45:22 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-17 06:45:22 -0300 |
| commit | 3d6c8ac0ca6bf784c355276fb287640b69413a08 (patch) | |
| tree | 0d99e1097f7347011f3fb4a053795ab21c062def | |
| parent | 9615f4e7892c66b2724c3f25b65696785b02df37 (diff) | |
| parent | f9b9c7e0f8ed074ac9f844c5c1c30fe990504e16 (diff) | |
| download | meta-freescale-3d6c8ac0ca6bf784c355276fb287640b69413a08.tar.gz | |
Merge pull request #1090 from tprrt/tprrt/fix-imx-atf-src-uri
imx-atf: fix patch applying
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 4 |
1 files changed, 3 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 86dca9ddd..39158e6ca 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb | |||
| @@ -5,11 +5,13 @@ SECTION = "BSP" | |||
| 5 | LICENSE = "BSD-3-Clause" | 5 | LICENSE = "BSD-3-Clause" |
| 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" | 6 | LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" |
| 7 | 7 | ||
| 8 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | ||
| 9 | |||
| 8 | PV .= "+git${SRCPV}" | 10 | PV .= "+git${SRCPV}" |
| 9 | 11 | ||
| 10 | SRCBRANCH = "lf_v2.4" | 12 | SRCBRANCH = "lf_v2.4" |
| 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ | 13 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ |
| 12 | file://0001-alsa-state-Remove-PCM-devices-mapped-by-5.15-kernel.patch" | 14 | file://0001-Makefile-Suppress-array-bounds-error.patch" |
| 13 | SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" | 15 | SRCREV = "05f788b9bbb13d002997e35008a4b945f7e2957b" |
| 14 | 16 | ||
| 15 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
