diff options
author | Yangbo Lu <yangbo.lu@nxp.com> | 2020-03-11 16:28:35 +0800 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2020-05-07 12:53:06 +0200 |
commit | 12bc4084bd8a03efb7effd1f7f99ecdefe1436e2 (patch) | |
tree | 8844dedefd993c13317725e1838385d0b52f5942 /package/boot/tfa-layerscape/patches | |
parent | f9155a9b67ac3eb51355a39484f38f95a942d0c0 (diff) | |
download | upstream-12bc4084bd8a03efb7effd1f7f99ecdefe1436e2.tar.gz upstream-12bc4084bd8a03efb7effd1f7f99ecdefe1436e2.tar.bz2 upstream-12bc4084bd8a03efb7effd1f7f99ecdefe1436e2.zip |
layerscape: update tfa to LSDK-20.04
Update tfa package to latest LSDK-20.04 dropping one patch
which had already been integrated.
Add fixes,
- Fix DEPENDS/PKG_BUILD_DEPENDS.
- Remove HIDDEN:=1.
- Move intermediate files installing into Build/InstallDev.
Signed-off-by: Yangbo Lu <yangbo.lu@nxp.com>
Diffstat (limited to 'package/boot/tfa-layerscape/patches')
-rw-r--r-- | package/boot/tfa-layerscape/patches/002-plat-nxp-tools-fix-a-makefile-bug-that-will-use-defa.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/package/boot/tfa-layerscape/patches/002-plat-nxp-tools-fix-a-makefile-bug-that-will-use-defa.patch b/package/boot/tfa-layerscape/patches/002-plat-nxp-tools-fix-a-makefile-bug-that-will-use-defa.patch deleted file mode 100644 index 92825310e0..0000000000 --- a/package/boot/tfa-layerscape/patches/002-plat-nxp-tools-fix-a-makefile-bug-that-will-use-defa.patch +++ /dev/null @@ -1,30 +0,0 @@ -From 65e9a722b44bf28b98fe25b3b174761b47ec7dbd Mon Sep 17 00:00:00 2001 -From: Biwen Li <biwen.li@nxp.com> -Date: Mon, 1 Apr 2019 13:41:55 +0800 -Subject: [PATCH 2/3] plat/nxp/tools: fix a makefile bug that will use default - implicit rules - -The patch fix a makefile bug that will use default implicit rules, -because do not have explicit rules for the destination files. - -Signed-off-by: Biwen Li <biwen.li@nxp.com> ---- - plat/nxp/tools/Makefile | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/plat/nxp/tools/Makefile b/plat/nxp/tools/Makefile -index 2095294b..0082a0be 100644 ---- a/plat/nxp/tools/Makefile -+++ b/plat/nxp/tools/Makefile -@@ -53,7 +53,7 @@ ${PROJECT_2}: ${OBJECTS_2} Makefile - @echo "Built $@ successfully" - @${ECHO_BLANK_LINE} - --%.o: %.c %.h Makefile -+%.o: %.c Makefile - @echo " CC $<" - ${Q}${HOSTCC} -c ${CPPFLAGS} ${CFLAGS} ${INCLUDE_PATHS} $< -o $@ - --- -2.17.1 - |