diff options
| author | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-07-05 13:51:50 +1000 |
|---|---|---|
| committer | Sipke Vriend <sipke.vriend@xilinx.com> | 2013-07-05 13:51:50 +1000 |
| commit | 74d47c78ff59fe0520e602031957328be0db5061 (patch) | |
| tree | b9f0c4f9343e7b50a0d6cdc4bf9d83b2a966d39f /recipes-bsp/u-boot/u-boot_2013.01.01.bbappend | |
| parent | 0a210a7ea2bebd95d928f8c647b551a3f6abeffe (diff) | |
| download | meta-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_2013.01.01.bbappend')
| -rw-r--r-- | recipes-bsp/u-boot/u-boot_2013.01.01.bbappend | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend b/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend new file mode 100644 index 00000000..73363cab --- /dev/null +++ b/recipes-bsp/u-boot/u-boot_2013.01.01.bbappend | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | # Include path to xilinx-v14.5 modifications to u-boot 2013.01.01 | ||
| 2 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot:" | ||
| 3 | # Include path to patches to xilinx-v14.5 | ||
| 4 | FILESEXTRAPATHS_prepend := "${THISDIR}/u-boot-xlnx:" | ||
| 5 | |||
| 6 | SRC_URI += "file://xilinx-v2013.01/0001-Xilinx-modifications-to-arch.patch \ | ||
| 7 | file://xilinx-v2013.01/0002-Xilinx-modifications-to-boards.patch \ | ||
| 8 | file://xilinx-v2013.01/0003-Xilinx-modifications-to-commmon.patch \ | ||
| 9 | file://xilinx-v2013.01/0004-Xilinx-modifications-to-drivers.patch \ | ||
| 10 | file://xilinx-v2013.01/0005-Xilinx-modifications-to-configs.patch \ | ||
| 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 | " | ||
| 15 | include u-boot-extra.inc | ||
