aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/zynq/profiles/zybo.mk
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2016-07-28 14:19:16 +0200
committerJo-Philipp Wich <jo@mein.io>2016-10-05 01:18:02 +0200
commita1248daddfa89134822be2f1db02bd8548967e8a (patch)
treec259ed875d30df0d3f99d3ea9a7ce6a775283c9d /target/linux/zynq/profiles/zybo.mk
parent3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9 (diff)
downloadupstream-a1248daddfa89134822be2f1db02bd8548967e8a.tar.gz
upstream-a1248daddfa89134822be2f1db02bd8548967e8a.tar.bz2
upstream-a1248daddfa89134822be2f1db02bd8548967e8a.zip
zynq: convert to new image build code
Convert the Zynq target to use the new image build code in order to fix broken image generation after 9945a1dca5bb6bc522393f7583baf3a64df6ce11 changed the handling of CPIO images. Also remove the misapplied ubifs feature flag since the image generation is not using UBIFS for building FIT images. As part of the conversion, move the DTB building and the uImage ramdisk generation into separate build steps which can be generalized and shared with other targets, like APM821xx, in the long run. Also remove the legacy profile declarations and use new-style per-device profiles which will allow different package sets per image in the future. Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'target/linux/zynq/profiles/zybo.mk')
-rw-r--r--target/linux/zynq/profiles/zybo.mk16
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/zynq/profiles/zybo.mk b/target/linux/zynq/profiles/zybo.mk
deleted file mode 100644
index dfe7e675d7..0000000000
--- a/target/linux/zynq/profiles/zybo.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# Copyright (C) 2016 OpenWrt.org
-#
-# This is free software, licensed under the GNU General Public License v2.
-# See /LICENSE for more information.
-#
-
-define Profile/ZYBO
- NAME:=ZYBO development baord
-endef
-
-define Profile/ZYBO/Description
- Build firmware image for Digilent ZYBO development board.
-endef
-
-$(eval $(call Profile,ZYBO))