astlep5504018 has quit [Ping timeout: 264 seconds]
sugarbeet has quit [Ping timeout: 264 seconds]
mario-goulart has quit [Ping timeout: 264 seconds]
jstephan has quit [Ping timeout: 264 seconds]
roosterphant has quit [Ping timeout: 264 seconds]
sudip has quit [Ping timeout: 264 seconds]
yocton has quit [Ping timeout: 264 seconds]
efeschiyan has quit [Ping timeout: 264 seconds]
yannd has joined #yocto
efeschiyan has joined #yocto
florian has joined #yocto
lexano has quit [Ping timeout: 255 seconds]
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
locutusofborg has quit [Read error: Connection reset by peer]
locutusofborg has joined #yocto
roosterphant_ is now known as roosterphant
jclsn has quit [Ping timeout: 260 seconds]
jclsn has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
simonew has quit [Read error: Connection reset by peer]
simonew has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
roosterphant has quit [Killed (NickServ (GHOST command used by roosterphant_))]
roosterphant_ has joined #yocto
ablu has quit [Read error: Connection reset by peer]
nerdboy has quit [Ping timeout: 264 seconds]
ablu has joined #yocto
roosterphant_ is now known as roosterphant
roosterphant is now known as roosterphantt
roosterphantt is now known as roosterphant
roosterphant has quit [Remote host closed the connection]
roosterphant has joined #yocto
mulk has quit [Ping timeout: 256 seconds]
vvn has joined #yocto
mulk has joined #yocto
roosterphant has quit [Quit: Bye]
roosterphant has joined #yocto
roosterphant has quit [Changing host]
roosterphant has joined #yocto
roosterphant has quit [Remote host closed the connection]
roosterphant has joined #yocto
roosterphant has quit [Changing host]
roosterphant has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
Hazza has quit [Ping timeout: 255 seconds]
roosterphant has quit [Quit: Bye]
roosterphant has joined #yocto
ablu has quit [Ping timeout: 255 seconds]
Piraty_ has quit [Quit: No Ping reply in 180 seconds.]
roosterphant has quit [Read error: Connection reset by peer]
mario-go` has quit [Ping timeout: 255 seconds]
Vonter has quit [Ping timeout: 255 seconds]
Vonter has joined #yocto
Piraty has joined #yocto
ablu has joined #yocto
roosterphant has joined #yocto
roosterphant has quit [Remote host closed the connection]
Minvera has quit [Ping timeout: 268 seconds]
nerdboy has joined #yocto
simonew has quit [Ping timeout: 246 seconds]
nerdboy has quit [Ping timeout: 252 seconds]
jmd has joined #yocto
chep has quit [Ping timeout: 264 seconds]
chep has joined #yocto
mulk has quit [Ping timeout: 264 seconds]
mulk has joined #yocto
mkazantsev has joined #yocto
amitk_ has joined #yocto
alessioigor has joined #yocto
amitk has quit [Ping timeout: 272 seconds]
sky_ has joined #yocto
jmd has quit [Remote host closed the connection]
mkazantsev_ has joined #yocto
mkazantsev has quit [Ping timeout: 255 seconds]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
sky_ has quit [Ping timeout: 255 seconds]
linfax has joined #yocto
mkazantsev__ has joined #yocto
goliath has joined #yocto
mkazantsev_ has quit [Ping timeout: 264 seconds]
frieder has joined #yocto
mckoan|away is now known as mckoan
mkazantsev_ has joined #yocto
mkazantsev__ has quit [Ping timeout: 268 seconds]
mkazantsev_ has quit [Remote host closed the connection]
olani- has quit [Remote host closed the connection]
olani has joined #yocto
zpfvo has joined #yocto
rfuentess has joined #yocto
zpfvo has quit [Ping timeout: 264 seconds]
Kubu_work has joined #yocto
ptsneves has joined #yocto
sky_ has joined #yocto
zpfvo has joined #yocto
mbulut has joined #yocto
mario-goulart has joined #yocto
<RP>
alimon: Thanks, combining these together helps. Just let abelloni and I know when there is something we should test
Dracos-Carazza has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
yannd has quit [Remote host closed the connection]
sudip_ is now known as sudip
<LetoThe2nd>
yo dudX
<mckoan>
LetoThe2nd: hey
alperak has joined #yocto
leon-anavi has joined #yocto
Guest52 has joined #yocto
<Guest52>
Hello everyone, I am trying to cross compile boost with yocto SDK:
<Guest52>
1. source yocto env
<Guest52>
2. bootstrap.sh
<Guest52>
3. ./b2: not found
<Guest52>
what is the proper way to cross compile boost with the SDK?
Guest52 has quit [Quit: Client closed]
florian_kc has joined #yocto
sky_ has quit [Remote host closed the connection]
xmn has quit [Ping timeout: 256 seconds]
sky_ has joined #yocto
prabhakar has quit [Quit: Connection closed]
prabhakar has joined #yocto
prabhakarlad has joined #yocto
mbulut has quit [Quit: Leaving]
alperak has quit [Quit: Client closed]
luc4 has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
<luc4>
Hello! I created a recipe that is supposed to create a user in my target fs with sysusers.d. I also need to change the permissions of some files so that my user can access them. I guess I can't do this in the do_install, as it would execute chown on my host system. Is this correct?
<rburton>
with sysusers yeah i guess you can't do that, because the user doesn't exist when the packaging happens.
<rburton>
you can use the useradd class to create users at build time and bake them into /etc/passwd, then you can chown in do_install
<luc4>
rburton: that is the only way I found to create a user
<luc4>
rburton: I see that I tried many times to do that, but I failed. I have this in my recipe: https://pastebin.com/q4v3zNg8. But it did not work.
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
<leon-anavi>
I have a couple of patches for meta-security. I sent them to the mailing list and about two weeks ago these patches were added to master-next. I am wondering if everything is OK and when will these patches be merged in branch master. Any ideas what is the standard practice for meta-security?
prabhakarlad has quit [Quit: Client closed]
prabhakar has quit [Quit: Connection closed]
sky_ has quit [Quit: Leaving]
lexano has joined #yocto
mbulut has joined #yocto
prabhakar has joined #yocto
prabhakarlad has joined #yocto
alperak has joined #yocto
mbulut has quit [Client Quit]
Haxxa has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
<LetoThe2nd>
shouldn't INHERIT += "create-spdx", SPDX_INCLUDE_SOURCES += "1", SPDX_ARCHIVE_SOURCES += "1" put all the stuff into the spdx.tar.zst?
florian has quit [Quit: Ex-Chat]
Haxxa has joined #yocto
yocton_ is now known as yocton
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
florian_kc has quit [Ping timeout: 256 seconds]
luc4 has quit [Quit: Konversation terminated!]
ykrons_ has joined #yocto
ykrons_ has quit [Remote host closed the connection]
ykrons has joined #yocto
<ykrons>
Hi all
luc4 has joined #yocto
<ykrons>
I have a old image using Rocko that fails to fetch some package since few days/weeks. It seems it looks for sources in the yoctoproject mirror without success. As the release is pretty old, I guess it has been removed from the mirror. Is there a list somewhere of which releases are part of the yocto mirrors ?
<RP>
ykrons: anything in oe-core should be in the mirror. Which layer are the pieces from?
sakoman has joined #yocto
xmn has joined #yocto
<ykrons>
Oh sorry, I'm fully wrong! That's a custom recipe. So there is low chance to have it in the yocto mirror.
<ykrons>
But what you are saying is that all sources of released versions of oe-core are kept in the mirror. Nothing is clear even after EOL of a release. Is it right ?
Xagen has joined #yocto
|Xagen has quit [Ping timeout: 256 seconds]
<RP>
ykrons: so far we've never removed anything
Xagen has quit [Ping timeout: 256 seconds]
<ykrons>
Ok perfect. Thanks
Minvera has joined #yocto
<luc4>
Hello! I would like to change the default shell used by a user. I have, at least, bash and zsh. I think the proper way to do it is through ALTERNATIVE_TARGET. Is this correct? Is there an example somewhere? Thanks!
mvlad has joined #yocto
<Ad0>
is there a way to use a different linux kernel (from another git) in yocto with meta-raspberry pi?
<Ad0>
do I have to make my own recipe and set preferred provider or something
<Ad0>
preferably based on MACHINE
martin_thingvold has joined #yocto
martin_thingvold has quit [Client Quit]
<dvergatal>
how does require in image bb over another image bb differs vs inherit?
<dvergatal>
ahhh ok core-image is a bbclass nevermind than
<Ad0>
thanks the recipies in meta-raspberrypi are similar so I might just add the variables there
<Ad0>
to my own recipe which inherits
Michael_Guest has joined #yocto
Michael_Guest has quit [Quit: Client closed]
prabhakarlad has quit [Ping timeout: 250 seconds]
prabhakar85 has joined #yocto
prabhakarlad has joined #yocto
prabhakar has quit [Ping timeout: 268 seconds]
prabhakarlad has quit [Ping timeout: 250 seconds]
prabhakar85 has quit [Ping timeout: 264 seconds]
<alimon>
RP: sure, i will sync with abelloni, i'm not using the ssh priv key from old days
Tyaku has joined #yocto
<Tyaku>
Hello, I have a custom image, in this image i want to remove "busybox-syslog", I try to set this in image file: IMAGE_INSTALL:remove = " busybox-syslog " VIRTUAL-RUNTIME_syslog = "" But unfortunately busybox-syslog is still present, someone know how to disable it (without changing the busybox defconfig first)
goliath has quit [Quit: SIGSEGV]
<vmeson>
Tyaku: try: VIRTUAL-RUNTIME_syslog ?= "rsyslog" or "" if you don't want a syslog at all.
<vmeson>
What is it that you are trying to do? use systemd-journal only? Did you also specify: VIRTUAL-RUNTIME_base-utils-syslog = ""
<Tyaku>
I want to disable completely the syslog
<Tyaku>
even systemd-journald, but currently systemd-journald is not using memory, syslog is.
<Tyaku>
This is for production image, we don't want RAM usage for logs, even if it's possible to make a rotation.
<Tyaku>
I will try it
<vmeson>
Tyaku: Please let us know if that works. Are you going to send the syslogs to another system or just hope you never have to debug ;-) ?
<Tyaku>
Unfortunately '/lib/systemd/system/busybox-syslog.service' is still active and enabled after flashing and my image currently contains this:
<Tyaku>
IMAGE_INSTALL:remove = " busybox-syslog "
<Tyaku>
VIRTUAL-RUNTIME_syslog = ""
<Tyaku>
VIRTUAL-RUNTIME_base-utils-syslog = ""
florian_kc has joined #yocto
prabhakarlad has joined #yocto
<Tyaku>
vmeson: We have a PROD image, and a DEV image, in DEV image we have rsyslog we use remote debugging, in the prod image we don't want any logging systems to prevent RAM usage.
<vmeson>
I don't think you need: IMAGE_INSTALL:remove = " busybox-syslog " and it may interfere with the lines 2,3.
<Tyaku>
I try to remove it :=)
simonew has joined #yocto
mrnuke has left #yocto [Konversation terminated!]
linfax has quit [Ping timeout: 268 seconds]
<Tyaku>
Oh my god this is still enabled
<vmeson>
Tyaku: ugh.. time for bitbake -e I guess.
<Tyaku>
In bitbake -e result, the two variables are correctly empty
prabhakar has joined #yocto
<Tyaku>
In busybox.inc it seems that 'if grep -q "CONFIG_SYSLOGD=y" ${B}/.config; then' the busybox-syslog.service is always installed
destmaster has quit [Remote host closed the connection]
<Tyaku>
I don't wanted to change the defconfig, but I can try
sotaover1ide has joined #yocto
<sotaover1ide>
hey everyone! is there an exisiting recipe for stress-ng ?
<mckoan>
rburton: I still miss the OE bot made by Crofton
<Crofton>
that was a long time ago
<simonew>
Hi all:)
<simonew>
Crofton: Well then the time made the heart grow even fonder or such
rfuentess has quit [Remote host closed the connection]
Haxxa has quit [Ping timeout: 252 seconds]
mckoan is now known as mckoan|away
<Tyaku_>
Ok, this is just to say that i finally arrived to remove syslog from my yocto image, so I had to do a bbappend on busybox to remove CONFIG_SYSLOGD and to remove 'SYSTEMD_SERVICE_${PN}-syslog' and to remove some files within do_install:append.
Haxxa has joined #yocto
alperak has quit [Quit: Client closed]
Vonter has quit [Ping timeout: 264 seconds]
Vonter has joined #yocto
frieder has quit [Remote host closed the connection]
mischief has quit [Ping timeout: 246 seconds]
mischief has joined #yocto
Kubu_work has quit [Quit: Leaving.]
nerdboy has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
leon-anavi has quit [Quit: Leaving]
ptsneves has joined #yocto
ptsneves has quit [Remote host closed the connection]
mulk has quit [Ping timeout: 255 seconds]
mulk has joined #yocto
ptsneves has joined #yocto
ptsneves1 has joined #yocto
ptsneves has quit [Read error: Connection reset by peer]
ptsneves1 is now known as ptsneves
zpfvo has quit [Remote host closed the connection]
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
vladest has joined #yocto
vladest has quit [Remote host closed the connection]
Thorn has joined #yocto
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
bhstalel has joined #yocto
Guest-fermion has joined #yocto
<bhstalel>
Hello, I am confused about something that one of my clients demanded, which is "The BitBake ToolVar (Java)", did you hear about something like that ?
<Crofton>
the java bit suggest we haven't
<Crofton>
there is a bitbake-getvar command though
<bhstalel>
Yes, I know about that, I think the client just meant "Handling Variables in BitBake" like (opertors, override, ...), I asked just to be sure if I am not missing something it may already exist
Guest-fermion has quit [Quit: Client closed]
jmd has joined #yocto
prabhakarlad has quit [Quit: Client closed]
Guest-fermion has joined #yocto
<vmeson>
Tyaku_: I'm glad that you got it working. I was able to ditch /lib/systemd/system/busybox-syslog.service and syslog with just the two lines above but this is in WR Linux / ~master.
<vmeson>
If you try it with just poky/master or poky/<supported-branch> and it doesn't work, please report a bug in bugzilla or let me know here.