zynq: convert to new image build code
authorJo-Philipp Wich <jo@mein.io>
Thu, 28 Jul 2016 12:19:16 +0000 (14:19 +0200)
committerJo-Philipp Wich <jo@mein.io>
Tue, 4 Oct 2016 23:18:02 +0000 (01:18 +0200)
commita1248daddfa89134822be2f1db02bd8548967e8a
treec259ed875d30df0d3f99d3ea9a7ce6a775283c9d
parent3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9
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>
target/linux/zynq/Makefile
target/linux/zynq/image/Makefile
target/linux/zynq/profiles/zc702.mk [deleted file]
target/linux/zynq/profiles/zed.mk [deleted file]
target/linux/zynq/profiles/zybo.mk [deleted file]