wendalin has quit [Quit: No Ping reply in 180 seconds.]
wendalin has joined #linux-amlogic
buzzmarshall has quit [Quit: Konversation terminated!]
vagrantc has quit [Quit: leaving]
Danct12 has joined #linux-amlogic
ldevulder has quit [Quit: Leaving]
Daaanct12 has joined #linux-amlogic
Daaanct12 has quit [Client Quit]
vagrantc has joined #linux-amlogic
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #linux-amlogic
GNUtoo has quit [Remote host closed the connection]
GNUtoo has joined #linux-amlogic
GNUtoo has quit [Ping timeout: 255 seconds]
GNUtoo has joined #linux-amlogic
<tortoise>
Looking for some guidance on two fronts. The overview is that I'm trying to use meta-meson with radxa-zero board. I've submitted a PR but its a bit broken at the moment since the radxa-zero.dts isn't in the kernel until version 5.16 and meta-meson is fetching and building a 5.15 kernel.
<tortoise>
Should I just put a patch file in the recipes-kernel/linux directory.
<tortoise>
I see there are many patches in recipes-kernel/linux/linux-meson64- 5.4 but recipes-kernel/linux/linux-meson64-5.15 has only the defconfig.
<tortoise>
Second front, should I consider updating meta-meson's kernel version to something newer for the purpose of having the upstream meta-meson layer with radxa-zero support? If so, which version is preferred say 5.19 or should it be updated to a 6.x ?
<tortoise>
scratch the first part about patching 5.15, seems very straightforward to do. But still interested in if updating the kernel is good idea and if I can help update meta-meson
jernej has joined #linux-amlogic
vagrantc has quit [Quit: leaving]
vagrantc has joined #linux-amlogic
elastic_dog has quit [Remote host closed the connection]
elastic_dog has joined #linux-amlogic
zkrx has quit []
<tortoise>
feel good about the PR with cherry picked radxa-zero device tree patch. with the exception that I have no idea what this file does
<tortoise>
I take it these binarys are necessary for getting from the amlogic (or maybe it's ARM) hardcoded/ROM boot stage up to the mainline u-boot
jernej has quit [Ping timeout: 260 seconds]
naoki has quit [Quit: naoki]
naoki has joined #linux-amlogic
<tortoise>
I found a bug in a recipe, where it assumes that do_configure has run before do_populate_lic ... which doesn't appear to be true, at least on the first run of the recipe. Is there a way to specify dependencies between tasks, or re-order them?
<tortoise>
sorry wrong channel, meant for #yocto not #linux-amlogic