diff options
author | Jo-Philipp Wich <jo@mein.io> | 2016-07-28 14:19:16 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2016-10-05 01:18:02 +0200 |
commit | a1248daddfa89134822be2f1db02bd8548967e8a (patch) | |
tree | c259ed875d30df0d3f99d3ea9a7ce6a775283c9d /target/linux/zynq/Makefile | |
parent | 3c4858eeb2bbb3107f87bb3be07d5c172c8e0ef9 (diff) | |
download | upstream-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/Makefile')
-rw-r--r-- | target/linux/zynq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/zynq/Makefile b/target/linux/zynq/Makefile index 6495c59723..a84f968b50 100644 --- a/target/linux/zynq/Makefile +++ b/target/linux/zynq/Makefile @@ -10,7 +10,7 @@ include $(INCLUDE_DIR)/host.mk ARCH:=arm BOARD:=zynq BOARDNAME:=Xilinx Zynq 7000 SoCs -FEATURES:=fpu gpio rtc usb usbgadget targz ubifs +FEATURES:=fpu gpio rtc usb usbgadget targz CPU_TYPE:=cortex-a9 CPU_SUBTYPE:=neon MAINTAINER:=Jason Wu <jason.wu.misc@gamil.com> |