[source] at91: Install zImage.

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 20 00:54:14 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/d7a679a036c8b9880301c04f2ce2ac58801e7569

commit d7a679a036c8b9880301c04f2ce2ac58801e7569
Author: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
AuthorDate: Wed Sep 13 11:51:15 2017 -0700

    at91: Install zImage.
    
    Installing zImage to bin folder of device target.
    
    Signed-off-by: Sandeep Sheriker Mallikarjun <sandeepsheriker.mallikarjun at microchip.com>
---
 target/linux/at91/image/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/target/linux/at91/image/Makefile b/target/linux/at91/image/Makefile
index 6e2b6b6..99c7e21 100644
--- a/target/linux/at91/image/Makefile
+++ b/target/linux/at91/image/Makefile
@@ -43,9 +43,15 @@ define Device/evaluation
   IMAGE/root.ubi := append-ubi
 endef
 
+define Device/evaluation-zImage
+  IMAGES += zImage
+  IMAGE/zImage := install-zImage
+endef
+
 define Device/evaluation-dtb
   $(Device/evaluation)
   $(Device/dtb)
+  $(Device/evaluation-zImage)
   IMAGES += dtb
   IMAGE/dtb := install-dtb
 endef



More information about the lede-commits mailing list