LetoThe2nd changed the topic of #yocto to: Welcome to the Yocto Project | Learn more: https://www.yoctoproject.org | Community: https://www.yoctoproject.org/community | IRC logs: http://irc.yoctoproject.org/irc/ | Having difficulty on the list, with someone on the list or on IRC, contact Yocto Project Community Manager Letothe2nd | CoC: https://www.yoctoproject.org/community/code-of-conduct
florian_kc has quit [Ping timeout: 260 seconds]
Kubu_work has quit [Quit: Leaving.]
florian_kc has joined #yocto
Piraty has quit [Quit: -]
florian_kc has quit [Ping timeout: 260 seconds]
Piraty has joined #yocto
demirok has quit [Server closed connection]
demirok has joined #yocto
qschulz has quit [Quit: qschulz]
qschulz has joined #yocto
davidinux has quit [Ping timeout: 264 seconds]
davidinux has joined #yocto
ablu has quit [Read error: Connection reset by peer]
ablu has joined #yocto
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #yocto
goliath has quit [Quit: SIGSEGV]
wkennington_ has quit [Server closed connection]
wak has joined #yocto
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
tokamak has quit [Server closed connection]
tokamak has joined #yocto
Vonter has quit [Quit: WeeChat 4.1.0]
Vonter has joined #yocto
Haxxa has joined #yocto
amitk_ has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
jmd has quit [Remote host closed the connection]
jmd has joined #yocto
flom84 has joined #yocto
flom84 has quit [Quit: Leaving]
flom84 has joined #yocto
jmd has quit [Remote host closed the connection]
flom84 has quit [Remote host closed the connection]
flom84 has joined #yocto
jmd has joined #yocto
flom84 has quit [Remote host closed the connection]
flom84 has joined #yocto
flom84 has quit [Ping timeout: 258 seconds]
flom84 has joined #yocto
n0thing has joined #yocto
<n0thing> hello everyone, i am building a library and it creates .so files. in addition, if i set static=on to cmake option, it also creates .a file. how should i organize them when i create a recipe?
camus has quit [Remote host closed the connection]
<LetoThe2nd> yo dudX
<n0thing> hi
camus has joined #yocto
wyre has quit [Quit: ZNC 1.8.2 - https://znc.in]
wyre has joined #yocto
xmn has quit [Ping timeout: 260 seconds]
goliath has joined #yocto
<jmd> Does poky provide /etc/machine-id ?
moto-timo has quit [Server closed connection]
moto-timo has joined #yocto
sakoman has quit [Ping timeout: 255 seconds]
sakoman has joined #yocto
Saur has quit [Remote host closed the connection]
Ram-Z has quit [Server closed connection]
Ram-Z has joined #yocto
patersonc has quit [Server closed connection]
patersonc has joined #yocto
florian_kc has joined #yocto
pabigot has quit [Quit: Leaving.]
florian_kc has quit [Ping timeout: 240 seconds]
Kubu_work has joined #yocto
<n0thing> Let's say a recipe has a compile problem and I found the solution in the recipe's repo and created a patch. should i write "Upstream-Status: Submitted"? Because the repo owner has approved it.
<n0thing> or "Upstream-Status: Approved" ?
<smurray> n0thing: if there's a fix upstream, generally you'd take the upstream change as a patch if it's self-contained, and it'd be marked as Backport with a pointer to the upstream change (e.g. github commit URL)
Nonkel has joined #yocto
<Nonkel> Hello, I’m busy with trying to install systemd-journal-remote, I got the error “This may mean that the package is missing, has been obsoleted, or is only available from another source” How can I solve this problem?
<n0thing> smurray thanks
<n0thing> Also, when I delete a patch related to a recipe or delete lines in the recipe, should I explain this above the commit message or under --- after creating the patch?
<smurray> the commit message if I'm understanding you. Documenting things under the --- is typically done manually when you submit revised changes (e.g. a v2) and want to indicate to readers on the ml what you've changed since the previous submission; those comments will be dropped by git when the change is applied
<n0thing> smurray you got it right
<n0thing> then I have to specify in the commit message what I deleted and why etc.
<smurray> yep
<n0thing> thank you!
jclsn has quit [Quit: WeeChat 4.0.5]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
jclsn has quit [Client Quit]
jclsn has joined #yocto
n0thing has quit [Quit: Client closed]
<Nonkel> Nobody that can give me some hints? please.
<jclsn> Nonkel: On what?
<Nonkel> Hello, I’m busy with trying to install systemd-journal-remote, I got the error “This may mean that the package is missing, has been obsoleted, or is only available from another source” How can I solve this problem?
<jclsn> Nonkel: How are you installing it?
<Nonkel> i try this: IMAGE_INSTALL += " systemd-journal-remote"
<jclsn> Nonkel: Is systemd enabled in DISTRO_FEATURES?
alessioigor has joined #yocto
<Nonkel> VIRTUAL-RUNTIME_init_manager = " systemd" You mean this?
<jclsn> Should also work
<Nonkel> yes this is enable
<Nonkel> i read and try this without succes
<jclsn> I have no experience with systemd-journal-remote and would also have to search
n0thing has joined #yocto
n0thing has quit [Client Quit]
aak-rookie has joined #yocto
aak-rookie has left #yocto [#yocto]
<Nonkel> ok thanks! The packets is available in the meta layer but yocto can't find it
florian_kc has joined #yocto
<jclsn> Nonkel: Please try adding DISTRO_FEATURES += "systemd" to local.conf
<jclsn> Works for me then
<Nonkel> i add this DISTRO_FEATURES:append = "systemd" without success
* zeddii gives up.
<zeddii> Anyone looking for me at plumbers. I won't be there
<Nonkel> error: Reading package lists...
<Nonkel> Building dependency tree...
<Nonkel> Reading state information...
<Nonkel> Package systemd-journal-remote is not available, but is referred to by another package.
<Nonkel> This may mean that the package is missing, has been obsoleted, or
<Nonkel> is only available from another source
<Nonkel> E: Package 'systemd-journal-remote' has no installation candidate
nothing has joined #yocto
<jclsn> Nonkel: That is not what I told you
<jclsn> DISTRO_FEATURES:append needs a space
<jclsn> DISTRO_FEATURES:append = " systemd"
<jclsn> += does not need a space
<jclsn> DISTRO_FEATURES += "systemd"
<jclsn> :append just appends it to the list and you will have "lastpacketsystemd" or something
<nothing> also u can debug it with "bitbake -e recipename | grep ^DISTRO_FEATURES="
alessioigor has quit [Remote host closed the connection]
<Nonkel> i change this but now i got a other error: weston RPROVIDES weston-xwayland but was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES)
<jclsn> Nonkel: So what does that tell you?
<Nonkel> add opengl to my DISTRO_FEATURES
<jclsn> Nonkel: Exactly
<jclsn> :)
zkrx has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
<Nonkel> jclsn: build is busy
<jclsn> Nonkel: That is a good sign probably! Usually Bitbake finds unbuildable recipes at the start, unless it is a compilation error. The learning curve is quite steep, but after a while you'll learn how to read the errors. Usually the most interesting part is just at the end
Marmottus has quit [Server closed connection]
Marmottus has joined #yocto
<rburton> fwiw, bitbake -e ... can be replaced with bitbake-getvar. "bitbake-getvar DISTRO_FEATURES" for example.
<rburton> you can also restrict to a specific recipe if its a recipe-specific variable
<nothing> rburton thank you!
<LetoThe2nd> yo dudX
<nothing> hi
tangofoxtrot has quit [Remote host closed the connection]
<jclsn> rburton: Not if you are stuck on hardknott xD
tangofoxtrot has joined #yocto
<nothing> good night guys!
nothing has left #yocto [#yocto]
flom84 has quit [Quit: Leaving]
flom84 has joined #yocto
Guest62 has quit [Ping timeout: 250 seconds]
Nonkel has quit [Ping timeout: 250 seconds]
flom84 has quit [Ping timeout: 252 seconds]
flom84 has joined #yocto
otavio has quit [Remote host closed the connection]
flom84 has quit [Quit: Leaving]
flom84 has joined #yocto
flom__84__ has joined #yocto
flom84 has quit [Remote host closed the connection]
flom__84__ has quit [Remote host closed the connection]
flom84 has joined #yocto
otavio has joined #yocto
asriel has quit [Quit: Don't drink the water. They put something in it to make you forget.]
jclsn has quit [Quit: WeeChat 4.1.1]
asriel has joined #yocto
sakman_ has joined #yocto
GNUmoon has quit [Ping timeout: 264 seconds]
sakman has quit [Ping timeout: 240 seconds]
flom84 has quit [Quit: Leaving]
flom84 has joined #yocto
flom84 has quit [Client Quit]
flom84 has joined #yocto
GNUmoon has joined #yocto
flom84 has quit [Quit: Leaving]
jmd has quit [Remote host closed the connection]
sakman_ is now known as sakman
GNUmoon has quit [Remote host closed the connection]
GNUmoon has joined #yocto
goliath has quit [Quit: SIGSEGV]
justThanks has quit [Quit: ZNC 1.8.2 - https://znc.in]
justache has joined #yocto
justache has quit [Remote host closed the connection]
justache has joined #yocto
justache has quit [Quit: ZNC 1.8.2 - https://znc.in]
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #yocto
justache has joined #yocto
justache has quit [Remote host closed the connection]
justache has joined #yocto
_whitelogger has quit [Server closed connection]
_whitelogger has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]