Skip to content

Commit 8c77966

Browse files
committed
rpi-eeprom: enable native build
enable native build for rpi-eeprom utilities which are required for host operations i.e secure boot signing or other host operations Signed-off-by: Ayoub Zaki <ayoub.zaki@embetrix.com>
1 parent 2c646d2 commit 8c77966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

recipes-bsp/rpi-eeprom/rpi-eeprom_git.bb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PV = "v2025.03.10-2712"
1313

1414
S = "${WORKDIR}/git"
1515

16-
RDEPENDS:${PN} += " \
16+
RDEPENDS:${PN}:append:class-target = " \
1717
coreutils \
1818
python3 \
1919
python3-pycryptodomex \
@@ -66,4 +66,4 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
6666
# need to disable arch check for it otherwise it cannot packed.
6767
QAPATHTEST[arch] = ""
6868

69-
COMPATIBLE_MACHINE = "raspberrypi4|raspberrypi4-64|raspberrypi5"
69+
BBCLASSEXTEND = "native"

0 commit comments

Comments
 (0)