<OnkelUlla>
Jones42: Regarding your remark from yesterday ("[Wed 09:21] <Jones42> OnkelUlla: jup. The annoying part was to shove it into the fitimage and re-sign the whole thing after the rootfs was built. For some reason rootfs has the kernel as a dependency and so I had to do some fitimage unpack/repack hackery.) I assume the dependency comes from https://git.yoctoproject.org/poky/tree/meta/classes-recipe/kernel.bbclass?h=scarthgap-5.0.3#n716 and
<OnkelUlla>
could be remedied via setting BAD_RECOMMENDATIONS = "kernel-image-*" in your machine configuration(s).
mckoan|away is now known as mckoan
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 248 seconds]
florian has joined #yocto
belsirk is now known as rfuentess
mvlad has joined #yocto
__lore__ is now known as _lore_
Daanct12 has quit [Quit: WeeChat 4.4.1]
Daanct12 has joined #yocto
<Jones42>
OnkelUlla: oh, good find. Thaaat could indeed be the case. I'll give it a try! Thank you!!
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
florian_kc has joined #yocto
jmiehe has joined #yocto
<Jones42>
khem: thanks for the hint regarding the postfuncs, that did the job!
<JaMa>
mrtatillon: check your kernel config if you have this as a module or included directly
<mrtatillon>
With menuconfig interface ?
<JaMa>
if you want or just read .config with your favourite editor
BenBE has quit [Ping timeout: 276 seconds]
Xagen has joined #yocto
rfuentess has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
wojci_ has joined #yocto
Xogium has quit [Ping timeout: 276 seconds]
florian has quit [Quit: Ex-Chat]
Xogium has joined #yocto
florian_kc has quit [Ping timeout: 246 seconds]
ray-san has quit [Ping timeout: 260 seconds]
wojci_ has quit [Ping timeout: 246 seconds]
mbulut has quit [Ping timeout: 246 seconds]
enok has joined #yocto
BenBE has joined #yocto
florian has joined #yocto
reatmon_ has quit [Ping timeout: 246 seconds]
reatmon_ has joined #yocto
Kubu_work has quit [Quit: Leaving.]
<mrtatillon>
JaMathis the module do not seem included in .config, there is many module BCM2835 but nothing with `gpiomem`
<mrtatillon>
In fact I think that is why I added it in my BB file at first (to added it in my image) `IMAGE_INSTALL += "linux-firmware-brcm43430"`
<JaMa>
did you add kernel-module-bcm2835-gpiomem to your image or linux-firmware-brcm43430 ?
mrtatillon has quit [Ping timeout: 256 seconds]
steelswords has quit [Read error: Connection reset by peer]
BenBE has quit [Ping timeout: 265 seconds]
BenBE has joined #yocto
steelswords has joined #yocto
leon-anavi has quit [Quit: Leaving]
BenBE has quit [Ping timeout: 246 seconds]
guestkati has quit [Quit: Client closed]
goliath has joined #yocto
mckoan is now known as mckoan|away
BenBE has joined #yocto
zpfvo has quit [Remote host closed the connection]
Articulus has quit [Quit: Leaving]
BenBE has quit [Remote host closed the connection]
<landgraf>
RP: upstream (botocore) deleted revision meta-aws was pointing to as the result build failed. I found missing repo in local cache on one of the builders and pushed to github and added as PREMIRROR. the problem it didn't work because clonedir already exists (there's explicit check for it) and it took me a while to understand why... Is it bug or feature?
<landgraf>
not the fact that it took me a while :)