Skip to content

Commit

Permalink
base: fioefi: add lmp-boot-firmware dependency for all targets
Browse files Browse the repository at this point in the history
Add lmp-boot-firmware runtime dependency for all targets.

Signed-off-by: Igor Opaniuk <[email protected]>
  • Loading branch information
igoropaniuk authored and quaresmajose committed Aug 19, 2024
1 parent b462b82 commit 0ade948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions meta-lmp-base/recipes-sota/fioefi/fioefi_0.1.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI = "file://fioefi.sh.in"
RDEPENDS:${PN}:append = " lmp-boot-firmware"

S = "${WORKDIR}"
B = "${WORKDIR}/build"
Expand Down
2 changes: 1 addition & 1 deletion meta-lmp-bsp/recipes-sota/fioefi/fioefi_%.bbappend
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"

SRC_URI:append = " file://fioefi-soc.sh.in"

RDEPENDS:${PN}:append:tegra = " setup-nv-boot-control tegra-uefi-capsules"
RDEPENDS:${PN}:append:tegra = " setup-nv-boot-control"

do_compile:prepend() {
sed -e '/@@INCLUDE_SOC_FUNCTIONS@@/ {' -e 'r ${S}/fioefi-soc.sh.in' -e 'd' -e '}' \
Expand Down

0 comments on commit 0ade948

Please sign in to comment.