Page 1 of 1

tom_van godfather of coding

Posted: Tue Jul 05, 2011 9:30 pm
by arris69
http://samygo.svn.sourceforge.net/viewv ... ision=1167 awesome, soon also 3-d for a-series? :shock:

btw:
can you pls. check that this function is ok

Code: Select all

python __anonymous () {
    import bb, re
    fw_ver = re.sub('\+Samsung', '', bb.data.getVar('PREFERRED_VERSION_samsung-firmware', d, 1))
    bb.data.setVar('FW_VER', fw_ver, d)
    fw_part = fw_ver.split(".")
    bb.data.setVar('FW_MAJ', fw_part[0], d)
    bb.data.setVar('FW_MIN', fw_part[1], d)
    bb.data.setVar('FW_MAJO', "00" + "%s" % fw_part[0], d)
}
instead of

Code: Select all

FW_VER = ${@re.sub('\+Samsung', '', bb.data.getVar('PREFERRED_VERSION_samsung-firmware', d, 1))}
in case somebody like just to import parts of svn branch in a more recent oe layout think the old code produce some errors (maybe just a local problem in my settings)

thnx
arris

Re: tom_van godfather of coding

Posted: Mon Jul 11, 2011 3:12 pm
by tom_van
arris69 wrote: soon also 3-d for a-series? :shock:
Not going to bother with 3-D, waiting for at least 4th dimmension :lol: :lol:

Talking about dreams, wouldn't you like commercial detector/muter in your TV?

Re: tom_van godfather of coding

Posted: Tue Jul 12, 2011 7:32 am
by arris69
tom_van wrote:...
Talking about dreams, wouldn't you like commercial detector/muter in your TV?
if it detects that i like to watch a movie, then mute the girlfriend... maybe :lol:

or do you mean things like this: https://wiki.archlinux.org/index.php/VD ... ertisement :oops: