summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/atf/atf_git.bb
diff options
context:
space:
mode:
authorTing Liu <ting.liu@nxp.com>2020-06-12 19:13:07 +0800
committerOtavio Salvador <otavio@ossystems.com.br>2020-06-16 08:56:02 -0300
commit682c00566aa3cf0deeff0cfd349494f078f38a04 (patch)
treec2b94d0b469ed0e48df1913177f48f6151f03891 /recipes-bsp/atf/atf_git.bb
parent1225174ade0a685f58f94ba6534a19b8f64551c6 (diff)
downloadmeta-freescale-682c00566aa3cf0deeff0cfd349494f078f38a04.tar.gz
atf: remove two obsolete patches
0001-fix-fiptool-build-error.patch fixes below issue: | gcc fiptool.o tbbr_config.o -o fiptool -lcrypto | /opt/ci/yocto/dunfell/bld-lx2160ardb/tmp/hosttools/ld: cannot find -lcrypto | collect2: error: ld returned 1 exit status | Makefile:39: recipe for target 'fiptool' failed | make[1]: *** [fiptool] Error 1 The issue was fixed in atf_git.bb in below commit from meta-freescale: commit: fa4994b2d8da73fd3ae30875b3af8d7a682cdd53 author: Daniel Klauer <daniel.klauer@gin.de> atf: Fix builds of native tools during build process 0001-Makefile-add-CC-gcc.patch fixes below issue: | byte_swap.c:9:10: fatal error: stdio.h: No such file or directory | 9 | #include <stdio.h> | | ^~~~~~~~~ | compilation terminated. | create_pbl.c:10:10: fatal error: stdio.h: No such file or directory | 10 | #include <stdio.h> | | ^~~~~~~~~ | compilation terminated. The issue was fixed in atf source code: commit: 9aae9712ec09ddeae528a1896247e5c432a6a19f author: Biwen Li <biwen.li@nxp.com> plat/nxp/tools: fix a makefiles bug that will use default implicit rules build and test have no problem without them. Signed-off-by: Ting Liu <ting.liu@nxp.com>
Diffstat (limited to 'recipes-bsp/atf/atf_git.bb')
-rw-r--r--recipes-bsp/atf/atf_git.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/recipes-bsp/atf/atf_git.bb b/recipes-bsp/atf/atf_git.bb
index dcc3689a..a93cb804 100644
--- a/recipes-bsp/atf/atf_git.bb
+++ b/recipes-bsp/atf/atf_git.bb
@@ -14,10 +14,6 @@ S = "${WORKDIR}/git"
14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1" 14SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/atf;nobranch=1"
15SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a" 15SRCREV = "7d748e6f0ec652ba7c43733dc67a3d0b0217390a"
16 16
17SRC_URI += "file://0001-fix-fiptool-build-error.patch \
18 file://0001-Makefile-add-CC-gcc.patch \
19"
20
21COMPATIBLE_MACHINE = "(qoriq)" 17COMPATIBLE_MACHINE = "(qoriq)"
22 18
23PACKAGE_ARCH = "${MACHINE_ARCH}" 19PACKAGE_ARCH = "${MACHINE_ARCH}"