summaryrefslogtreecommitdiffstats
path: root/recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend')
-rw-r--r--recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend11
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend b/recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend
new file mode 100644
index 0000000..1d03d10
--- /dev/null
+++ b/recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend
@@ -0,0 +1,11 @@
1include u-boot-spl-zynq-init.inc
2
3FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
4
5SRC_URI_append = "\
6 file://0001-Fixed-missformed-CONFIG_PMUFW_INIT_FILE.patch \
7 "
8
9python() {
10 d.appendVar("EXTRA_OEMAKE", " TEST=NOTHING")
11}