<tlwoerner>
$ oe-run-native bmap-tools-native bmaptool copy <path>/<to>/<image>.wic /dev/sd<where your card is plugged in>
<tlwoerner>
<where your card is plugged in> could be, e.g. /dev/sdc
<PhoenixMage>
Cheers
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
davidinux has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
davidinux has joined #yocto
goliath has quit [Quit: SIGSEGV]
kevinrowland has quit [Quit: Client closed]
Xhivo has joined #yocto
<Xhivo>
+
<Xhivo>
What's the proper way to add a python module recipe that will auto install the dependencies? I'm having issues getting `firebase-admin` to work
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
camus1 has joined #yocto
nemik has quit [Ping timeout: 246 seconds]
nemik has joined #yocto
camus has quit [Ping timeout: 268 seconds]
camus1 is now known as camus
Xhivo has quit [Ping timeout: 260 seconds]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 255 seconds]
nemik has joined #yocto
jclsn has quit [Ping timeout: 246 seconds]
jclsn has joined #yocto
chep has quit [Ping timeout: 248 seconds]
chep has joined #yocto
<JaMa>
abelloni: failing how?
camus has quit [Ping timeout: 246 seconds]
camus has joined #yocto
sakoman has quit [Quit: Leaving.]
camus1 has joined #yocto
camus has quit [Ping timeout: 248 seconds]
camus1 is now known as camus
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
olani- has quit [Ping timeout: 248 seconds]
olani has quit [Ping timeout: 248 seconds]
xmn has quit [Ping timeout: 246 seconds]
camus1 has joined #yocto
alessioigor has joined #yocto
camus has quit [Ping timeout: 248 seconds]
camus1 is now known as camus
eggman has quit [Quit: brb]
jjmcdn has quit [Ping timeout: 248 seconds]
eggman has joined #yocto
jjmcdn has joined #yocto
camus has quit [Ping timeout: 248 seconds]
camus has joined #yocto
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
camus1 has joined #yocto
camus has quit [Ping timeout: 248 seconds]
camus1 is now known as camus
rfuentess has joined #yocto
camus1 has joined #yocto
camus has quit [Ping timeout: 246 seconds]
camus1 is now known as camus
camus1 has joined #yocto
camus has quit [Ping timeout: 276 seconds]
camus1 is now known as camus
hcg has joined #yocto
leon-anavi has joined #yocto
manuel_ has joined #yocto
rusam has joined #yocto
manuel_ has quit [Ping timeout: 268 seconds]
rusam has quit [Quit: Leaving...]
nemik has quit [Ping timeout: 248 seconds]
nemik has joined #yocto
nemik has quit [Ping timeout: 272 seconds]
nemik has joined #yocto
Schlumpf has joined #yocto
<xcm_>
hello. i've performed `bitbake u-boot -c menuconfig` and copied the resulting fragment to meta-foo/recipes-bsp/u-boot/u-boot/fragment.cfg . it seems it is not getting picked up. any hints? this method works for the kernel for example
<xcm_>
(*the fragment results from `bitbake u-boot -c diffconfig`)
alessioigor has quit [Quit: alessioigor]
alessioigor has joined #yocto
mvlad has joined #yocto
smooge has quit [Ping timeout: 255 seconds]
<xcm_>
looks like this is just not supported for u-boot at the moment. i'll go with a patch :)
<qschulz>
xcm_: I'm not sure there's fragment support in U-Boot recipe
<hcg>
I use it, it is supported - did you add the fragment to your recipe?
<qschulz>
xcm_: ^
<xcm_>
hcg: i SRC_URI +='d it
<qschulz>
xcm_: and in your bbappend you added the FILESEXTRAPATHS:prepend with the proper path?
<xcm_>
(while testing) i copied the entire recipe over, so i figured i don't need to do that, right? i placed it next to the existing .patches
<qschulz>
xcm_: that should be fine yes
<hcg>
xcm_: I have just verified it in my environment, I have a number of config snippets and they do make it correctly into the .config in my build directory - I know it did not previously work, but it certainly works with kirkstone
<abelloni>
JaMa: nevermind, your patch is fine
<xcm_>
hmmm. hcg, that would be tmp/work/whatever/u-boot/1_2022.10-r0/build/.config, correct?
<xcm_>
a cleanall convinced it to apply it
manuel_ has joined #yocto
<xcm_>
thanks for checking guys, you're always awesome :)