From c1c38eaa75539f4eff86ad144427fdbb155ab251 Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 27 May 2024 22:28:29 +0200 Subject: meta-agl-devel: remove meta-agl-jailhouse Unused and unmaintained. Restore if you intent to maintain it. Bug-AGL: SPEC-5151 Change-Id: I9c57689b06474b74051db8d6a436309cab65c1f8 Signed-off-by: Jan-Simon Moeller --- .../trusted-firmware-a_%.bbappend | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-agl-jailhouse/dynamic-layers/raspberrypi/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend (limited to 'meta-agl-jailhouse/dynamic-layers/raspberrypi/recipes-bsp/trusted-firmware-a') diff --git a/meta-agl-jailhouse/dynamic-layers/raspberrypi/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/meta-agl-jailhouse/dynamic-layers/raspberrypi/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend deleted file mode 100644 index e84d2409..00000000 --- a/meta-agl-jailhouse/dynamic-layers/raspberrypi/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend +++ /dev/null @@ -1,21 +0,0 @@ -COMPATIBLE_MACHINE = "raspberrypi4" -TFA_BUILD_TARGET = "bl31" -TFA_PLATFORM = "rpi4" - -# Skip installing the binary into /lib/firmware. We only need it on the boot -# partition that is generated from the files in DEPLOYDIR -do_install[noexec] = "1" - -FILES:${PN} = "" - -do_deploy() { - if ${@"true" if d.getVar('TFA_DEBUG') == '1' else "false"}; then - BUILD_PLAT=${B}/${BUILD_DIR}/debug/ - else - BUILD_PLAT=${B}/${BUILD_DIR}/release/ - fi - - install -d ${DEPLOYDIR}/bcm2835-bootfiles - cp ${BUILD_PLAT}/bl31.bin ${DEPLOYDIR}/bcm2835-bootfiles/bl31.bin -} - -- cgit 1.2.3-korg