On Wednesday, 24. May 2006 15:38, nigel wrote: > As you have undoubtfully read there are a few issues surrounding the branch > currently, but the org.openembedded.oz354fam083 should still yeild a > buildable image through OE. > > My pull is ~ a month old now and still builds gpe images for the h36 series > fine. With the h39/55 i expect you will be missing a lot of recent kernel > work and cleanup that has happened for 0.8.4, but in part this cannot be > helped and Erik has commited himself to applying those changes back into > the branch once 0.8.4 is shipped.
all I want is a compiling & bootable system, even if it's old and has some glitches.... > i do suspect you will have an issue with BitBake and will have to rollback > your version as it has had major modifications recently that probably will > not work in the older branch. no, I've always started from a clean directory, followed the gettingStarted-wiki; there is bitbake svn, which I've checked out with revision 516 today. I'm using http://ewi546.ewi.utwente.nl/OE/OE.db.bz2 monotone --db=/stuff/OE.db checkout --branch=org.openembedded.oz354fam083 cd org.openembedded.oz354fam083 monotone --db=../OE.db pull ewi546.ewi.utwente.nl org.openembedded.oz354fam083 monotone upd then I'm swithing the ENV-params: unset LD_LIBRARY_PATH BASEDIR=$HOME/oe-devel export BBPATH=$BASEDIR/build/:$BASEDIR/org.openembedded.oz354fam083/ export BBFILES="$BASEDIR/org.openembedded.oz354fam083/packages/*/*.bb" export PATH=$BASEDIR/bitbake/bin:$ARMDIR:$PATH PS1=[cross]$PS1 and I issue a "bitbake gpe-image" > If you need i can provide you with a snapshot from my system. yes, please!!! (i've sent you a personal mail with the upload server details) especially your local.conf, since I think, there's the wrong magic here... there is no working local.conf linked from the wiki, and with a clean one, setting MACHINE="h3900", DISTRO = "familiar-0.8.4" it always tries to compile a jornada kernel... now I've added PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" which hopefully fixes this..... I'm just lost in finding a working "path to success".... regards, Mike PS: there's my actual local.conf DL_DIR = "${HOME}/oe-devel/sources" BBFILES = "${HOME}/oe-devel/org.openembedded.oz354fam083/packages/*/*.bb" BBMASK = "(openssl|opie|qt|qpe)" PREFERRED_PROVIDERS = "virtual/qte:qte virtual/libqpe:libqpe-opie" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc-initial:gcc-cross-initial" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}gcc:gcc-cross" PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross" PREFERRED_PROVIDERS += "\ virtual/libsdl:libsdl-x11 \ libgpewidget:libgpewidget" PREFERRED_PROVIDER_virtual/kernel = "handhelds-pxa" MACHINE = "h3900" # TARGET_ARCH = "arm" TARGET_OS = "linux" DISTRO = "familiar-0.8.4" #KERNEL_VERSION = "2.6" #KERNEL_VERSION = "2.4" IMAGE_FSTYPES = "jffs2 tar" # BBDEBUG = "yes" # DEBUG_BUILD = "1" INHIBIT_PACKAGE_STRIP = "0" BBINCLUDELOGS = "yes" CVS_TARBALL_STASH = "http://www.oesources.org/current/" _______________________________________________ Oe mailing list [email protected] https://www.handhelds.org/mailman/listinfo/oe
