summaryrefslogtreecommitdiffstats
path: root/recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend
diff options
context:
space:
mode:
authorDaniel BORNAZ <daniel.bornaz@enea.com>2020-07-07 11:15:45 +0200
committerDaniel BORNAZ <daniel.bornaz@enea.com>2020-07-07 11:15:50 +0200
commit2aea3bb89cf3a0d8b492367f4df91adcd2c1aa1d (patch)
tree4c90684f941a08b1e2852fcb843f0078fc898bd1 /recipes-u-boot/u-boot/u-boot-xlnx_2019.1.bbappend
parented11cd82055b543f01e5a4b1ad68dfc5aca4d535 (diff)
downloadmeta-el-accelerated-2aea3bb89cf3a0d8b492367f4df91adcd2c1aa1d.tar.gz
Fixed bad CONFIG_PMUFW_INIT_FILE var
Workaround on the multi platform build for U-Boot, please take care as this should be corrected when U-Boot / zcu102 will be build with multiplatform option! Change-Id: Ia6de40863f7d135dd656a061d6d3efee08e5eefb
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}