Talk:Customizing the Openmoko Distribution

From Openmoko

(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
- [[User:markb|Mark B.]]
 
- [[User:markb|Mark B.]]
  
*Hey Mark, I added a nice big bolded section to the wiki for the makefile where the first thing you should do is <code>make update-makefile</code> and that will update your make file to the new version which will have the rebuild-packgae target! Enjoy! --[[User:Bryce.Leo|Bryce.Leo]] 03:23, 31 July 2007 (CEST)
+
*Hey Mark, I added a nice big bolded section to the wiki for the makefile where the first thing you should do is <code>make update-makefile</code> and that will update your make file to the new version which will have the rebuild-package target! Enjoy! --[[User:Bryce.Leo|Bryce.Leo]] 03:23, 31 July 2007 (CEST)
  
 
* 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 :-) --[[User:Aevin|aevin]] 03:49, 30 July 2007 (CEST)
 
* 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 :-) --[[User:Aevin|aevin]] 03:49, 30 July 2007 (CEST)

Revision as of 03:23, 31 July 2007

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.

  • Hey Mark, I added a nice big bolded section to the wiki for the makefile where the first thing you should do is make update-makefile and that will update your make file to the new version which will have the rebuild-package target! Enjoy! --Bryce.Leo 03:23, 31 July 2007 (CEST)
  • 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?

You are supposed to edit the setup-env file it creates, not the Makefile itself. This way, it will only be overwritten if you repeat the initial setup steps, which shouldn't be needed most of the time. --CesarB 01:03, 31 July 2007 (CEST)
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.

  • Hey Mark, I added a nice big bolded section to the wiki for the makefile where the first thing you should do is make update-makefile and that will update your make file to the new version which will have the rebuild-package target! Enjoy! --Bryce.Leo 03:23, 31 July 2007 (CEST)
  • 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?

You are supposed to edit the setup-env file it creates, not the Makefile itself. This way, it will only be overwritten if you repeat the initial setup steps, which shouldn't be needed most of the time. --CesarB 01:03, 31 July 2007 (CEST)