rob_w has quit [Remote host closed the connection]
RP has joined #yocto
<mcfrisk>
landgraf: yes, that did not work. really annoying to debug because website uses javascript in funny ways and no way to test same URL in both. have it working now, hopefully some patches out later this week..
goliath has quit [Quit: SIGSEGV]
Starfoxxes has quit [Ping timeout: 265 seconds]
jsbronder has quit [Ping timeout: 260 seconds]
ehussain has joined #yocto
jsbronder has joined #yocto
Starfoxxes has joined #yocto
Xagen has joined #yocto
<rburton>
zeddiii: proposal: kernerlsrc doesn't deltask fetch/unpack. i have a recipe that i want to use kernelsrc but also include some other files.
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Perflosopher has quit [Quit: Ping timeout (120 seconds)]
Perflosopher has joined #yocto
khem has quit [Quit: WeeChat 4.4.3]
khem has joined #yocto
geoff_ has joined #yocto
jmd has joined #yocto
frgo has quit [Read error: Connection reset by peer]
frgo_ has joined #yocto
florian_kc has joined #yocto
mckoan is now known as mckoan|away
druppy has joined #yocto
florian_kc has quit [Ping timeout: 276 seconds]
druppy has quit [Ping timeout: 252 seconds]
rfuentess has quit [Remote host closed the connection]
florian_kc has joined #yocto
<tgamblin>
reatmon: _reatmon: I'm trying out an sdk build against genericarm64 now, using poky only... will be an interesting result
<reatmon>
Looking forward to what it yields
druppy has joined #yocto
florian_kc has quit [Ping timeout: 260 seconds]
<tgamblin>
reatmon: saw nothing while populating the sdk, but if I do 'bitbake nativesdk-python3-numpy' I'm able to recreate it
<tgamblin>
RP: rburton: the numpy saga continues :(
<rburton>
a hunch is we're probably not setting qemu-user for nativesd
dankm has quit [Remote host closed the connection]
dankm has joined #yocto
<rburton>
that _should_ break for glib though and i'd be surprised if we're not building glib for sdks
PhoenixMage has quit [Ping timeout: 252 seconds]
<tgamblin>
I'm going to look into it soon. Probably not today though
<rburton>
fired a build to get some nativesdk objects here, i can look tomorrow morning. might be trivial. having a spidersense moment right now though...
PhoenixMage has joined #yocto
PhoenixMage has quit [Ping timeout: 248 seconds]
<rburton>
good news it breaks for me too
<rburton>
"good"
<rburton>
so why does that break but eg glib-2.0 doesn't
<rburton>
yeah no exe wrapper is set
<rburton>
this is really familiar :/
PhoenixMage has joined #yocto
nerdboy has quit [Ping timeout: 245 seconds]
hexbrex2 has joined #yocto
hexbrex3 has joined #yocto
<tgamblin>
should we see "needs_exe_wrapper = true" in the meson.cross file of nativesdk-python3-numpy?
hexbrex has quit [Ping timeout: 246 seconds]
hexbrex2 has quit [Ping timeout: 265 seconds]
* tgamblin
reads the documentation and determines so
<khem>
bhstalel: slide 10 says "A recipe needs to PROVIDES virtual/aarch64-poky-linux-gcc" this is not clear, I think you meant to say
<khem>
A recipe depends on virtual/aarch64-poky-linux-gcc
nerdboy has joined #yocto
nerdboy has joined #yocto
<khem>
slide 14 is not clear what its meaning to say
<khem>
on slide 16 "Native classes used on the host to help building target packages" I think you meant "Native recipes used on the host to help building target packages"
<khem>
slide 30, perhaps you can write more about what clang.bbclass and clang-native.bbclass do
<khem>
maybe it will be part of talk
<khem>
looks good overall
davidinux1 has joined #yocto
druppy has joined #yocto
<kanavin_>
tgamblin, I have a patch for that in akanavin/package-version-updates
<ashlin4010>
I think I worked it out. I was working under the assumption that kernel modules would just be installed into the rootfs by default. That does not look to be the case