summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-04-22 09:22:30 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-04-22 09:22:30 +1000
commit70d2e350502a6fa776883f78cdd87c5771189285 (patch)
treec04e92242f1c07c5dcae20adc89b9f72cc972432 /recipes-bsp/u-boot/u-boot-xlnx.inc
parent346d8cc4e116bd44a6303eeebfcccbec71e8b378 (diff)
downloadmeta-xilinx-70d2e350502a6fa776883f78cdd87c5771189285.tar.gz
Branch to start enablement of bsps. Kernel recipes. Uboot recipes. Zedboard meta layer.
Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-xlnx.inc')
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
new file mode 100644
index 00000000..974b8a38
--- /dev/null
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -0,0 +1,16 @@
1require recipes-bsp/u-boot/u-boot.inc
2
3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5
6# move this to common include?
7XILINX_EXTENSION = "-xlnx"
8
9SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=git \
10"
11
12S = "${WORKDIR}/git"
13
14PACKAGE_ARCH = "${MACHINE_ARCH}"
15
16include u-boot-extra.inc