diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-04 21:05:48 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:22 +0100 |
commit | f06e2791e40efe57bcf05523452f697bc64ad5db (patch) | |
tree | 0d12054124a0de6c1ced3f4fa1790dd4390fd019 /meta/classes-recipe | |
parent | ba4fd5229893a24ef1f305c0b04facf2329b16df (diff) | |
download | poky-f06e2791e40efe57bcf05523452f697bc64ad5db.tar.gz |
barebox: Add missing depndency on lz4-native
| /bin/sh: 1: lz4: not found
| make[4]: *** [scripts/Makefile.lib:413: common/boards/qemu-virt/fitimage-pubkey.dtb.z] Error 1
| make[3]: *** [tmp/work/qemuarm64-poky-linux/barebox/2025.04.0/barebox-2025.04.0/scripts/Makefile.build:293: common/boards/qemu-virt] Error 2
(From OE-Core rev: 4329b27773f20933bb47b9ebfc9695c04bdcd3b0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe')
-rw-r--r-- | meta/classes-recipe/barebox.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/barebox.bbclass b/meta/classes-recipe/barebox.bbclass index 200ba08326..a562dce169 100644 --- a/meta/classes-recipe/barebox.bbclass +++ b/meta/classes-recipe/barebox.bbclass | |||
@@ -12,7 +12,7 @@ PROVIDES += "virtual/bootloader" | |||
12 | 12 | ||
13 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 13 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
14 | 14 | ||
15 | DEPENDS += "bison-native flex-native" | 15 | DEPENDS += "bison-native flex-native lz4-native" |
16 | 16 | ||
17 | S = "${WORKDIR}/barebox-${PV}" | 17 | S = "${WORKDIR}/barebox-${PV}" |
18 | B = "${WORKDIR}/build" | 18 | B = "${WORKDIR}/build" |