A new branch has been created in our opendreambox repository, as an effort to update both kernel and userspace tools to more recent versions.
You can build this branch using the new Makefile-opendreambox-1.6.
Instead of changing variables inside the Makefile, you can now optionally store your configuration in a file called build.conf. This should make it easier to update to future versions of the Makefile. You can, of course, still override variables from the command line, e.g. make -f Makefile-opendreambox-1.6 MACHINE=dm500hd.
A new option was added to use a single Git repository for all machines. Set SINGLE_REPOSITORY=1 to enable it. Using this option decreases traffic and storage requirements and might also be helpful for developers, who create changesets for more than one machine.
Developers, who are switching to 1.6 from an older Makefile-opendreambox should delete the bb directory, because a customized version of BitBake will be used from now on. Also, the new 1.6 branch will have to be checked out manually in this case.
The other Makefiles, which have been available before, were updated, too:
Makefile-opendreambox
Makefile-opendreambox-1.5
The two branches opendreambox and opendreambox-1.6 are currently equal to each other, but they will diverge once further work from OpenEmbedded will be merged into opendreambox. The current state has been tested mainly on DM500HD, DM800 and DM8000. DM7025 will be next. The powerpc port is completely untested for now. Reports are welcome, of course.