[meta-xilinx] [PATCH 5/5] fsbl-platform-init: Drop this recipe it is no longer required
Nathan Rossi
nathan at nathanrossi.com
Wed Jan 6 05:19:42 PST 2016
The ps7_init_gpl.* files for zc702, zc706, zedboard and microzed are
now available as part of the U-Boot source and are automatically
selected and handled from within the U-Boot recipe. As such this recipe
is no longer required.
Signed-off-by: Nathan Rossi <nathan at nathanrossi.com>
---
.../platform-init/fsbl-platform-init_2014.4.bb | 32 ----------------------
1 file changed, 32 deletions(-)
delete mode 100644 recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
diff --git a/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb b/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
deleted file mode 100644
index 92f4175..0000000
--- a/recipes-bsp/platform-init/fsbl-platform-init_2014.4.bb
+++ /dev/null
@@ -1,32 +0,0 @@
-SUMMARY = "Xilinx FSBL Platform Headers"
-DESCRPTION = "Xilinx FSBL ps7_init_gpl.c/h platform headers, used for building u-boot-spl and fsbl"
-HOMEPAGE = "http://www.xilinx.com"
-SECTION = "bsp"
-
-include zynq7-platform-init.inc
-
-COMPATIBLE_MACHINE = "zc702-zynq7|zc706-zynq7|zedboard-zynq7|microzed-zynq7"
-
-# This license refers to only the ps7_init_gpl.c and ps7_init_gpl.h, all other
-# files in the repo have a different license, refer to the source for more
-# detail.
-LICENSE = "GPLv2+"
-LIC_FILES_CHKSUM = "files://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-
-SRC_URI = "git://github.com/Xilinx/embeddedsw.git;protocol=https;nobranch=1"
-SRCREV = "5f9ae570bf665fcded71364d19b6fae73e63190b"
-
-S = "${WORKDIR}/git"
-
-BOARD_NAME_zc702-zynq7 = "zc702"
-BOARD_NAME_zc706-zynq7 = "zc706"
-BOARD_NAME_zedboard-zynq7 = "zed"
-BOARD_NAME_microzed-zynq7 = "microzed"
-
-FSBL_MISC_PATH = "lib/sw_apps/zynq_fsbl/misc/${BOARD_NAME}"
-
-do_install_append() {
- install -m 0644 ${S}/${FSBL_MISC_PATH}/ps7_init_gpl.c ${D}${PLATFORM_INIT_DIR}/
- install -m 0644 ${S}/${FSBL_MISC_PATH}/ps7_init_gpl.h ${D}${PLATFORM_INIT_DIR}/
-}
-
--
2.6.4
More information about the meta-xilinx
mailing list