prabhakalad has quit [Quit: Konversation terminated!]
prabhakalad has joined #yocto
altru has joined #yocto
crawler has joined #yocto
alessioigor has joined #yocto
davidinux has quit [Quit: WeeChat 3.5]
ablu has quit [Read error: Connection reset by peer]
altru has quit [Ping timeout: 250 seconds]
jmiehe has joined #yocto
ablu has joined #yocto
lruffati has joined #yocto
jmd has joined #yocto
florian has joined #yocto
<CrazyGecko>
hey guys, I have the issue, when using subpath in a recipe, the SRCREV is ignored not respected and the latest commit of the branch is used for the build. we're using yocto-4.0.18. does anyone know that this is an issue or have already a patch? i did not find any commit in the git regarding that issue
jmd has quit [Remote host closed the connection]
davidinux has joined #yocto
Jones42_ has joined #yocto
Jones42_ has quit [Ping timeout: 255 seconds]
Jones42_ has joined #yocto
Jones42__ has joined #yocto
Jones42__ is now known as Jones42
Jones42_ has quit [Ping timeout: 252 seconds]
lruffati has quit [Quit: Client closed]
Guest48 has joined #yocto
<Guest48>
I am working on yocto project... I want to enable CAN peripheral of NXP iMX6ULL SoM.. Can anyone help me!
<telgareith>
What contents in the book "Yocto for raspberry pi" ( published june 29, 2016) are going to be out of date?
<JaMa>
after 8 years? I haven't read it, but probably most of it
<telgareith>
I'm interested in building more general custom linux ?? (Distribution isn't the right word, but its close enough), but I'll either start with VM's or raspberry Pi's
alessioigor has quit [Quit: Client closed]
<telgareith>
k, is there a recommended online tutorial series? Or do I have work pay for a newer book?
<JaMa>
Yocto Project has very good documentation which is free
enok has quit [Quit: enok]
enok71 has joined #yocto
<telgareith>
Ok, I'll try going through it. Would going through the 'Linux From Scratch' project documentation first be productive?
<telgareith>
err, book- bot really documention
enok71 is now known as enok
enok has quit [Client Quit]
enok has joined #yocto
<JaMa>
depends on what you're familiar with, if you're interested how to manually build Linux distro from scratch then yes, but if you just want to start with some sane default and then incrementally figure out what you want to customize, than starting with Yocto documentation will be IMHO more efficient
<telgareith>
What 'base images' are available? i know "open core" or "open embedded" is one, is there one that uses the RPI's kernels?
<qschulz>
telgareith: there's just a lot to learn and to explain, it's better to start reading a bit and coming back later with some more precise questions :)
linfax has quit [Remote host closed the connection]
enok71 is now known as enok
<mckoan>
Guest13: define variable DST out of do_install()
<mckoan>
Guest13: ad use pastebin
vthor has quit [Ping timeout: 256 seconds]
<rburton>
Guest13: first, list the packages built by your recipe and their contents to verify that the recipe is doing what you think: oe-pkgdata-util list-pkg-files -r [recipename]
<Guest13>
ERROR: Unable to find any built runtime package named abc
<Guest13>
RDEPENDS:${PN}-video += "abc"
<Guest13>
this is how i add the recipe
<rburton>
what is your recipe call?
<Guest13>
abc.bb
alessioigor has joined #yocto
<rburton>
so that's oe-pkgdata-util saying you've not actually built abc yet. without seeing the whole recipe its impossible to say why. Bitbake abc explicitly and see what happens, or share the actual recipe.
florian has quit [Quit: Ex-Chat]
<Guest13>
if i did bitbake image, my recipe was not getting build, however, now i ran bitbake abc, and it built
CombatWombat42 has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
<rburton>
so the rdepends you added didn't actually work. check that the package they're in is actually part of your image, for examople