Skip to content

Commit

Permalink
linux-yocto-dev: Ensure DEPENDS matches recent 5.14 kernel changes
Browse files Browse the repository at this point in the history
DEPENDS here should match what 5.14 is using.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
  • Loading branch information
rpurdie committed Oct 14, 2021
1 parent f242a6d commit 899fd41
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meta/recipes-kernel/linux/linux-yocto-dev.bb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"

DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
DEPENDS += "openssl-native util-linux-native"
DEPENDS += "gmp-native libmpc-native"

COMPATIBLE_MACHINE = "(qemuarm|qemux86|qemuppc|qemumips|qemumips64|qemux86-64|qemuriscv64)"

Expand Down

0 comments on commit 899fd41

Please sign in to comment.