linux4sam / meta-atmel

OpenEmbedded/Yocto Project layer for for Microchip SoC (aka AT91)
https://www.linux4sam.org/bin/view/Linux4SAM/YoctoProject
MIT License
90 stars 117 forks source link

u-boot: missing dependency on openssl-native? #245

Open TheYoctoJester opened 1 year ago

TheYoctoJester commented 1 year ago

I'm trying to build MACHINE=sama5d27-som1-ek-sd and run into missing headers for u-bootwhich point to openssl. Adding a DEPENDS += "openssl-native" to test fixed this. Do you want me to send a PR? If so, where would the DEPENDS suit best?

Dharma-B commented 1 year ago

@TheYoctoJester on which branch are you facing this issue?

TheYoctoJester commented 1 year ago

@Dharma-B on kirkstone.

Dharma-B commented 1 year ago

You might be working on the latest tag in Poky, currently, we support till Tag:yocto-4.0.5 as mentioned in the README file.