Convert the Zynq target to use the new image build code in order to fix
broken image generation after 9945a1dca5
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>
master
parent
3c4858eeb2
commit
a1248daddf
@ -1,16 +0,0 @@ |
||||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/ZC702 |
||||
NAME:=ZC702 development baord
|
||||
endef |
||||
|
||||
define Profile/ZC702/Description |
||||
Build firmware image for Xilinx Zynq ZC702 development board.
|
||||
endef |
||||
|
||||
$(eval $(call Profile,ZC702)) |
@ -1,16 +0,0 @@ |
||||
#
|
||||
# Copyright (C) 2015 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
#
|
||||
|
||||
define Profile/ZED |
||||
NAME:=ZedBoard development baord
|
||||
endef |
||||
|
||||
define Profile/ZED/Description |
||||
Build firmware image for Avnet Digilent ZedBoard development board.
|
||||
endef |
||||
|
||||
$(eval $(call Profile,ZED)) |
@ -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)) |
Loading…
Reference in new issue