ralphy wrote: 
> No worries. Thanks.
I found a moment. In -poky/build/conf/local.conf- I have:


Code:
--------------------
    
  +#MACHINE ?= "jive"
  +MACHINE ?= "baby"
  
--------------------

and

Code:
--------------------
    
  +#TMPDIR = "${OEROOT}/build/tmp-${MACHINE}"
  +TMPDIR = 
"/opt/parabuild/etc/build/b97620co/a/u/t/o/poky/build/tmp-${MACHINE}"
  
--------------------


I cannot remember whether I did that manually, or when using one of the
-poky/parabuild- scripts.

ralphy wrote: 
> 
> I had the same issue as I'd committed my changed to git in the 7.7
> branch and it increased the revision number.
> 

My lua script hack to -Jive.lua- is this:

Code:
--------------------
    
  -- Fix Squeezeplay version to 7.8.0
  _G["jive"].JIVE_VERSION = "7.8.0 r16677"
  
  -- stuff we use
  local math          = require("math")
  local os            = require("os")
  local coroutine     = require("coroutine")
  etc
  
--------------------

By prepending at this point it seems to execute early enough to
influence all lua scripts. I don't think the binary accesses it other
than to print a start up message. Perhaps a useful hack to have in the
tool box.


------------------------------------------------------------------------
mrw's Profile: http://forums.slimdevices.com/member.php?userid=38299
View this thread: http://forums.slimdevices.com/showthread.php?t=111663

_______________________________________________
Radio mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/radio

Reply via email to