212c661b1c8d84915f258e415811eafca30b8d55
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-bsp / arm-trusted-firmware / arm-trusted-firmware_git.bbappend
1 FILESEXTRAPATHS:prepend := "${THISDIR}/files:"
2
3 SRC_URI:append = " \
4     file://0001-Boot-Normal-World-in-EL2.patch \
5 "
6
7 do_ipl_opt_deploy:prepend () {
8     # Work around bug in BSP recipe, it can fail if nothing else has
9     # happened to run first and create the directory.
10     install -d ${DEPLOY_DIR_IMAGE}
11 }