summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot/u-boot-xlnx.inc
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-07-05 13:51:50 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-07-05 13:51:50 +1000
commit74d47c78ff59fe0520e602031957328be0db5061 (patch)
treeb9f0c4f9343e7b50a0d6cdc4bf9d83b2a966d39f /recipes-bsp/u-boot/u-boot-xlnx.inc
parent0a210a7ea2bebd95d928f8c647b551a3f6abeffe (diff)
downloadmeta-xilinx-74d47c78ff59fe0520e602031957328be0db5061.tar.gz
u-boot: Add yocto u-boot plus patches.
Provide u-boot_v2013.01.01 with Xilinx specific patches for xilinx-v2013.01 Required small changes to common include files so they can be shared between u-boot and u-boot-xlnx. 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.inc7
1 files changed, 1 insertions, 6 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index 038f764d..130e047a 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -3,8 +3,7 @@ require recipes-bsp/u-boot/u-boot.inc
3LICENSE = "GPLv2+" 3LICENSE = "GPLv2+"
4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb" 4LIC_FILES_CHKSUM = "file://COPYING;md5=1707d6db1d42237583f50183a5651ecb"
5 5
6# move this to common include? 6XILINX_EXTENSION = "-xilinx"
7XILINX_EXTENSION = "-xlnx"
8 7
9FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" 8FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:"
10SRC_URI = " \ 9SRC_URI = " \
@@ -14,8 +13,4 @@ SRC_URI = " \
14 file://microblaze_Fix_coding_style_for_bootb.patch \ 13 file://microblaze_Fix_coding_style_for_bootb.patch \
15 " 14 "
16 15
17S = "${WORKDIR}/git"
18
19PACKAGE_ARCH = "${MACHINE_ARCH}"
20
21include u-boot-extra.inc 16include u-boot-extra.inc