<mckoan>
do you have any clue about that 3,1T increased to 5,6T ?
<mckoan>
and, yes, apologize the OT
<barometz>
Any chance there are symlinks that weren't preserved?
<mckoan>
I forgot to mention that I coled using 'rsync -av'
<mckoan>
*cloned
manuel1985 has joined #yocto
odra_ has joined #yocto
odra__ has quit [Ping timeout: 268 seconds]
zhmylove has joined #yocto
florian has joined #yocto
Vonter has quit [Ping timeout: 246 seconds]
xmn has quit [Ping timeout: 248 seconds]
Alban[m] has quit [Quit: You have been kicked for being idle]
static_rocket has quit [Quit: You have been kicked for being idle]
<mckoan>
more details about the rsync clone: the problem is into every tmp/work/* directory that on the destination is 3 times larger
<mckoan>
maybe RP had the same problem ? ^
<qschulz>
mckoan: just ditch tmp/work, there's literally no need for it
<neverpanic>
Chances are that's because your copy didn't preserve hardlinks?
<mckoan>
thanks for your hints. actually suspects are currently on the fs corruption on source disk
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
<abelloni>
landgraf: this is for the client, not the server
Vonter has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Vonter has quit [Ping timeout: 264 seconds]
<rburton>
mckoan: hardlinks definitely need to be preserved, the build tree is mostly hardlinks
<mckoan>
rburton: thanks +1
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
<RP>
mckoan: the block size of the two filesystems will be different, it scales depending on the disk size and can be changed but not after the fs is created
<RP>
but we do rely hugely on hardlinks too
<mckoan>
RP: thanks +1
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<rburton>
RP: go away :)
<inisider>
hi there. I would like to ask how correctly use PACKAGECONFIG. F.e. i have recipe
<inisider>
where PACKAGECONFIG[arm-neon] = "-DSDL_ARMNEON=ON,-DSDL_ARMNEON=OFF". so how to enable this option?
manuel1985 has quit [Ping timeout: 246 seconds]
<inisider>
just create bbappend and write PACKAGECONFIG_append = "arm_neon"?
<ThomasRoos[m]>
I like to give a talk on the Yocto Project® Virtual Summit 2022.11 - is there any guideline what the proposals should look like? (it's my first talk ever)
<ThomasRoos[m]>
qschulz: ok, cool - thank you. So it's not more than this.
<qschulz>
ThomasRoos[m]: nope, very simple submission
<qschulz>
the hardest is to guess how much time you need for your presentation :)
<qschulz>
ThomasRoos[m]: if you have any specific question, I believe ndec and LetoThe2nd should be able to help :)
hcg has joined #yocto
manuel1985 has quit [Ping timeout: 268 seconds]
<michaelo>
rburton: I don't think the build requirements have been updated for 22.04. Let me check.
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
<LetoThe2nd>
yo dudX
<LetoThe2nd>
ThomasRoos[m]: just talk about whatever you want, as long as it has some relation to the YP. the topics on the CFP are more like a wishlist.
kovalevsky has joined #yocto
kovalevsky has quit [Client Quit]
d_s_e has joined #yocto
d_s_e has quit [Client Quit]
d-s-e has joined #yocto
paulg has joined #yocto
d-s-e has quit [Quit: Ping timeout (120 seconds)]
camus has quit [Quit: camus]
Minvera has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
goliath has quit [Quit: SIGSEGV]
manuel1985 has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
sakoman has joined #yocto
kscherer has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
paowz has quit [Ping timeout: 268 seconds]
Vonter has quit [Ping timeout: 268 seconds]
vladest has quit [Ping timeout: 260 seconds]
xmn has joined #yocto
vladest has joined #yocto
GNUmoon has quit [Remote host closed the connection]
nemik has quit [Ping timeout: 260 seconds]
GNUmoon has joined #yocto
nemik has joined #yocto
<rburton>
top tip for anyone hacking python scripts inside poky or similar with vscode: put PYTHONPATH=bitbake/lib:meta/lib:scripts/lib in poky/.env and it will respect that to be able to find bb and oe imports
<rburton>
nice to not be moaned at constantly that oe or bb can't be found
<LetoThe2nd>
\o/
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
alessioigor has quit [Quit: alessioigor]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
<qschulz>
rburton: aren't we supposed to use import .local.module instead of local.module for whatever is in the same python module?
inisider has quit [Remote host closed the connection]
<qschulz>
which wouldn't require this PYTHONPATH "hack"?
<rburton>
qschulz: i'm editing a script in scripts which does import bb, that only works because oe-init-build-env sets PYTHONPATH. inside vscode, that doesn't exist.
<qschulz>
rburton: aaaaah, ok I get what I was missing now :)
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
Perceval[m] has joined #yocto
Vonter has joined #yocto
<Perceval[m]>
Hello I have a quick question. I cannot found the information online. Can I use any version of bitbake with my dunfell based project or should I stick on the 1.46 branch? What are the risk of using bitbake 2.2 with a dunfell based project?
Ram-Z has quit [Ping timeout: 250 seconds]
<qschulz>
Perceval[m]: why do you want to do this?
<qschulz>
Perceval[m]: but since the API and behavior can change in bitbake, I would very much say this is actually incompatible
<qschulz>
(for starters, not all dunfell layers have moved to the new override syntax and I'm pretty sure the new bitbake versions do not support the old syntax)
<rburton>
Perceval[m]: use the matching version. bitbake has an API and we don't keep it stable between major releases.
<Perceval[m]>
I want to be sure to use the last version/update of the tools I use
<rburton>
dunfell's bitbake is still maintained
<Perceval[m]>
qschulz: the new syntax is using ":" instead of "_" ?
<Perceval[m]>
rburton: thank you :) how can I know the correspondence between bitbake versions and the yocto project version?
paowz_ has quit [Read error: Connection reset by peer]
fray has quit [Remote host closed the connection]
fray has joined #yocto
<qschulz>
Perceval[m]: yes
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
manuel1985 has quit [Ping timeout: 246 seconds]
rfuentess has quit [Remote host closed the connection]
manuel1985 has joined #yocto
NicoMller[m] has quit [Quit: You have been kicked for being idle]
eirikb[m] has quit [Quit: You have been kicked for being idle]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
zpfvo has quit [Quit: Leaving.]
mckoan is now known as mckoan|away
Ram-Z has joined #yocto
manuel1985 has quit [Ping timeout: 268 seconds]
goliath has joined #yocto
zhmylove has quit [Remote host closed the connection]
leon-anavi has quit [Remote host closed the connection]
florian_kc has quit [Ping timeout: 260 seconds]
<vvn>
hi there -- if I want different image recipes to have different vpn config, should I duplicate the openvpn package (for openvpn-foo, openvpn-bar, etc.) or should I use different distros?
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
michalkotyla71 has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
<michalkotyla71>
Hey, I looking for a tool to get info about TPM, Intel ME, and ACM features from hardware - can you recommend something? maybe in meta-security layer. I know there is support for tpm-tools which provide tpm_version, but I do not see something similar for that Intel features
ptsneves has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
xcm has quit [Remote host closed the connection]
arielmrmx has joined #yocto
nemik has quit [Ping timeout: 252 seconds]
<arielmrmx>
hi , ive been struggling with my eSDK
<arielmrmx>
I keep getting: :-1: error: Project ERROR: gstreamer1.0 development package not found
nemik has joined #yocto
<arielmrmx>
but how do i add gstreamer1.0 development support to my SDK/eSDK ?
<arielmrmx>
my target runs fine
<arielmrmx>
but my SDK wont build my source code for my single package
vladest1 has joined #yocto
vladest has quit [Ping timeout: 252 seconds]
vladest1 is now known as vladest
ptsneves1 has joined #yocto
ptsneves has quit [Ping timeout: 268 seconds]
ptsneves1 is now known as ptsneves
florian_kc has joined #yocto
agners has quit [Quit: WeeChat 3.6]
michalkotyla71 has quit [Quit: Connection closed]
sakoman has quit [Quit: Leaving.]
justHaunted is now known as ffffffradiofree
ffffffradiofree is now known as jusFffffffradiof
nemik has quit [Ping timeout: 264 seconds]
nemik has joined #yocto
sakoman has joined #yocto
prabhakarlad has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 268 seconds]
nemik has quit [Ping timeout: 252 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 260 seconds]
nemik has joined #yocto
ptsneves has joined #yocto
jusFffffffradiof is now known as justThumbs
florian has quit [Killed (NickServ (GHOST command used by florian_kc!~florian@dynamic-093-135-119-192.93.135.pool.telefonica.de))]
florian_kc is now known as florian
florian_kc has joined #yocto
goliath has quit [Quit: SIGSEGV]
justThumbs is now known as justVain
prabhakarlad has joined #yocto
marek has quit [Quit: Client closed]
ptsneves has quit [Ping timeout: 260 seconds]
hcg has quit [Quit: Client closed]
nemik has quit [Ping timeout: 268 seconds]
nemik has joined #yocto
prabhakarlad has quit [Quit: Client closed]
goliath has joined #yocto
mihai has quit [Remote host closed the connection]
alessioigor has joined #yocto
alessioigor has quit [Remote host closed the connection]
odra_ has quit [Ping timeout: 246 seconds]
kevinrowland has joined #yocto
Minvera has quit [Remote host closed the connection]
xmn has quit [Ping timeout: 260 seconds]
kscherer has quit [Quit: Konversation terminated!]