20.07.2017 09:59, Torbjorn Jansson: > hi > > how do you convince the build system to continue building even if one of > the packages from the feeds fails? 'make IGNORE_ERRORS=1' is what you are looking for. Use BUILD_LOG=1 to see why packages fail to compile. Mathias