* kanavin
fears it might be sqlite regressing on 32 bit
ptsneves has joined #yocto
xmn has quit [Quit: ZZZzzz…]
florian_kc has joined #yocto
jclsn has joined #yocto
Guest52 has joined #yocto
sa7mfo has quit [Ping timeout: 252 seconds]
<Guest52>
trying to add ffmpeg to build but doing it in local.conf by adding the following linescauses opencv do_install to fail when it did not before. would appreciate any clue as to what I am doing wrong. the lines in local.conf are: #ffmpeg libraries
<LetoThe2nd>
tomzy_0[m]: i literally just forgot to set it public last week.
AndreRicardo has quit [Quit: Client closed]
jclsn has joined #yocto
Finomnis has joined #yocto
<tomzy_0[m]>
LetoThe2nd: thank you :)
lexano has joined #yocto
Guest52 has quit [Quit: Client closed]
<Finomnis>
Hey people! I'm on NXP Linux 6.1 (Yocto 4.1 Langdale) and I'm trying to build without GPL-3.0. I managed to build the image, but I fail to build the SDK. The biggest thing I'm fighting with is the `readline` package. I copied the old `gdbm 1.8.3` and `readline 5.2` from `meta-gplv2` into my own layer and enforced them with
<Finomnis>
`REQUIRED_VERSION_readline = "5.2"` and `REQUIRED_VERSION_gdbm = "1.8.3"`. This works fine for building the image, but when I build the `-c populate_sdk`, I'm getting an error from `gdb-cross-canadian` saying `configure: error: system readline is not new enough`. I have the understanding that it's possible to have it build with its own bundled
<Finomnis>
version of `readline`, but I don't seem to get the config right. I tried `PACKAGECONFIG:remove:pn-gdb = "readline"` and `PACKAGECONFIG:remove:pn-gdb-cross-canadian = "readline"` (the second one is a pure guess) but so far it didn't change the error. How do I properly tell `gdb-cross-canadian` to build with its own bundled `readline`, from my own
<Finomnis>
`layer.conf` or similar?
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
rob_w has quit [Remote host closed the connection]
<Finomnis>
Found the answer. For future reference, it was: `PACKAGECONFIG:remove:pn-gdb-cross-canadian-${TRANSLATED_TARGET_ARCH} = "readline"`
zpfvo has quit [Ping timeout: 244 seconds]
zpfvo has joined #yocto
Tyaku has joined #yocto
<Tyaku>
Hi, I don't know if someone can help me as this is not directly related to Yocto:
<Tyaku>
I have an iMX8MN board, I made some changes to be able to use the UART4 in the main processor (A53) instead of co-processor (CM7). The changes are made in DTS, and something called "imx-atf" (to allow the UART4 to be used by A53). With these changes I can use the UART4 in A53! But when I start a software in the co-processor (even if this software do nothing (while(1) __WFI();) I get a crash in the A53 when I
<AndreRicardo>
LetoThe2nd these type of Youtube videos are great, the previous Yocto videos helped me have more context on the overall Yocto project, as a newbie it helps a lot with the "unknowns unknowns" because it's hard to search for what you don't know.
<khem>
binutils I sent on ml but its also on yoe/mut
<khem>
maybe use separate runs for each
<abelloni>
binutils doesn't apply on my master-next, my plan was to test it on a later run
dgriego has quit [Ping timeout: 252 seconds]
dgriego has joined #yocto
<tomzy_0[m]>
Hi, we are using linux kernel sources placed on public github repo
<tomzy_0[m]>
is it normal that do_fetch takes ~2h and download speed is ~380KiB/s ?
gsalazar has quit [Ping timeout: 260 seconds]
<kanavin>
tomzy_0[m], you may want to check what command is being run (with ps), and try that directly on the command line to confirm. If 'git clone' from github is slow, address concerns to github.
<kanavin>
(or your ISP)
<kanavin>
you may also want to do a shallow clone (man git clone)