View source for Talk:Customizing the Openmoko Distribution

From Openmoko

Jump to: navigation, search

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Administrators.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page:

Return to Talk:Customizing the Openmoko Distribution.

Personal tools

Thanks for creating this page. It's exactly what I needed to know next. I managed to build everything from scratch and got qemu up and running, but wasn't sure about the next steps. This looks like it will be very useful.

I've followed the instructions and it's all gone well, however I have hit a snag. I don't have the "rebuild-package-task-base" target in my Makefile. I hope I'm not missing something obvious. - Mark B.

  • The 'rebuild-package-%' target (replace % with package name) was added to the Mokomakefile very recently. Just do a 'make update-makefile' to update your Mokomakefile before retrying :-) --aevin 03:49, 30 July 2007 (CEST)

question about MokoMakefile modification

The section about adding local to the MokoMakefile says:

export BBPATH="${OMDIR}/build:${OMDIR}/local:${OMDIR}/oe:${OMDIR}/openembedded"

But shouldn't we have $${OMDIR}? That's what the makefile has.

Also, if I update the MokoMakefile, won't it wipe out my changes?