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
reatmon_ has quit [Remote host closed the connection]
reatmon_ has joined #yocto
vthor has quit [Ping timeout: 244 seconds]
Jones42_ has joined #yocto
Jones42 has quit [Ping timeout: 272 seconds]
mbulut_ has joined #yocto
<khem> yeah, I have dropped them for today from yoe/mut
mbulut_ has quit [Ping timeout: 272 seconds]
jclsn has quit [Ping timeout: 248 seconds]
jclsn has joined #yocto
Daanct12 has joined #yocto
Jones42__ has joined #yocto
Jones42_ has quit [Ping timeout: 246 seconds]
Daanct12 has quit [Quit: WeeChat 4.4.1]
Daanct12 has joined #yocto
Xagen has joined #yocto
Xagen has quit [Client Quit]
Xagen has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
xmn has quit [Ping timeout: 252 seconds]
Vonter has quit [Quit: WeeChat 4.4.1]
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
vthor has joined #yocto
vthor has quit [Changing host]
vthor has joined #yocto
jmd has joined #yocto
ehussain has joined #yocto
Articulus has joined #yocto
leon-anavi has joined #yocto
BenBE has quit [Ping timeout: 252 seconds]
ray-san has joined #yocto
alessioigor has joined #yocto
enok has joined #yocto
rfuentess has joined #yocto
enok has quit [Ping timeout: 272 seconds]
wojci_ has joined #yocto
goliath has joined #yocto
sng has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
BenBE has joined #yocto
sng has joined #yocto
Jones42__ is now known as Jones42
gsalazar has joined #yocto
zpfvo has joined #yocto
Kubu_work has joined #yocto
ahussain has joined #yocto
ehussain has quit [Ping timeout: 248 seconds]
ahussain is now known as ehussain
<OnkelUlla> Jones42: Regarding your remark from yesterday ("[Wed 09:21] <Jones42> OnkelUlla: jup. The annoying part was to shove it into the fitimage and re-sign the whole thing after the rootfs was built. For some reason rootfs has the kernel as a dependency and so I had to do some fitimage unpack/repack hackery.) I assume the dependency comes from https://git.yoctoproject.org/poky/tree/meta/classes-recipe/kernel.bbclass?h=scarthgap-5.0.3#n716 and
<OnkelUlla> could be remedied via setting BAD_RECOMMENDATIONS = "kernel-image-*" in your machine configuration(s).
mckoan|away is now known as mckoan
ehussain has quit [Remote host closed the connection]
ehussain has joined #yocto
belsirk has joined #yocto
rfuentess has quit [Ping timeout: 248 seconds]
florian has joined #yocto
belsirk is now known as rfuentess
mvlad has joined #yocto
__lore__ is now known as _lore_
Daanct12 has quit [Quit: WeeChat 4.4.1]
Daanct12 has joined #yocto
<Jones42> OnkelUlla: oh, good find. Thaaat could indeed be the case. I'll give it a try! Thank you!!
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
florian_kc has joined #yocto
jmiehe has joined #yocto
<Jones42> khem: thanks for the hint regarding the postfuncs, that did the job!
Bardon has quit [Ping timeout: 248 seconds]
Bardon has joined #yocto
dkc has quit [Quit: ZNC 1.8.2 - https://znc.in]
dkc has joined #yocto
rink_ has left #yocto [#yocto]
ablu has quit [Ping timeout: 255 seconds]
ablu has joined #yocto
alessioigor has quit [Remote host closed the connection]
lexano has quit [Ping timeout: 246 seconds]
lexano has joined #yocto
xmn has joined #yocto
reatmon_ has quit [Ping timeout: 272 seconds]
reatmon_ has joined #yocto
mrtatillon has joined #yocto
<mrtatillon> HI, I try to build an image from Dunfell release for RaspberryPi hardware
<mrtatillon> And I got the following error : `opkg_prepare_url_for_install: Couldn't find anything to satisfy 'kernel-module-bcm2835-gpiomem'`
<mrtatillon> But, I do not know where can I found the `kernel-module-bcm2835-gpiomem` package, I find nothing in the internet, can you help me ?
Daanct12 has quit [Quit: WeeChat 4.4.1]
jmiehe has quit [Quit: jmiehe]
guestkati has joined #yocto
jmiehe has joined #yocto
wojci_ has quit [Ping timeout: 246 seconds]
Marmottus11 has quit [Quit: The Lounge - https://thelounge.chat]
Marmottus11 has joined #yocto
jmiehe has quit [Quit: jmiehe]
jmiehe has joined #yocto
jmiehe has quit [Client Quit]
<JaMa> mrtatillon: check your kernel config if you have this as a module or included directly
<mrtatillon> With menuconfig interface ?
<JaMa> if you want or just read .config with your favourite editor
BenBE has quit [Ping timeout: 276 seconds]
Xagen has joined #yocto
rfuentess has quit [Remote host closed the connection]
goliath has quit [Quit: SIGSEGV]
wojci_ has joined #yocto
Xogium has quit [Ping timeout: 276 seconds]
florian has quit [Quit: Ex-Chat]
Xogium has joined #yocto
florian_kc has quit [Ping timeout: 246 seconds]
ray-san has quit [Ping timeout: 260 seconds]
wojci_ has quit [Ping timeout: 246 seconds]
mbulut has quit [Ping timeout: 246 seconds]
enok has joined #yocto
BenBE has joined #yocto
florian has joined #yocto
reatmon_ has quit [Ping timeout: 246 seconds]
reatmon_ has joined #yocto
Kubu_work has quit [Quit: Leaving.]
<mrtatillon> JaMathis the module do not seem included in .config, there is many module BCM2835 but nothing with `gpiomem`
<mrtatillon> In fact I think that is why I added it in my BB file at first (to added it in my image) `IMAGE_INSTALL += "linux-firmware-brcm43430"`
<JaMa> did you add kernel-module-bcm2835-gpiomem to your image or linux-firmware-brcm43430 ?
mrtatillon has quit [Ping timeout: 256 seconds]
steelswords has quit [Read error: Connection reset by peer]
BenBE has quit [Ping timeout: 265 seconds]
BenBE has joined #yocto
steelswords has joined #yocto
leon-anavi has quit [Quit: Leaving]
BenBE has quit [Ping timeout: 246 seconds]
guestkati has quit [Quit: Client closed]
goliath has joined #yocto
mckoan is now known as mckoan|away
BenBE has joined #yocto
zpfvo has quit [Remote host closed the connection]
Articulus has quit [Quit: Leaving]
BenBE has quit [Remote host closed the connection]
<landgraf> RP: upstream (botocore) deleted revision meta-aws was pointing to as the result build failed. I found missing repo in local cache on one of the builders and pushed to github and added as PREMIRROR. the problem it didn't work because clonedir already exists (there's explicit check for it) and it took me a while to understand why... Is it bug or feature?
<landgraf> not the fact that it took me a while :)
geoffhp has joined #yocto
enok has quit [Ping timeout: 265 seconds]
prabhakalad has quit [Ping timeout: 252 seconds]
prabhakalad has joined #yocto
enok has joined #yocto
Saur_Home has quit [Quit: Client closed]
Saur_Home has joined #yocto
florian has quit [Ping timeout: 276 seconds]
MattWeb82 has joined #yocto
florian has joined #yocto
gsalazar has quit [Ping timeout: 260 seconds]
MattWeb82 has quit [Ping timeout: 255 seconds]
enok has quit [Ping timeout: 248 seconds]
enok has joined #yocto
alessioigor has joined #yocto
chep has quit [Quit: ZNC 1.9.0 - https://znc.in]
enok has quit [Ping timeout: 276 seconds]
chep has joined #yocto
jmd has left #yocto [ERC 5.4 (IRC client for GNU Emacs 28.2)]
alessioigor has quit [Remote host closed the connection]
alessioigor has joined #yocto
jsbronder has quit [Ping timeout: 252 seconds]
jsbronder has joined #yocto
olani- has joined #yocto
olani- has quit [Ping timeout: 276 seconds]
olani- has joined #yocto
prabhakalad has quit [Ping timeout: 272 seconds]
prabhakalad has joined #yocto
prabhakalad has quit [Ping timeout: 246 seconds]
olani- has quit [Remote host closed the connection]
prabhakalad has joined #yocto
Xagen has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
olani- has joined #yocto
olani- has quit [Ping timeout: 246 seconds]
mvlad has quit [Remote host closed the connection]
enok has joined #yocto
enok has quit [Ping timeout: 246 seconds]
enok has joined #yocto
enok has quit [Ping timeout: 252 seconds]
alessioigor has quit [Remote host closed the connection]
florian has quit [Ping timeout: 245 seconds]
<khem> RP: glibc recipe is creating a need for /usr/bin/tree ?
<khem> this should be also added to hosttools maybe ?
amitk_ has quit [Ping timeout: 246 seconds]
<khem> seems its a debugging stuff perhaps so not to worry
ehussain has quit [Ping timeout: 252 seconds]
ehussain has joined #yocto
brrm has quit [Ping timeout: 272 seconds]