From 7e4cfeada00a633279559d81d296710d3a98c32b Mon Sep 17 00:00:00 2001 From: Felipe Ortiz Date: Wed, 30 Oct 2024 17:25:08 +0000 Subject: [PATCH] Add u-boot-fw-utils which provide fw_setenv and fw_printenv apps --- recipes-pv/pantavisor/pantavisor_019.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-pv/pantavisor/pantavisor_019.bb b/recipes-pv/pantavisor/pantavisor_019.bb index dfa2885..6d4ae54 100644 --- a/recipes-pv/pantavisor/pantavisor_019.bb +++ b/recipes-pv/pantavisor/pantavisor_019.bb @@ -12,7 +12,10 @@ RDEPENDS:${PN} += "lxc-pv \ cryptsetup \ libthttp-certs \ ${@bb.utils.contains('PANTAVISOR_FEATURES', 'autogrow', 'gptfdisk e2fsprogs-resize2fs', '', d)} \ + ${@bb.utils.contains('PANTAVISOR_FEATURES', 'uboot-ab', 'u-boot-fw-utils', '', d)} \ " + + RDEPENDS:${PN}:qemumips += "lxc-pv libthttp-certs " LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"