summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSipke Vriend <sipke.vriend@xilinx.com>2013-09-02 10:26:26 +1000
committerSipke Vriend <sipke.vriend@xilinx.com>2013-09-03 15:13:11 +1000
commit4bc918d84beca73e11b0937a21d4f38e2dabbd79 (patch)
treef054237eff0c06807f26d83161faf712a2fb4e35
parent752ce447af7506cec1bcc413ae04918ab7d20dcb (diff)
downloadmeta-xilinx-4bc918d84beca73e11b0937a21d4f38e2dabbd79.tar.gz
recipes-bsp:u-boot-xlnx: Move patch files out of include file.
Include file is common and should not hold patch files which may no longer be required in future versions of u-boot. So move the patches currently required by 2013.01 into the 2013.101 bb file. If for some reasons these patches are also required in later versions, they should be added to the new version recipe also. Signed-off-by: Sipke Vriend <sipke.vriend@xilinx.com>
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx.inc3
-rw-r--r--recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb7
2 files changed, 7 insertions, 3 deletions
diff --git a/recipes-bsp/u-boot/u-boot-xlnx.inc b/recipes-bsp/u-boot/u-boot-xlnx.inc
index 130e047a..cd06021f 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx.inc
+++ b/recipes-bsp/u-boot/u-boot-xlnx.inc
@@ -8,9 +8,6 @@ XILINX_EXTENSION = "-xilinx"
8FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:" 8FILESEXTRAPATHS += "${THISDIR}/u-boot-xlnx:"
9SRC_URI = " \ 9SRC_URI = " \
10 git://github.com/Xilinx/u-boot-xlnx.git;protocol=git \ 10 git://github.com/Xilinx/u-boot-xlnx.git;protocol=git \
11 file://microblaze_bootm_Add_support_for_loading_initrd.patch \
12 file://microblaze_bootm_Fix_coding_style_issues.patch \
13 file://microblaze_Fix_coding_style_for_bootb.patch \
14 " 11 "
15 12
16include u-boot-extra.inc 13include u-boot-extra.inc
diff --git a/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb b/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
index 63f88d3c..9e4036cc 100644
--- a/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
+++ b/recipes-bsp/u-boot/u-boot-xlnx_2013.01.bb
@@ -7,3 +7,10 @@ PV = "v2013.01${XILINX_EXTENSION}+git${SRCPV}"
7PR = "r1" 7PR = "r1"
8 8
9include u-boot-xlnx.inc 9include u-boot-xlnx.inc
10
11SRC_URI += " \
12 file://microblaze_bootm_Add_support_for_loading_initrd.patch \
13 file://microblaze_bootm_Fix_coding_style_issues.patch \
14 file://microblaze_Fix_coding_style_for_bootb.patch \
15 "
16