User talk:Vortex

From Openmoko

(Difference between revisions)
Jump to: navigation, search
m
m
Line 7: Line 7:
 
Makefile:
 
Makefile:
  
-OM_GIT_BRANCH := org.openmoko.dev
+
-OM_GIT_BRANCH := org.openmoko.dev
 
+
+OM_GIT_BRANCH := org.openmoko.asu.testing # ASU testing
+OM_GIT_BRANCH := org.openmoko.asu.testing # ASU testing
+
  
 
Hopefully this will bring some stability to the chaos.
 
Hopefully this will bring some stability to the chaos.
Line 15: Line 14:
 
1st issue: make openmoko-qtopia-x11-image fails at /openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_compile package qtopia-phone-x11-4.3.2+git0+dfc2b2c070c0b5feeeb073f1751f3cab8b8fc9a7-r39.1 appears to want a local, native libXtst available.  
 
1st issue: make openmoko-qtopia-x11-image fails at /openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_compile package qtopia-phone-x11-4.3.2+git0+dfc2b2c070c0b5feeeb073f1751f3cab8b8fc9a7-r39.1 appears to want a local, native libXtst available.  
  
Not sure why. Perhaps for local qemu. emerge'd it locally & cranked the bitbake handle again.
+
Not sure why. Perhaps for local qemu. emerge'd it locally & cranked the bitbake handle again. This time for sure ...
 +
 
 +
NOTE: build 200808230805: completed
 +
[ -d stamps ] || mkdir stamps
 +
touch stamps/openmoko-qtopia-x11-image
 +
 
 +
Success!

Revision as of 14:40, 23 August 2008

Currently generating OM2008.2, OM2008.8 & FSO builds on the Neo Freerunner from OE (bitbake - portage from first principles!). Painful & time consuming. I'll be sharing the pain here for the pleasure of others.

Generating openmoko environments on a venerable headless, X Windows-less Gentoo box. Last sync'ed on 20080823.

20080823: Starting with Rod Whitby's Mokomakefile, after a few informal & unsuccessful attempts at bitbaking and reading around, I've changed OM_GIT_BRANCH to ASU testing:

Makefile:

-OM_GIT_BRANCH := org.openmoko.dev
+OM_GIT_BRANCH := org.openmoko.asu.testing # ASU testing

Hopefully this will bring some stability to the chaos.

1st issue: make openmoko-qtopia-x11-image fails at /openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_compile package qtopia-phone-x11-4.3.2+git0+dfc2b2c070c0b5feeeb073f1751f3cab8b8fc9a7-r39.1 appears to want a local, native libXtst available.

Not sure why. Perhaps for local qemu. emerge'd it locally & cranked the bitbake handle again. This time for sure ...

NOTE: build 200808230805: completed
[ -d stamps ] || mkdir stamps
touch stamps/openmoko-qtopia-x11-image

Success!

Personal tools

Currently generating OM2008.2, OM2008.8 & FSO builds on the Neo Freerunner from OE (bitbake - portage from first principles!). Painful & time consuming. I'll be sharing the pain here for the pleasure of others.

Generating openmoko environments on a venerable headless, X Windows-less Gentoo box. Last sync'ed on 20080823.

20080823: Starting with Rod Whitby's Mokomakefile, after a few informal & unsuccessful attempts at bitbaking and reading around, I've changed OM_GIT_BRANCH to ASU testing:

Makefile:

-OM_GIT_BRANCH := org.openmoko.dev

+OM_GIT_BRANCH := org.openmoko.asu.testing # ASU testing

Hopefully this will bring some stability to the chaos.

1st issue: make openmoko-qtopia-x11-image fails at /openembedded/packages/qtopia-phone/qtopia-phone-x11_git.bb, do_compile package qtopia-phone-x11-4.3.2+git0+dfc2b2c070c0b5feeeb073f1751f3cab8b8fc9a7-r39.1 appears to want a local, native libXtst available.

Not sure why. Perhaps for local qemu. emerge'd it locally & cranked the bitbake handle again.