summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-rcar-gen3/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_git.bbappend
blob: 212c661b1c8d84915f258e415811eafca30b8d55 (plain)
1
2
3
4
5
6
7
8
9
10
11
FILESEXTRAPATHS:prepend := "${THISDIR}/files:"

SRC_URI:append = " \
    file://0001-Boot-Normal-World-in-EL2.patch \
"

do_ipl_opt_deploy:prepend () {
    # Work around bug in BSP recipe, it can fail if nothing else has
    # happened to run first and create the directory.
    install -d ${DEPLOY_DIR_IMAGE}
}