From 99ac0639fff61cbdcfe58668eb9b0083d624504f Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 26 Jun 2014 14:29:42 +0200 Subject: initial commit for Enea Linux 4.0 Migrated from the internal git server on the daisy-enea branch Signed-off-by: Adrian Dudau --- recipes-bsp/u-boot/u-boot-xlnx.inc | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-bsp/u-boot/u-boot-xlnx.inc (limited to 'recipes-bsp/u-boot/u-boot-xlnx.inc') 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..03052ddf --- /dev/null +++ b/recipes-bsp/u-boot/u-boot-xlnx.inc @@ -0,0 +1,12 @@ +require recipes-bsp/u-boot/u-boot.inc + +LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" + +XILINX_EXTENSION = "-xilinx" + +FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" +SRC_URI = "git://github.com/Xilinx/u-boot-xlnx.git;protocol=https" + +include u-boot-extra.inc + -- cgit v1.2.3-54-g00ecf