qschulz has quit [Remote host closed the connection]
qschulz has joined #yocto
sakoman has quit [Quit: Leaving.]
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
jpuhlman__ has joined #yocto
jpuhlman_ has quit [Ping timeout: 252 seconds]
Tokamak has quit [Ping timeout: 256 seconds]
hpsy has quit [Ping timeout: 252 seconds]
hpsy has joined #yocto
lin_hara has joined #yocto
lin_hara has left #yocto [#yocto]
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
goliath has quit [Quit: SIGSEGV]
paulg has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
paulg has quit [Ping timeout: 252 seconds]
<patrick-r>
how do I set locale at boot time on a yocto built OS? tried changing /etc/default/locale, ~/.bashrc, ~.profile ... but everytime I reboot locale sets itself to POSIX, need to make change permanent any help appreciated
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
jmiehe1 has joined #yocto
jmiehe has quit [Ping timeout: 240 seconds]
jmiehe has joined #yocto
jmiehe1 has quit [Ping timeout: 256 seconds]
jmiehe has quit [Ping timeout: 240 seconds]
xmn has quit [Quit: ZZZzzz…]
florian has joined #yocto
florian has quit [Ping timeout: 268 seconds]
cquast has joined #yocto
cquast has quit [Ping timeout: 258 seconds]
tgamblin has quit [Remote host closed the connection]
tgamblin has joined #yocto
goliath has joined #yocto
paulg has joined #yocto
otavio_ has joined #yocto
otavio has quit [Read error: Connection reset by peer]
xmn has joined #yocto
tommyg has joined #yocto
<tommyg>
Folks - I wonder if someone could help a Makefile newbie understand what causing an error, will paste relevant files to pastebin
<tommyg>
I'm evaluating video capture cards from two vendors, both of who have provided source code for their drivers. One supplied a Yocto recipe, the other didn't
<tommyg>
The one who supplied the recipe compiles fine, the other doesn't (no great surprise there). However the issue seems to be that bitbake is trying to create the module directory in the root of the build machine
<tommyg>
I've followed a couple of guides online and have modified the Makefile for the second card to follow the pattern of the one that works (as best I'm able) but it looks as if it's still trying to create the module directory on the root of the build machine