tom_van godfather of coding

Information, questions and any other thing related with A series.
Post Reply

arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

tom_van godfather of coding

Post 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
tom_van
Official SamyGO Developer
Posts: 147
Joined: Tue Jan 19, 2010 10:44 am

Re: tom_van godfather of coding

Post 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?
arris69
Official SamyGO Developer
Posts: 1700
Joined: Fri Oct 02, 2009 8:52 am
Location: Austria/Vienna (no Kangaroos here)
Contact:

Re: tom_van godfather of coding

Post 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:

Post Reply

Return to “A Series”