[Buildroot] [PATCH v3 2/3] Export LINUX_DIR for post-build scripts

Abhimanyu V abhimanyu.vishwakarma at imgtec.com
Mon Feb 27 13:38:00 UTC 2017


From: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma at imgtec.com>

To build fitImage in post-build scripts, we need compressed
kernel binary which is intermediate target, hence doesnt get
copied to output/images folder.

Signed-off-by: Abhimanyu Vishwakarma <Abhimanyu.Vishwakarma at imgtec.com>
Reviewed-by: Rahul Bedarkar <Rahul.Bedarkar at imgtec.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 9663d15..5c8a934 100644
--- a/Makefile
+++ b/Makefile
@@ -464,6 +464,7 @@ export STAGING_DIR
 export HOST_DIR
 export BINARIES_DIR
 export BASE_DIR
+export LINUX_DIR
 
 ################################################################################
 #
-- 
2.7.4



More information about the buildroot mailing list