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
zwelch has quit [Ping timeout: 240 seconds]
jclsn has quit [Ping timeout: 272 seconds]
jclsn has joined #yocto
_whitelogger has joined #yocto
_whitelogger has joined #yocto
paulg has quit [Ping timeout: 240 seconds]
wooosaiiii1 has joined #yocto
wooosaiiii has quit [Ping timeout: 260 seconds]
wooosaiiii1 is now known as wooosaiiii
Guest95 has joined #yocto
<Guest95> Hi Everyone, i am still a newbie to using yocto and stuck with some issue in bbappend file.
<Guest95> the issue i am facing is with apache2 file. i actually want to
<Guest95> 1)modify one of the config from "--with-mpm=prefork" -> "--with-mpm=worker"
<Guest95> 2) add a new config "--enable-threads"
<Guest95> to exisiting EXTRA_OECONF:class-target
<Guest95> I tried
<Guest95> a) EXTRA_OECONF := "${@oe_filter_out('--with-mpm=prefork', '${EXTRA_OECONF}', d)}"
<Guest95> EXTRA_OECONF:class-target:append += "\
<Guest95>     --enable-threads \
<Guest95>     --with-mpm=worker \
<Guest95> "
<Guest95> b) EXTRA_OECONF:remove := "--with-mpm=prefork"
<Guest95> EXTRA_OECONF:class-target:append += "\
<Guest95>     --enable-threads \
<Guest95>     --with-mpm=worker \
<Guest95> "
<Guest95> but both doesn't work in bbappend file. Can someone please help out ?
<Guest95> it would be a great help :) Thank-you in advance
vthor has quit [Quit: kill -9 $pid]
RobertBerger has quit [Ping timeout: 265 seconds]
goliath has joined #yocto
RobertBerger has joined #yocto
Guest95 has quit [Quit: Client closed]
rfuentess has joined #yocto
rob_w has joined #yocto
frieder has joined #yocto
PeterM has joined #yocto
<PeterM> @Guest95 "EXTRA_OECONF:class-target:append +=" is wrong, it needs to be "EXTRA_OECONF:append:class-target ="
vladest has quit [Remote host closed the connection]
khem has quit [Quit: WeeChat 4.6.3]
khem has joined #yocto
leon-anavi has joined #yocto
frieder has quit [Ping timeout: 260 seconds]
frieder has joined #yocto
vladest has joined #yocto
rob_w has quit [Remote host closed the connection]
berton has joined #yocto
alperak has joined #yocto
zeemate has joined #yocto
florian has joined #yocto
leonanavi has joined #yocto
leon-anavi has quit [Ping timeout: 276 seconds]
savolla has joined #yocto
savolla has quit [Client Quit]
savolla has joined #yocto
rob_w has joined #yocto
prabhakalad has joined #yocto
Jones42 has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
Jones42 has quit [Ping timeout: 248 seconds]
dmoseley has quit [Ping timeout: 240 seconds]
dmoseley_ has joined #yocto
jtoomey has joined #yocto
leonanavi has quit [Read error: Connection reset by peer]
leon-anavi has joined #yocto
leonanavi has joined #yocto
leon-anavi has quit [Ping timeout: 240 seconds]
ablu has quit [Ping timeout: 276 seconds]
ablu has joined #yocto
rob_w has quit [Remote host closed the connection]
PeterM has quit [Ping timeout: 272 seconds]
rfuentess has quit [Quit: argh]
Razn0r has joined #yocto
jtoomey has quit [Read error: Connection reset by peer]
rfuentess has joined #yocto
tgamblin has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 276 seconds]
florian_kc has joined #yocto
goliath has quit [Quit: SIGSEGV]
Razn0r has quit [Ping timeout: 276 seconds]
paulg has joined #yocto
vladest has quit [Remote host closed the connection]
belsirk has quit [Remote host closed the connection]
kbo has joined #yocto
goliath has joined #yocto
vladest has joined #yocto
Jones42 has joined #yocto
frieder has quit [Remote host closed the connection]
florian has quit [Quit: Ex-Chat]
florian_kc has quit [Ping timeout: 260 seconds]
Guest82 has joined #yocto
zwelch has joined #yocto
Jones42 has quit [Ping timeout: 260 seconds]
vvn has joined #yocto
prabhakalad has quit [Ping timeout: 240 seconds]
prabhakalad has joined #yocto
khem has quit [Quit: WeeChat 4.7.0]
khem has joined #yocto
michaelo_ has quit [Ping timeout: 240 seconds]
michaelo_ has joined #yocto
florian_kc has joined #yocto
vladest has quit [Remote host closed the connection]
vladest has joined #yocto
tgamblin has quit [Ping timeout: 240 seconds]
vvn has quit [Ping timeout: 240 seconds]
tgamblin has joined #yocto
vvn has joined #yocto
florian_kc has quit [Ping timeout: 240 seconds]
qschulz has quit [Ping timeout: 240 seconds]
alperak has quit [Quit: Connection closed for inactivity]
qschulz has joined #yocto
berton has quit [Quit: Connection closed for inactivity]
<khem> so clearlinux is shutting down ? - https://www.phoronix.com/news/Intel-Ends-Clear-Linux
<rburton> yes
florian_kc has joined #yocto
<khem> This was their post-yocto Linux distro IIRC right ?
<rburton> khem: it was server-focused constantly updating ia-specific
<rburton> (also took some liberties with ethics to win benchmarks)
<paulg> "...liberties with ethics..." ha ha, priceless.
* paulg rotfl
prabhakalad has quit [Quit: Konversation terminated!]
<RP> rburton: that is a good way to put it
<RP> I am sad that we don't have some of the innovation that was able to happen from Intel :/
goliath has quit [Quit: SIGSEGV]
jmiehe has joined #yocto
druppy has joined #yocto
<khem> it got lot of coverage on phoronix for some reason, so I kept reading some news about it in past, I remember they had cherry picked some of OEs glibc patches
thirdapocalypse has joined #yocto
<thirdapocalypse> hello i'm having some trouble using cgroups in a yocto build. would anyone be able to help out with it?
<khem> ask away if someone have answer they will respond
<thirdapocalypse> great. i'm trying to enable cpuset but /proc/cgroups only shows cpu as an available subsystem -- not sure if i've configured something wrong or if i should be looking somewhere else
<khem> thirdapocalypse: kernel is built with CONFIG_CPUSETS=y I suppose ?
<khem> also try mount | grep cgroup
<khem> if you see /sys/fs/cgroup then you have it configured I believe
<paulg> I would think most common distros since the past 5-ish years would have it mounted by default...
<paulg> # cat /proc/mounts |grep cpuse
<paulg> cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
<paulg> (ubu 20.04 shown above)
<khem> well I am trying to find if its running cgroupsv1 or v2
<khem> with v2 /proc/cgroups only shows legacy v1 controllers
<khem> if you see things cgroup.subtree_control in ls -l ls /sys/fs/cgroup/ then its v2
<khem> cat /sys/fs/cgroup/cgroup.controllers will show the available controllers in v2
<thirdapocalypse> khem: certainly should be built with that, but i'm not 100% sure. might be the problem.
<RP> https://github.com/cncf/velocity?tab=readme-ov-file#current-reports - "Yocto" is in 25th place in the list of LF Projects :/
<thirdapocalypse> not seeing anything in /proc/mounts re: cpuset
<RP> mostly as we don't use github
<thirdapocalypse> running v2, but cgroup.controllers only shows cpu
druppy has quit [Ping timeout: 240 seconds]
savolla has quit [Quit: WeeChat 4.6.3]
<paulg> Did gcc pull up in a white unmarked van, jump out and abduct your source code?
<khem> RP: they are considering PR+issues and commits so this list is a bit flawed
<khem> RP: there still are 379 PRs+Issues for YP on github I am surprised
<RP> khem: I know, but this is how they're comparing projects :(
<khem> give them API access into bugzilla and groups.io :)
<RP> khem: I opened a ticket about groups.io
<RP> they do already scrape bugzilla (since the kernel has that and they therefore are interested)
<khem> ah the default sort seems to be ordered by number of commit authors
<khem> sheet chart is interesting, YP is well below the curve
<khem> paulg: GCC hardly segfaults on my code these days, because I dont use it as much
<paulg> I don't think I've investigated a GCC internal error since gcc-2.x -- and yeah the ICE joke probably lands flat with an international audience.
<JPEW> How is "rank" calculated?
<JPEW> Also... is it "issues closed" or something?
kbo has quit [Ping timeout: 272 seconds]
<RP> JPEW: the code is in that git repo...
<JPEW> Oh, it's just "size" (sqrt(# of authors))
<JPEW> I mean, if you want to spin that, we only generate 1 bug for every 21 commits, so that's pretty good
<RP> JPEW: I like that :D
<JPEW> It also "feels" about right to me anyway
<JPEW> That is actually a used metric; you can get a rough feel for how well tested a large change set is by tracking how many bugs the authors found and comparing it to the average bug rate; if it's too low it's a sign it might not have been tested well
<JPEW> But it can also be horribly abused :)
<RP> I suspect that works as long as the people doing the work don't know how you're measuring it :)
<JPEW> Right
<RP> That kind of system has "challenge" written all over it to me :)
<RP> JPEW: funnily enough I was wondering if anything still used multiprocessingpool the other day. I didn't want to get distracted though!
jmiehe has quit [Quit: jmiehe]
thirdapocalypse has quit [Quit: Client closed]
florian_kc is now known as florian
zeemate has quit [Ping timeout: 268 seconds]
rber__ has joined #yocto
<khem> what can be measured will be managed :)
pidge has quit [Ping timeout: 272 seconds]
pidge_ has joined #yocto
RobertBerger has quit [Ping timeout: 272 seconds]