aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-bsp/platform-init/zynq7-platform-init.inc
blob: 2282428976343b64ae4dbbf8877199d558944a74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
inherit zynq7-platform-paths

PROVIDES += "virtual/zynq7-platform-init"

INHIBIT_DEFAULT_DEPS = "1"
PACKAGE_ARCH = "${MACHINE_ARCH}"

SYSROOT_DIRS += "${PLATFORM_INIT_DIR}"

do_compile() {
	:
}

do_install() {
	install -d ${D}${PLATFORM_INIT_DIR}
}

FILES_${PN} += " \
		${PLATFORM_INIT_DIR}/ps7_init_gpl.c \
		${PLATFORM_INIT_DIR}/ps7_init_gpl.h \
		"